Tomcat robustness and scalability

2002-01-31 Thread James Thornley
it if it compromises the stability of the site. Cheers James Thornley __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Re: Tomcat robustness and scalability

2002-01-31 Thread James Thornley
Panic over, I've discovered the EmbeddedCatalinaServiceSX mbean which initialises the catalina instance takes a parameter of MaxProcessors, and if you don't give it it defaults to 20. Sorry for wasting your time James Thornley --- James Thornley [EMAIL PROTECTED] wrote: Hi, I'm doing

how to keep generated java files

2002-01-05 Thread James Thornley
I need to put this parameter, and what the xml tags will look like. 2. Where the generated java files will end up. Alternatively, if anyone can point me to some documentation covering this I'll happily look it up myself. Thanks in advance for any help James Thornley

Re: how to keep generated java files

2002-01-05 Thread James Thornley
directories within the work directory. Just check for *.java files and you should get your JSP file... Sriram 1/5/02 9:11:05 PM, James Thornley [EMAIL PROTECTED] wrote: Hi, I'm just setting up a jboss/catalina application using jsp/servlets and ejb's. It's having a problem running