Results 1 to 4 of 4

Thread: Problem with petclinic tutorial

  1. #1
    Join Date
    Dec 2008
    Posts
    1

    Default Problem with petclinic tutorial

    Hi,
    I followed: spring-security/site/petclinic-tutorial. html

    The petclinic deploys without a problem. But the Spring Security enabeld version gives me the following error:

    Code:
    INFO: Deploying web application archive petclinic.war                   
    log4j:ERROR setFile(null,true) call failed.                             
    java.io.FileNotFoundException: /WEB-INF/petclinic.log (No such file or directory)
    No additional changes have been made. Only the steps in the tutorial.

    Using: Tomcat 5.5.27
    JVM 1.6.0_10-b33

    Any ideas?
    Thanks.

  2. #2

    Default Regarding petclinic security deployment

    I recently tried deploying and had same issue.
    What i did was I renamed war as deployed as non-sec war and later i deployed secure one with default petclinic name and it took me to authentication page.
    I think if you retry using this instructions and their site shouldn't get any issue

  3. #3
    Join Date
    Apr 2005
    Posts
    19

    Default

    Hi,
    Can you please tell me where are they this tutorials (petclinic-tutorial....) in this site ?

    Thanks

  4. #4

    Default location of petclinic

    spring-framework-2.5.6\samples\petclinic
    if you download and extracted in C:\ as spring-framework-2.5.6
    It will be in location C:\spring-framework-2.5.6\samples\petclinic

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •