You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/03/08 11:56:05 UTC

DO NOT REPLY [Bug 6982] New: - stop + start of the context makes weird things

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6982>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6982

stop + start of the context makes weird things

           Summary: stop + start of the context makes weird things
           Product: Tomcat 4
           Version: 4.0.4 Beta 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jfrederic.clere@fujitsu-siemens.com


I am using http://localhost:8080/manager/stop?path=/examples and
http://localhost:8080/manager/start?path=/examples but the last one does not
restart the context /examples.
An error message is issued in localhost_examples_log*:
+++
2002-03-08 11:49:23 SessionListener: contextDestroyed()
2002-03-08 11:49:23 ContextListener: contextDestroyed()
(Here the start is done)
2002-03-08 11:49:45 WebappLoader[/examples]: Deploying class repositories to
work directory
/home/jakarta/jakarta-tomcat-4.0/build/work/Standalone/localhost/examples
2002-03-08 11:49:45 WebappLoader[/examples]: Reloading checks are enabled for
this Context
2002-03-08 11:49:45 StandardManager[/examples]: Seeding random number generator
class java.security.SecureRandom
2002-03-08 11:49:45 StandardManager[/examples]: Seeding of random number
generator has been completed
2002-03-08 11:49:45 ContextConfig[/examples]: Missing application web.xml, using
defaults only
2002-03-08 11:49:45 ContextConfig[/examples]: Added certificates -> request
attribute Valve
2002-03-08 11:49:45 StandardWrapper[/examples:default]: Loading container
servlet default
2002-03-08 11:49:45 default: init
2002-03-08 11:49:45 default: init
2002-03-08 11:49:45 StandardWrapper[/examples:invoker]: Loading container
servlet invoker
2002-03-08 11:49:45 invoker: init
2002-03-08 11:49:45 invoker: init
2002-03-08 11:49:45 jsp: init
2002-03-08 11:49:45 Internal Error: File /WEB-INF/web.xml not found
2002-03-08 11:49:45 jsp: init
2002-03-08 11:49:45 Internal Error: File /WEB-INF/web.xml not found
+++

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