Cocoon 2.1 + Tomcat 4.1 + reloadable="true"

2002-10-09 Thread Barbara Post
Hi and sorry for the cross-posting, this might interest both lists although I think it may be purely a Tomcat-specific problem. Tomcat 4.1.12 - CATALINA_OPTS allow 128 MB of RAM (out of 512 physical), with "catalina run" command to see more console log. Cocoon 2.1-dev from CVS. JDK 1.3.1 Windows

bug when reloading classes ?

2002-10-08 Thread Barbara Post
Hi, I use Tomcat 4.1.12 and Cocoon 2.1-dev, jdk 1.3.1, Windows NT4. My webapp has reloadable="true" attribute, and custom path in catalina.bat that includes 2 dlls used by java native methods and that I put in Tomcat's bin. So my Tomcat's path is : set PATH=c:\%JAVA_HOME%\bin;%CATALINA_HOME%\bin

Re: migration 4.04 to 4.05 or 4.1.12

2002-10-07 Thread Barbara Post
I used the three versions, nothing really to change I guess... only the context path to set up... 4.1 works better that 4.0 but has the same structure for the user it seems. - Original Message - From: "CouasPhilippe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 200

Re: Loading a dll at startup...

2002-10-07 Thread Barbara Post
ng a dll at startup... > Hi, > > You can echo your classpath by adding the following line in your > catalina.bat file. Search for a using string and you will find the > commands for echoing the CATALINA_HOME, BASE etc. Add this line just > below them. > > echo Using CLASSPAT

Loading a dll at startup...

2002-10-07 Thread Barbara Post
Hi, I use Tomcat 4.1.12, JDK 1.3.1, Windows NT4 SP6. My webapp uses a Windows custom dll which is called by a java class (native method). It worked with Tomcat 4.0.5 with modification of setclasspath.bat to include this dll in Tomcat's classpath and path, however it doesn't work anymore with Tomc

Socket closing timeout

2002-06-04 Thread Barbara Post
This may be a tiny bit offtopic but let me wondering : I am currently testing webapps onto Tomcat 4, JRun 3.1 and 4. Tomcat never throws a JVM address in use exception (I manually control the service). JRun occasionally does and the root cause it that sockets need "too much time" to my manual serv

tomcat won't run standalone on NT4

2002-05-27 Thread Barbara Post
Hello, despite all my efforts and the fact that WEB-INF has the correct case (saw with command prompt) Tomcat 4.0.3 won't see anything in the WEB-INF directory... it cannot find web.xml so nor the action mapping. Does anyone have an idea ? It *at least* does find it (WEB-INF and subfolders) when