RE: [OT] Feedback on Java?

2002-01-03 Thread Twiggs, Glenn
This doesn't answer your question but may solve your problem anyway: As an alternative to adding a method, you could use an existing method to accomplish the same functionality: // Get remaining string in tokenizer by using no delimiters. String remainingString = tokenizer.nextToken();

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Not a safe assumption. My company is using Tomcat in standalone mode within a large project. -Original Message- From: Andy Armstrong [mailto:[EMAIL PROTECTED]] [snip] It would be easy enough to add the same functionality to the other connectors. This is a simple solution for all

RE: Different approach to TC as a service (was: Separating Servic e code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
) Twiggs, Glenn at [EMAIL PROTECTED] wrote: Not a safe assumption. My company is using Tomcat in standalone mode within a large project. I believe he's talking about when tomcat is ran standalone AND thru a connector... Pier

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Yes. With a patch applied to avoid the NT Logout snafu that causes the VM to shutdown. Glenn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] One question - is anyone using the jk_service ( the NT service starter that is included with tomcat3.x ) ? Costin

RE: Tools.jar

2001-01-24 Thread Twiggs, Glenn
Title: Tools.jar Eitan, I don't think that tools.jar is needed for "normal activity". We redistribute Tomcat with the JRE and don't have any issues. If you need tools.jar to compile JSPs, try pre-compiling them and distributing the resulting .class files with your product. If this is not an