Re: Tomcat 4.1.29 inits my web-app several times

2004-07-06 Thread Alexey Skorokhodov
AS I have updated my config.xml from AS - AS Host name=ci...ru debug=0 appBase=webapps AS unpackWARs=true autoDeploy=true AS Context path= docBase=ci debug=1 reloadable=true AS - AS to AS --- AS Host name=ci...ru debug=0

Tomcat 4.1.29 inits my web-app several times

2004-07-05 Thread Alexey Skorokhodov
Hello! the problem is: Tomcat inits my web-app several times during service startup. First, it executes the init methods of my StartupServlet - everything is OK. Then it reloads my web-app again (why??) and executes init method again. And then - again. What could be a reason of this problem? I

is it planned to support EAR files in Tomcat?

2003-12-26 Thread Alexey Skorokhodov
hi! as I know, Tomcat does not support EAR modules. so, how can I communicate between two WAR-files ? I need to have something like 'gate', when java code from one WAR sends a message and a class from second WAR receives this message. I can create additional JAR file to store such 'gate', but