Tomcat error [Fatal Error] :2:5118: Content is not allowed in trailing section.

2003-07-26 Thread Venkatesh K. Kesavan
Hi, I have been using tomcat 4.0 till date and recently I upgraded to 4.1.24. My application is working in 4.1.24 but tomcat server screen shows the error "[Fatal Error] :2:5118: Content is not allowed in trailing section." whenever I open any jsp.(error repeated till the jsp is completely

[ANN] Tomcat 5.0.5 Alpha released

2003-07-26 Thread Remy Maucherat
Tomcat 5.0.5 Alpha is now available for testing. Please refer to the changelog included in the release for the list of changes. Downloads: http://jakarta.apache.org/builds/jakarta-tomcat/release/v5.0.5-alpha/ Remy - To

Re: Env var serverRoot or JkSet config.file

2003-07-26 Thread Ivan Montoro
Sorry again, actually the path is a little more obfuscated since our install policy is realy non-user-friendly. But yes, paths are coordinated between httpd.conf, workers2.properties and jk2.properties... serverRoot is set in a wrapper I've made for Tomcat's startup.sh. Modifing a little

Where are translated classes stored in Tomcat 5??

2003-07-26 Thread Julien Martin
Hello, I am having some problems with tomcat5. I don't know where translated files (something_jsp.java) are stored. It used to be stored in %catalina_home%\work\catalina\localhost\myapp for an app called myapp in tomcat 4x and I can't find the file anymore now. Can you help? Thanks in

Re: Where are translated classes stored in Tomcat 5??

2003-07-26 Thread Micael
The xml should tell you where it is. At 11:25 PM 7/26/2003 +0200, Julien Martin wrote: Hello, I am having some problems with tomcat5. I don't know where translated files (something_jsp.java) are stored. It used to be stored in %catalina_home%\work\catalina\localhost\myapp for an app called

Authentication Tomcat and IIS

2003-07-26 Thread Fedor Smirnoff
Hey everyone, really hope you can help because I really hit the wall here. I configured and installed Tomcat 4.1.24 with IIS running on Windows 2000, now I cannot get my basic authentication to work. I have it configured in web.xml and it worked before when it was Tomcat only stand-alone, now it

Re: Where are translated classes stored in Tomcat 5??

2003-07-26 Thread Tim Funk
Same spot as 4. Somewhere beneath $CATALINA_HOME/work - its just a little deeper in the dir structure. -Tim Julien Martin wrote: Hello, I am having some problems with tomcat5. I don't know where translated files (something_jsp.java) are stored. It used to be stored in

admin question ??

2003-07-26 Thread Kevin Passey
Has anybody set up a datasource in the admin console and got it to work? If so can you enlighten me. Regards Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat: SSL client authentication

2003-07-26 Thread Bill Barker
You can't generally use a self-signed client cert with JSSE (you can configure PureTLS to accept it, but another bug means that you'd have to wait for 4.1.26). The work-around is way too much trouble for the sysadmin, and I don't feel like being an enabler for a true hideous design. So, you'll

Tomcat under load - Use 'java -Xss' to increase default stack size

2003-07-26 Thread Rau NF
Hi - We have seen this problem showing up on Tomcat 4.1.24 (/JDK 1.4.2 from Sun/Linux) after running tomcat for a few hours. Fatal: Stack size too small. Use 'java -Xss' to increase default stack size. We have set the stack size to 1024k and we still get this error. (-Xms/Xmx is 1.5 Gb) Any

JNDI database again

2003-07-26 Thread dein_metzger
hi there. My doubt is quite simple. I have to use an ms-access database (MDB) via JNDI. I am using tomcat 4.1, on windows xp, with j2sdk 1.4 I am thinkin about using the jdbcodbcdriver from sun. I´ve heard a lot of things about it on the net, but I don´t understood nothing. On tomcat,

Re: JNDI database again

2003-07-26 Thread Luis Duran
OKi Doki, i think i could help with the first part of the request. JDBC-ODBC implementation included in Java SDK's distributions pretends solve the immediatly database connectivity problem on Windows boxes, and Java do not shipped it like a final and stable solution, they mean: umm, this works,