I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Hi, I'm having problems getting JSP's to run with TOMCAT and IIS. I've followed the instructions at Jakarta.apache.org and I've also followed the instructions at www.verysimple.com/scripts/support_tc_iis.html Everything appears

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Things to check: Be careful that your registry setting are pointing to the right place for the workers.properties and uriworkermap.properties files. Look under HKEY_LOCALMACHINE\SOFTWARE\Apache Software Foundation\Jakarta

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT I've checked the registry settings, All the registry Keys appear fine. The worker_file string points to the workers.properties and the worker_mount_file points to the uriworkermap.properties file. Thanks -Original

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Did you set these in workers.properties? workers.tomcat_home=c:\Tomcat-3.2.1\tomcat workers.java_home=c:\jdk1.3.1 ## You should configure your environment slash... ps=\ on NT and / on UNIX# and maybe something different

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Bill, Thanks, I found an errors logged in the JVM.log file which notified me of a problem in the server.xml. Once this was fixed the logs stopped appearing in the isapi.log file. Saying all of that when I try to display

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Yes, Thanks -Original Message- From: Robert Finneran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 July 2001 10:15 AM To: [EMAIL PROTECTED] Subject: RE: I'm getting errors when I run JSP's using IIS and TOMCAT