RE: Virtual Hosts [mostly solved]

2006-12-29 Thread Gormley, Josh
* Not having to modify server.xml directly. According to the Tomcat docs, you shouldn't modify this file. I think you may have misconstrued something in the docs. There's nothing wrong with modifying server.xml; for example, production environments must change it and web.xml to

RE: Virtual Hosts

2006-12-28 Thread Gormley, Josh
Does anybody have a good tutorial on how to do this with Apache sitting in front of Tomcat? I'd like to have a single server with multiple one-to-one domainname-to-webapp apps running in Tomcat such that I can hot deploy one webapp in Tomcat without affecting the other webapps. Apache

RE: Virtual Hosts

2006-12-28 Thread Gormley, Josh
: Thursday, December 28, 2006 8:42 AM To: Tomcat Users List Subject: Re: Virtual Hosts Gormley, Josh wrote: Does anybody have a good tutorial on how to do this with Apache sitting in front of Tomcat? I'd like to have a single server with multiple one-to-one domainname-to-webapp apps running in Tomcat

RE: Virtual Hosts [mostly solved]

2006-12-28 Thread Gormley, Josh
there is a solution out there for this. Anyway, thanks to everybody who helped out on this. Josh Gormley -Original Message- From: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 9:34 AM To: Tomcat Users List Subject: Re: Virtual Hosts Gormley, Josh wrote

RE: Tomcat, Apache and mod_jk configuration

2006-10-20 Thread Gormley, Josh
I'm trying to do a similar setup as well and I'm using just about the same configuration as shown below (I've attached my configs). But I'm having one big issue: when I try to do a hot redeploy of my webapp, I do not see the changes at http://rtv.myhost.com unless I restart Tomcat. BUT, I do

RE: Tomcat vs Apache virtual host declarations

2006-09-27 Thread Gormley, Josh
configuration, I can view my app through the subdomain just fine, but I have to restart tomcat if I redeploy the app. I'm running Tomcat 5.5.17, JRE 1.5, RedHat. Any help would be much appreciated as I'm stumped. Josh -Original Message- From: Gormley, Josh Sent: Tuesday, September 26, 2006 11

Tomcat vs Apache virtual host declarations

2006-09-26 Thread Gormley, Josh
Hello, I'm a little confused about how Apache and Tomcat handle virtual hosts. I have a server which hosts 3 subdomains, each of which is a Tomcat webapp. With my current setup, if I go to http://rtv.mydomain.com http://rtv.mydomain.com/ I can see my app running. But if I undeploy the

undeploy doesn't completely remove classes from memory

2006-09-14 Thread Gormley, Josh
Hello, I've got a problem with several of the Struts apps that I'm deploying to Tomcat 5.5.17. If I redeploy the app by dropping in a new war file, I almost always have to restart tomcat in order to see the updated classes take affect. I've read that this could be caused by threads being

RE: undeploy doesn't completely remove classes from memory

2006-09-14 Thread Gormley, Josh
/pages/viewpage.action? pageId=2669 http://marc.theaimsgroup.com/?l=tomcat-userm=114001512903342w=2 Thanks, Josh -Original Message- From: Gormley, Josh Sent: Thursday, September 14, 2006 12:08 PM To: users@tomcat.apache.org Subject: undeploy doesn't completely remove classes from

RE: undeploy doesn't completely remove classes from memory

2006-09-14 Thread Gormley, Josh
Message- From: Gormley, Josh Sent: Thursday, September 14, 2006 12:27 PM To: Tomcat Users List Subject: RE: undeploy doesn't completely remove classes from memory As usual, whenever I post a question I seem to almost immediately find some more information. I'm looking into these posts, which