Re: Has anyone been successful building mod_jk on AIX 6.1 ?

2009-09-26 Thread Rainer Jung
On 25.09.2009 21:29, Strickland, Lawrence P wrote: bash-3.00# file libmod_jk.a libmod_jk.a: archive (big format) What is this file? What am I looking for? Unfortunately I was hoping for a more self-explanatory output. I don't have an AIX system at hand right now, so I can't tell, whether

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 Host declaration or would I need another Enginedeclaration? Also

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.second 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

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

debugging model classes tied to Tomcat datasources

2009-09-26 Thread Eric P
Hi, (Tomcat newb alert) I've got a simple database servlet application that has a few model classes on the back end. I have the model classes pretty well genericized so that they could (almost) be utilized outside of Tomcat by another app, but they do utilize the Tomcat data sources I've set

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\META-INF. Is this wrong? Probably. In the

RE: debugging model classes tied to Tomcat datasources

2009-09-26 Thread Caldarale, Charles R
From: Eric P [mailto:eric.maill...@gmail.com] Subject: debugging model classes tied to Tomcat datasources they do utilize the Tomcat data sources I've set up (via an InitialContext data source lookup). So this makes it impossible (?) to execute the model classes outside of Tomcat. Tomcat

Cannot set remote address in valve (Tomcat 5.5)

2009-09-26 Thread Elli Albek
Hi, We have Tomcat behind a load balancer. The servlet API and tomcat libraries see the load balancer IP as the client IP. I tried to write a simple valve which will extract the IP from HTTP header X-Forwarded-For and continue the valve chain using this IP as the client IP. This will be the

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

2009-09-26 Thread Josh Gooding
Then there must be something messed up with my domain and what it is pointing to. It has a different IP address than my server. I pointed the IP address of the domain to the static IP address of my server that I am already running and serving on Tomcat. Realistically I should be seeing