Tomcat and CORBA

2005-01-13 Thread Andreas Vombach
I would like to have a servlet which offers a CORBA interface. An applet for example could then read the IOR string of the orb and connect to the interface. Unfortunately instantiating servant objects seems to block the server so I had to spawn of threads from a servlet. (??) As far as I read a

Re: Tomcat arbitrarily freezes

2005-01-11 Thread Andreas Vombach
... there is always a chance to have hardware problems (bad memory chip) so the error will occur when memory consumption increases. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Want to know better way of deploying

2004-12-22 Thread Andreas Vombach
For some reason autodeploy does not work anymore when I start using jdbc pooling. (see my autodeploy thread) Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Context displayName=myapp docBase=myapp path=/myapp

Re: Why is tomcat (java) so memory intensive?

2004-12-21 Thread Andreas Vombach
I would also be interested in some memory/performance tuning possibilities. Ok, if you do not run it standalone but with Apache the web response times should be faster, my profiling gives me the following: CPU SAMPLES BEGIN (total = 8628) Tue Dec 21 16:10:18 2004 rank self accum count

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Andreas Vombach
... has somebody experience with gcj? On RHEL eclipse (but only 2.1.2) works with it and it looks faster than with Sun jdk. gcj could be also an option for tomcat, I'll try as soon I have time for it ... - To unsubscribe,

Re: Tomcat 5.5 classloading blues

2004-12-20 Thread Andreas Vombach
Hello, I'm new to the list and did not read this thread from the beginning but also use tapestry (3.0) on tomcat. I keep tapestry-3.0.jar and tapestry-contrib-3.0.jar in the lib dir of the (to be deployed) war file, the rest goes to /shared/lib except xercesImpl.jar and xml-apis.jar which go in

autodeploy

2004-12-20 Thread Andreas Vombach
For some reason if I use a db pool the auto-deploy of war files does not seem to work anymore. The change in the server.xml is that the jndi-ressources have to be declared. Are there any known influences? The dbcp only works if I declare it for my app, a global one is not being found. Service

Re: Tomcat 5.5 classloading blues

2004-12-20 Thread Andreas Vombach
Yes, if you look into the commons-dbcp 1.2.1 source, BasicDataSource.java, line 757 ff: // Load the JDBC driver class if (driverClassName != null) { try { Class.forName(driverClassName); } catch (Throwable t) { String message =

Re: DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-20 Thread Andreas Vombach
James, please see my message in Tomcat 5.5 classloading blues from 20.12 and the following. Cheers Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]