facebook

[Closed] tomcat 5.5.17/Myeclipse : 2 deploy problem

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259262 Reply

    Recently i have installed Tomcat 5.5.17
    I use Eclipse version 3.1.1. and ME 4.1.0.

    When i deploy (war file) i have 2 problem :

    1) I have changed the Project Build Path (creating 1 user libraries ) , but after deployment , the jar files ( in WEB-INF/lib) are not modified .

    2) the first deploy is ok , but the secont time , the file .war
    its ok but Tomcat does not execute unpack of WAR file.
    I am forced : a) to close Eclipse or terminate threads Catalina
    b) cancel manually the context-dir
    c) Deploy WAR files
    d) Restart Tomcat

    Why ?

    The configuratioh server.xml :
    <Host name=”localhost” appBase=”webapps”
    unpackWARs=”true” autoDeploy=”true”
    xmlValidation=”false” xmlNamespaceAware=”false”>

    Bye
    Sigis Marco

    #259264

    Riyad Kalla
    Member

    Sigis,
    1) Is the JAR you are adding from a different directory? How did you add it to your build path? If you need it for your project, consider copying it into your WEB-INF/lib directory.

    2) You want to use an “exploded” deployment, not a “packaged” deployment. AFAIK Tomcat will only deploy a project once and then stop checking the timestamp on the WAR until it is restarted.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] tomcat 5.5.17/Myeclipse : 2 deploy problem

You must be logged in to post in the forum log in