Re: Is there a common lib between webapps, but not instances?

2003-02-28 Thread Mark Strecker
$CATALINA_HOME/shared/lib shares jars between webapps but not tomcat. Mark Frank Diakovasilis wrote: I have multiple instance of Tomcat set up with multiple webapps in each. I would like a jar file to be shared across the webapps, but not across the instances. Is there a directory in place

Re: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39,mod_jk under Solaris.

2003-02-27 Thread Mark Strecker
I had/have the same problem with the examples using mod_jk ... but the applications I care about work fine ... I think I changed the examples/*.jsp to examples/* in httpd.conf and got better results. This is in fact how I setup my apps : JkMount /app1/* worker1 Also, why not use the jni

need help with tomcat service(compiling jsps)

2003-02-26 Thread Mark Strecker
Hello All, I installed tomcat as a service and am getting errors compiling jsps ... it works fine just using the startup.bat. I am using tomcat 4.1.18 and jdk1.3.1. Here is the install command I used : d:\Programs\tomcat\bin\tomcat -install Tomcat D:\Programs\jdk1.3.1\jre\bin\hotspot\jvm.dll

Re: error opening tomcat admin login page

2003-02-20 Thread Mark Strecker
properly under HP-UX - ho-hum :-) I can only advise you try a reinstallation, if that still doesn't work, see if you can come up with a similar workaround. HTH -Original Message- From: Mark Strecker [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 19. Februar 2003 19:34 To: Tomcat Users List

error opening tomcat admin login page

2003-02-19 Thread Mark Strecker
Hello All, I installed tomcat 4.1.18 on an sgi(Java 1.3.1 on Irix 6.5) and cannot open the admin login(/admin/login.jsp). I get this exception : org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE at

Re: error opening tomcat admin login page

2003-02-19 Thread Mark Strecker
to MESSAGE or the other way round. Two solutions - 1) re-install from another souce or 2) go down into the admin app directories and change the names of the properties files manually HTH -Original Message- From: Mark Strecker [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 19. Februar 2003 17

Re: Configuring Tomcat 4.1 with iPlanet iWS 6.0

2003-02-07 Thread Mark Strecker
I am going through this process with v4.1.8 and you have two choices : in process and out of process connections. You can use the jk2 (ajp13 protocol, since you are using Tomcat 4.x) native connector to run iplanet and connect to Tomcat via TCP or you can use the JNI connector for in process.

Need some help with connector

2003-02-07 Thread Mark Strecker
Hello, I have the connector for Netscape/Iplanet 4.1.8 to Tomcat 4.1.12 mostly working and am looking for some help for the rest. Here is what is happening. The connection is up and talking with Tomcat. I can serve up /examples/ ... but /examples/jsp/ returns error 302 The requested