Multiple server.xml files with Tomcat 4.0.3??

2002-05-22 Thread Miller, Andy
I'm pretty new to Tomcat so please be patient with me if this is an obvious question. I'm trying to port our dev environment over to Tomact from Resin and have come across a slight roadblock. We have different environments for local development, dev server, qa server, and production. Each

RE: Multiple server.xml files with Tomcat 4.0.3??

2002-05-22 Thread Miller, Andy
by removing/adding the specific IP address for the instance, and copying the entire directory structure over. Hope this helps, John -Original Message- From: Miller, Andy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:42 PM To: Tomcat Users List Subject: Multiple server.xml

stop log files getting reinitialized?

2002-05-22 Thread Miller, Andy
Is there anyway to stop tomcat from re-initializing output logs after a restart? It's a real pain not being able to just type tail -f stdout.log and leave that window open. What happens is that after stopping tomcat, the file gets reset to 0bytes and after starting it again, nothing is

RE: stop log files getting reinitialized?

2002-05-22 Thread Miller, Andy
- From: Miller, Andy Sent: Wednesday, May 22, 2002 2:32 PM To: Tomcat Users List Subject: stop log files getting reinitialized? Is there anyway to stop tomcat from re-initializing output logs after a restart? It's a real pain not being able to just type tail -f stdout.log and leave that window open

index.jsp not getting sent via mod_jk to tomcat??

2002-05-23 Thread Miller, Andy
I guess this is actually more of an apache question, but i'm using mod_jk to get my apache2 webserver to use Tomcat 4.03. All is good, except that I have a default page configured in apache to index.jsp (via DirectoryIndex directive in httpd.conf), i've got mod_jk configured to foward .jsp to

RE: index.jsp not getting sent via mod_jk to tomcat??

2002-05-23 Thread Miller, Andy
. good luck fillup On 5/23/02 1:38 PM, Miller, Andy [EMAIL PROTECTED] wrote: I guess this is actually more of an apache question, but i'm using mod_jk to get my apache2 webserver to use Tomcat 4.03. All is good, except that I have a default page configured in apache to index.jsp (via

RE: index.jsp not getting sent via mod_jk to tomcat??

2002-05-23 Thread Miller, Andy
?? is that in response to my sort of solution? sounds like you're messing with httpd.conf, which I liken to mad science when you involve tomcat connectors ;) fillup On 5/23/02 2:02 PM, Miller, Andy [EMAIL PROTECTED] wrote: Darn, thought I was on to something there. I setup an alias thusly: Alias / e

Tomcat / JBoss / JNDI lookup not working - HELP!

2002-06-03 Thread Miller, Andy
I have seperate instances of Tomcat and JBoss running on the same machine. I'm trying to do a JNDI lookup of a JMS queue that's configured in JBoss from Tomcat but cannot get it to work. I can see the JNDI tree from the JBoss' JNDIView and all looks fine, here's a a snapshot of the Global JNDI

RE: Tomcat / JBoss / JNDI lookup not working - HELP!

2002-06-03 Thread Miller, Andy
That was all it took! Thanks a million! -Original Message- From: HÃ¥kon Hansen [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:23 AM To: Tomcat Users List Subject: Re: Tomcat / JBoss / JNDI lookup not working - HELP! On Mon, 3 Jun 2002 11:48:14 -0500 Miller, Andy [EMAIL

ROOT.war / server.xml context / tomcat 4.0.3 problem.. help!

2002-06-07 Thread Miller, Andy
I've got a ROOT.war file that I build for my app, when i deploy it to tomcat/webapps with the default server.xml config file, it extracts upon tomcat startup. The problem is i need to configure some logging connection pool info that my app uses in my server.xml. When i modify the server.xml

jikes with tomcat 4.0.3???

2002-06-14 Thread Miller, Andy
Is this possible, i've googled, searched this mailing list, but can't turn up much info. Seems people are having trouble with UTF-8 encoding??? Thanks, Andy Miller [EMAIL PROTECTED]