Can't get JSP's to recompile under 5.0.18

2004-02-13 Thread Phil Cox
I have tried to change one of the jsp-examples JSP's to see if I can get the
recompile to work, and it does not. I am running 5.0.18 on WinXP. Here is
(what I believe to be) the relevant portion of the web.xml file:

servlet
servlet-namejsp/servlet-name
servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
init-param
param-namefork/param-name
param-valuefalse/param-value
/init-param
init-param
param-namecheckInterval/param-name
param-value10/param-value
/init-param
init-param
param-namedevelopment/param-name
param-valuetrue/param-value
/init-param
init-param
param-namereloading/param-name
param-valuetrue/param-value
/init-param
init-param
param-namexpoweredBy/param-name
param-valuefalse/param-value
/init-param
load-on-startup3/load-on-startup
/servlet

Any pointers on what I may be missign would be appreciated.

Phil



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-13 Thread Phil Cox
I am trying to get this running as well. Does Tomcat and IIS have to be
installed on the same box?

Phil



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Apache / Tomcat JK problem

2004-02-11 Thread Phil Cox
 I've been following docs on setting this up (Apache 1.3x 
 Tomcat 5.0.18,
 jk) for the Tomcat examples, but I get File does not exist: 
 /wwwroot/htdocs/examples/ in apache logs. I have Apache and 
 Tomcat on different boxes. I am not fussed about serving 
 static content as I will eventually use Apache for load balancing.
 
 I must be missing something! Any ideas are appreciated.

Not sure of this is it, but you have not told apache to go to tomcat for
any/all files in /examples. If you want it to request to Tomcat for
everything under examples, try:

JKMount /examples/* worker1

And see if it works.

Phil



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to use MSSQL

2004-01-30 Thread Phil Cox
I am new to tomcat, and was trying to find info on using MSSQL as a
datasource. Any pointers?

Thanks

Phil

SystemExperts Corporation
Philip C. Cox, Consultant

+1 (888) 749-9800 (Corp HQ, toll free, USA only)
+1 (530) 887-9251 (main)
+1 (530) 887-9253 (fax)
http://www.SystemExperts.com/
 
Author of Windows 2000 Security Handbook
http://www.systemexperts.com/win2k.html



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]