RE: Listening on multiple ips

2005-08-12 Thread David Erickson
d get back to us. > > Allistair. > > > -Original Message- > > From: David Erickson [mailto:[EMAIL PROTECTED] > > Sent: 12 August 2005 17:20 > > To: tomcat-user@jakarta.apache.org > > Subject: Listening on multiple ips > > > > > &g

Listening on multiple ips

2005-08-12 Thread David Erickson
Hi I was just wondering what the best way to setup tomcat to listen to multiple ip addresses is? I have a box with 1 nic that has 3 ip addresses, the first address port 80 is in use by apache so I want it to listen on the 2nd and 3rd address. I also need to have different webapps be loaded for ea

Re: Log4j Problem w/Tomcat 5.0.24 and JSVC

2004-05-28 Thread David Erickson
else who has a nightmare getting the classpath and stuff set correctly =) -David - Original Message - From: "David Erickson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 2:31 PM Subject: Re: Log4j Problem w/To

Re: Log4j Problem w/Tomcat 5.0.24 and JSVC

2004-05-28 Thread David Erickson
urs of messing around trying to get the log4j to initialize > > looking in the archives would have saved you hours of work! > http://www.mail-archive.com/[EMAIL PROTECTED]/msg126799.html > > Filip > > > -Original Message- > From: David Erickson [mailto:[EMAIL PROTECTED]

Re: Log4j Problem w/Tomcat 5.0.24 and JSVC

2004-05-28 Thread David Erickson
look something like: CLASSPATH=$CLASSPATH:\ $JAVA_HOME/lib/tools.jar:\ $DAEMON_HOME/dist/commons-daemon.jar:\ $CATALINA_HOME/bin/bootstrap.jar:\ $CATALINA_HOME/common/lib/log4j-1.2.8.jar:\ $CATALINA_HOME/common/classes And wallah everything will work =) -David - Original Message - From: &

Log4j Problem w/Tomcat 5.0.24 and JSVC

2004-05-28 Thread David Erickson
Hey All I am running Tomcat 5.0.24 on a RH9 Machine, at startup using JSVC. My root problem is I am unable to get tomcat's SSL port to run on 443.. (works peachy on 8443, but when I hit 443 I get nothing it just hangs and timesout). Well anyway I was trying to get Log4j logging to work so I could

Re: Servlet-Mapping Question, recursive capable?

2004-02-25 Thread David Erickson
e and tomcat will decide on supporting this as well... > >> > >> Daniel Gibby > >> > >> Tim Funk wrote: > >> > >>> No. You can prefix match or file extension match, but not both at > >>> the same time. > >>> > >>&g

Servlet-Mapping Question, recursive capable?

2004-02-24 Thread David Erickson
Hi I would like to do something like: action /docs/**.pdf So that anything in the /docs/ folder AND ANY of its subfolders with the .pdf extension gets sent to my action servlet. Is that possible with tomcat 4.1.24? If not does anybody know the class that matches those things so I can alte

Re: getting Server.XML properties in servlets?

2003-12-24 Thread David Erickson
ED]> Sent: Wednesday, December 24, 2003 1:05 PM Subject: RE: getting Server.XML properties in servlets? Howdy, You can use env-entry-ref for this (read the servlet specification on this web.xml property and tomcat's JNDI How-To document for the server.xml element). Yoav Shapira Millen

Re: getting Server.XML properties in servlets?

2003-12-24 Thread David Erickson
y-ref for this (read the servlet specification on this web.xml property and tomcat's JNDI How-To document for the server.xml element). Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Erickson [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 24, 2003 2

getting Server.XML properties in servlets?

2003-12-24 Thread David Erickson
Hi I am working on an app that relies on an address to a mail server.. and the mail server's address is different inside our network due to proxy stuff than it is from outside, and our app will be deployed in both places. Is it possible for me to set some kind of property inside my server.xml file

Re: Link to Integrating Tomcat into Apache?

2003-10-02 Thread David Erickson
day, October 02, 2003 12:12 PM Subject: Re: Link to Integrating Tomcat into Apache? > On Thu, October 2, 2003 1at 1:02 am, David Erickson sent the following > > Hey I've been trying to find a good tutorial or how to on integrating > > tomcat > > into apache.. can anyone pr

Link to Integrating Tomcat into Apache?

2003-10-02 Thread David Erickson
Hey I've been trying to find a good tutorial or how to on integrating tomcat into apache.. can anyone provide a link? Preferably Apache 2.x and tomcat 4.1.x thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Tomcat integration into Apache and PHP support

2003-10-01 Thread David Erickson
Hi we have been developing a webapp using Tomcat 4.1.24. We have come to a point where we would like to add a forum based on PHP.. I gave the php running in a servlet a try but never fully got it functioning the way I'd like. We are now evaluating running apache and plugging tomcat into it along

Setting up Eclipse to debug Struts classes in Tomcat?

2003-08-25 Thread David Erickson
I know I have read that you can use eclipse to remote debug tomcat, but is it possible to have eclipse debug struts action classes that are being executed by Tomcat? And is there anywhere that documents how that would work.. I'd love to know what the value of some variables are at runtime etc w

Reloading a webapp?

2003-06-13 Thread David Erickson
Hi I am doing some webapp developement and am modifying classes that are in use by Struts, so anytime I want to check on the app I must compile then reload tomcat to reload the classes. Is there anyway to have tomcat reload a webapp while it is still running? Using version 4.1. something =) Th

Re: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread David Erickson
: RE: Problem executing Servlets with Tomcat 4.1.24 I am guessing that you do not have a mapping on the invoker servlet in web.xml Open the /tomcat_home/conf/web.xml and Unremark the block that mapps the invoker to /servlet/* Hope it helps -reynir > -Original Message- > From: D

Problem executing Servlets with Tomcat 4.1.24

2003-06-06 Thread David Erickson
Hi I'm new to the whole java scene but I'm trying to get some example and test servlets running and having all kinds of problems. I have a working tiny servlet thats compiled as ExampleServlet.class. However the only place I can get tomcat to execute it is when i put it in the (tomcat home dir)\w