You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marc Logemann <de...@logemann.info> on 2002/06/26 13:23:17 UTC

4.0.4 reloading makes me crazy

Hi,

i cant get reloading to work, i tried with manager and reloadable=true, the manager states that he reloaded
the app, but in fact when requesting my testServlet, its the old content.

Here are the facts:

server.xml

[..]
<Context path="/maxbahr" docBase="maxbahr" debug="0" reloadable="true">
        <Logger className="org.apache.catalina.logger.FileLogger"
             prefix="maxbahr_log." suffix=".txt"
  	  timestamp="true"/>
</Context>
[..]

mylog
------
2002-06-26 13:11:33 org.apache.catalina.INVOKER.de.bahr.erp.servlets.TestServlet: init
2002-06-26 13:14:47 StandardContext[/maxbahr]: Reloading this Context has started
2002-06-26 13:14:47 org.apache.catalina.INVOKER.de.bahr.erp.servlets.TestServlet: destroy
2002-06-26 13:14:47 WebappLoader[/maxbahr]: Deploying class repositories to work directory C:\development\java\Tomcat\work\Standalone\localhost\maxbahr
2002-06-26 13:14:47 WebappLoader[/maxbahr]: Deploy JAR /WEB-INF/lib/velocity-dep-1.2.jar to c:\development\java\tomcat\webapps\maxbahr\WEB-INF\lib\velocity-dep-1.2.jar
2002-06-26 13:14:47 WebappLoader[/maxbahr]: Reloading checks are enabled for this Context
2002-06-26 13:14:47 org.apache.catalina.INVOKER.de.bahr.erp.servlets.TestServlet: init
2002-06-26 13:14:47 StandardWrapper[/maxbahr:default]: Loading container servlet default
2002-06-26 13:14:47 default: init
2002-06-26 13:14:47 StandardWrapper[/maxbahr:invoker]: Loading container servlet invoker
2002-06-26 13:14:47 invoker: init
2002-06-26 13:14:47 jsp: init
2002-06-26 13:14:47 StandardManager[/maxbahr]: Seeding random number generator class java.security.SecureRandom
2002-06-26 13:14:47 StandardManager[/maxbahr]: Seeding of random number generator has been completed
2002-06-26 13:14:47 StandardContext[/maxbahr]: Reloading this Context is completed

the requesting url is:http://localhost:8080/maxbahr/servlet/de.bahr.erp.servlets.TestServlet

What i am doin during build is:

- stop webapp (via ANT Task)
- delete webapp folder and copy contents of my comiplation folder into it
- start webapp (via ANT Task)
- reload webapp (via ANT Task)
- request the URL

Of course when i stop the server completely and start again, everything is in place. At the moment i dont know
where to search for the problem. Everything seems to be quite ok, just not the servlet output.

Is there any timeout period or something? Appreciate any help on this one...


---
greetings from
Marc Logemann
Homebase @ www.logemann.info


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>