Re: JDBC and Pool

2001-07-12 Thread Matt Goodall
I would probably use something like PoolMan, http://poolman.sourceforge.net. Once configured, getting a pooled connection is easy - see EXAMPLE 2 in section 3.0 Usage at http://www.codestudio.com/PoolMan/UserGuide.html. Cheers, Matt - Original Message - From: Enrique Lopez To: Lista de

Re: Tomcat + VxWorks (RTOS)

2001-07-12 Thread Matt Goodall
VxWorks - are you insane? ;-) VxWorks supports Java these days doesn't it? If so could you not simply run Tomcat as a task and use it as the web server as well as the servlet container?. I know it's not the most efficient setup but it's probably a *lot* easier. You could change Tomcat's port to

Re: Mr. Matt - Re: Tomcat + VxWorks (RTOS)

2001-07-12 Thread Matt Goodall
as looking at what Tomcat's startup scripts do and putting those inside a script suitable for VxWorks. Hope this helps, Matt - Original Message - From: Sunil Chandurkar [EMAIL PROTECTED] To: Matt Goodall [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 4:43 PM Subject: Mr. Matt - Re

Re: Precompile JSP with Tomcat

2001-07-11 Thread Matt Goodall
Use the jspc utiltity. It's in tomcat's bin directory. Cheers, Matt - Original Message - From: James Bailey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:16 PM Subject: Precompile JSP with Tomcat Hi All, I'm sure this has been ask before but can some one

Re: . Reloading JSP's

2001-07-11 Thread Matt Goodall
I think this is a known bug on win32 only. I can't remember where I read about it though, probably this mailing list. Try a nightly build instead. Cheers, Matt - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 2:25 PM

Re: error 404 not found

2001-07-09 Thread Matt Goodall
You probably haven't told the isapi plugin what URLs to match. You need to put them in (I think) $TOMCAT_HOME/conf/uriworkermap.properties. Sorry, can't remember more than that but it is documented in the Tomcat-IIS HOWTO. Cheers, Matt - Original Message - From: [EMAIL PROTECTED] To:

Re: Jakarta NT service

2001-07-06 Thread Matt Goodall
See http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html. Having said that JavaService, from http://www.alexandriasc.com/software/JavaService/index.html, is really easy to use. Cheers, Matt. - Original Message - From: Wu, Michael [EMAIL PROTECTED] To: [EMAIL PROTECTED]