Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Josh Gooding
nfiguring multiple domain's and forwarding on Tomcat 6 > > questions. > > > > I have my Context config's in the META-INF folder of the first .com's > > appBase directory. It's under \appBase\META-INF. Is this wrong? > > Probably. In the above

RE: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Caldarale, Charles R
> From: Josh Gooding [mailto:josh.good...@gmail.com] > Subject: Re: configuring multiple domain's and forwarding on Tomcat 6 > questions. > > I have my Context config's in the META-INF folder of the first .com's > appBase directory. It's under \appBase\ME

Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Josh Gooding
Scott, I have my Context config's in the META-INF folder of the first .com's appBase directory. It's under \appBase\META-INF. Is this wrong? There is no httpd involved in the system, only Tomcat (and I'm trying to find the PECL dll's to get PHP to work ;) ) This should be all I have to add cor

Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Scott Dunbar
Josh, The second .com would just be another Host entry in server.xml. Don't forget to add any Context configs in conf/Catalina/www.domain>.com just like your first domain. As far as forwarding the .net to the .com, there are two ways of doing that. If Tomcat is fronted by Apache httpd, you'l

configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Josh Gooding
My Tomcat configuration as of right now is set to serve on a .com domain. I recently bought 2 more domains and want to host a different .com but use the same installation of tomcat that I am using currently. Is this just another declaration or would I need another declaration? Also what about f