recompiling JSPs when static included file changes

2002-09-26 Thread Chris Ruegger
I am using the static include to include one JSP in another JSP. If the included file changes, Tomcat does not seem to recompile the including page. Is there a way to configure Tomcat to detect this and recompile the including page? Thanks

JDBC Connection Pools

2002-08-02 Thread Chris Ruegger
Just a sanity check question: It looks like Tomcat does not inherently support JDBC Data Source and/or connection pools - with Weblogic I can set one up in the config.xml file. Am I correct in this assumption? Do people write their own connection pool manager for JDBC connections when using

putting custom code in front of Struts Main Servlet

2002-07-31 Thread Chris Ruegger
This is a bit off topic but we are using Tomcat with Struts. We want to be able to always execute some code before the Struts servlet is invoked, to check for things like lost session, permission, etc. What is the best way to do this? I'm thinking either have a servlet that we send everything

Upgrading xerces.jar

2002-07-31 Thread Chris Ruegger
What do people do when they want to upgrade their version of xerces.jar? Looks like I can just put the latest version in $CATALINA_HOME/common/lib. If I put it in the WEB-INF/lib of my webapp, will that override Tomcat's default Xerces JAR file? Also, is there a way to find out the version of

Re: unable to start tomcat on redhat linux 7.2

2002-07-30 Thread Chris Ruegger
What is CATALINA_HOME set to? - Original Message - From: Daniel Bruce Lynes [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 4:04 AM Subject: Re: unable to start tomcat on redhat linux 7.2 On Thursday 25 July 2002 01:43, LinuxTyro wrote: I have

opening JAR file from within Tomcat App

2002-07-29 Thread Chris Ruegger
I need to open a JAR file from within my Tomcat app and read some of the files. Question: What's the best way to get the absolute path Name of the Jar file so that I can pass that name to a JarFile object? I tried placing the JAR file in the WEB-INF\lib directory thinking its full path name

Re: opening JAR file from within Tomcat App

2002-07-29 Thread Chris Ruegger
Shapira Millennium ChemInformatics -Original Message- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 1:21 PM To: Tomcat Users List Subject: opening JAR file from within Tomcat App I need to open a JAR file from within my Tomcat app and read some of the files

exploding WAR file via ant

2002-07-29 Thread Chris Ruegger
Does anyone have an ANT build.xml snippet that will expland a WAR file foo.war to the Tomcat webapps directory? We have to explode the WAR file so that Apache can find the static files. Thanks, Chris

does mod_jk work with https?

2002-07-27 Thread Chris Ruegger
Situation Red Hat Linux 7.2 Apache 1.3.20 Tomcat 4.0.4 All works well under http. I can connect to Apache, and I get forwarded to Tomcat properly. However, when I access the site through https, I get the Apache Test Page. 1. Does mod_jk work with https/SSL? If so, does it forward to Tomcat via

running Tomcat as a service/daemon on Linux

2002-07-27 Thread Chris Ruegger
Is it possible to set up Tomcat on a Linux machine such that I can start it/stop with the service command, i.e. service tomcat start service tomcat stop If so, how would one do this? Do most people set up Tomcat as a daemon on Unix machines? If so, tips on how this is done appreciated!!

Re: SUMMARY: /*.jsp only invoked when run from localhost

2002-07-26 Thread Chris Ruegger
Do you include the mod_jk.conf in your httpd.conf file? If so, at what point in the file do u include it? I've tried taking the VirtualHost tag off but then I get syntax errors when reading httpd.conf. It doesnt like the JkMount directives. -Chris - Original Message - From: Shannon

Apache, Tomcat and Struts

2002-07-25 Thread Chris Ruegger
Situation: RedHat Linux 7.2 with Apache forwarding requests to Tomcat 4.0.4 works OK. I'm using Struts in my Tomcat application. What I want to have happen is this: 1. Client connects to Apache with some URL foo.com 2. Apache has been set up to look for an index.do welcome-file via the

mod_jk load balacing configuration

2002-07-25 Thread Chris Ruegger
Is the load balancing configuration of mod_jk documentated somewhere? Pointers to RTFM appreciated!

mod_jk versus mod_proxy

2002-07-24 Thread Chris Ruegger
I'm confused as to what the relationship is between mod_jk and mod_proxy. It seems that I can use both to have the Apache web server handle SSL and static content, and forward jsp/servlets requests onto Tomcat. Is one considered a replacement for the other? If so, which one should I use? If

Setting JkMount for root context servlets, jsps

2002-07-23 Thread Chris Ruegger
If I have a web app under Tomcat set as the root context, how should I set up my JkMount specs in mod_jk.conf such that calls to anything ending in .jsp or starting with /servlet are sent to tomcat? All of the examples I've seen so far redirect calls to Tomcat just based on the context name,

Apache 1.3.20 with Tomcat 4.0.4

2002-07-22 Thread Chris Ruegger
Situation: Red Hat Linux 7.2 with Apache 1.3.20 installed out of box. I installed Tomcat 4.0.4 I want to install mod_jk so that I can have Apache handle SSL/static content, and have Tomcat handle JSP/servlets. I downloaded the source code for mod_jk from:

Apache-Tomcat Howto?

2002-07-16 Thread Chris Ruegger
I want to set up an Apache web server on Red Hat Linux 7.2 to handle static content and SSL, and forward servlet and JSP requests to Tomcat 4.0. It seems there are about 3 ways to do this: Http 1.1 Warp AJP Which approach do most sites use? Can someoneone point me to the Howto's that describe

changing Tomcat's Document Root

2002-06-08 Thread Chris Ruegger
I want to deploy a web app to an arbitrary directory on my machine that is *not* under the Tomcat installation directory. What is the proper way to do this? Is it by setting CATALINA_BASE to the directory before I start Tomcat? Is there a doc out there that describes how to to this? Thanks, Chris

tomcat with IIS

2002-06-07 Thread Chris Ruegger
We are attempting to get IIS to work with Tomcat such that IIS forwards JSP requests to Tomcat and otherwise handles static content. Has anyone gotten this to work? Thanks, Chris

Re: tomcat with IIS

2002-06-07 Thread Chris Ruegger
of being hacked. -Original Message- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: 07 June 2002 12:24 To: Tomcat Users List Subject: tomcat with IIS We are attempting to get IIS to work with Tomcat such that IIS forwards JSP requests to Tomcat and otherwise handles static content

multilple tomcat instances

2002-03-20 Thread Chris Ruegger
I need to run multiple tomcat instances on a single machine each on a different port. Is there some documentation out there that explains how to configure this? Thanks!

Multiple Tomcat 4.0.2 instances

2002-03-20 Thread Chris Ruegger
I should have been more specific earlier. I'm running Tomcat 4.0.2 and interested in setting up multiple instances on one machine. Any references greatly appreciated! -Chris -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Load Balacing Apache-Tomcat

2002-03-20 Thread Chris Ruegger
We are using Apache as a front-end proxy to multiple tomcat instances running on back-end machines. We would like to get Apache to do simple round-robin load balancing to the Tomcat instances. Is there a module out there for Apache that would let us do this? Thanks -- To unsubscribe: