Error when build mod_jk with apache 2.2 under FreeBSD 7.2-STABLE 64bit?!

2009-08-27 Thread James Chang
Hi there, I try to buind mod_jk with apache 2.2 (also build from port tree but with worker mode) from porttree of FreeBSD but I it show me the following error messages: = /usr/local/lib: file not recognized: File for

Re: Client SSL certificate chain in Tomcat 6 when using AJP

2009-08-27 Thread Bill Barker
"atul" wrote in message news:216148.14679...@web36801.mail.mud.yahoo.com... > I've a setup where Apache 2.2 is fronting Tomcat 6.0.20. They are talking > AJP/1.3 > Using mod_proxy_ajp. > I've a URL protected by client SSL. Apache prompts for client certificate > and I can get to the cert in my

Re: Serving outside of webapps

2009-08-27 Thread Hassan Schroeder
On Thu, Aug 27, 2009 at 3:13 PM, Robert Murphy wrote: > I have a folder containing sensitive data under webapps which is currently > being mapped by the application to serve on the web. However, I would like > the data folder to be outside of webapps so noone can access the files by > typing in th

Serving outside of webapps

2009-08-27 Thread Robert Murphy
Hello all, I have a folder containing sensitive data under webapps which is currently being mapped by the application to serve on the web. However, I would like the data folder to be outside of webapps so noone can access the files by typing in the URL. Can TomCat serve pages outside of the webapp

Re: user / password

2009-08-27 Thread Markus Meyer
See http://www.netbeans.org/kb/61/websvc/gs-axis.html Search for "tomcat-users.xml" in this document. Chris Lenart schrieb: I did but it's blank. Do I add one? -Original Message- From: Markus Meyer [mailto:me...@mesw.de] Sent: Thursday, August 27, 2009 3:14 PM To: Tomcat Users List S

RE: user / password

2009-08-27 Thread Chris Lenart
I did but it's blank. Do I add one? -Original Message- From: Markus Meyer [mailto:me...@mesw.de] Sent: Thursday, August 27, 2009 3:14 PM To: Tomcat Users List Subject: Re: user / password I do not know NetBeans but you probably want to have a look at tomcat-users.xml in the Tomcat conf

Re: user / password

2009-08-27 Thread Markus Meyer
I do not know NetBeans but you probably want to have a look at tomcat-users.xml in the Tomcat configuration directory. Chris Lenart schrieb: NetBeans is trying to connect to Tomcat and asking for an ID and password. Wher do I find this? ---

user / password

2009-08-27 Thread Chris Lenart
NetBeans is trying to connect to Tomcat and asking for an ID and password. Wher do I find this?

Re: /context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
Martin, Thanks for the reply. I can't be 100% sure, but I have another setup machine that used to work but the internet serving on it is broken. The config files on it ought to be accurate. However there is no boss-service.xml file on it. In workers.properties, I have defined: worker.list=

RE: /context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Martin Gainty
JBOSS ajp connector is org.mortbay.http.ajp.AJP13Listener from jboss docs you will need to config jboss-service.xml 5. In /server/all/deploy/jbossweb.sar/META-INF/jboss-service.xml, edit the following: - Under the "Configure the Request Listeners" section, look for the add listener call of "or

Re: tow instances but one webapps : possible ?

2009-08-27 Thread Filip Hanik - Dev Lists
On 08/27/2009 04:33 AM, Mark Thomas wrote: coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1

Client SSL certificate chain in Tomcat 6 when using AJP

2009-08-27 Thread atul
I've a setup where Apache 2.2 is fronting Tomcat 6.0.20. They are talking AJP/1.3 Using mod_proxy_ajp. I've a URL protected by client SSL. Apache prompts for client certificate and I can get to the cert in my webapp (servlet). However, when the cert have intermediate CAs, I still only get the lea

/context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.5 (Leopard). I am using a mod_jk connector with JBoss. I am having trouble getting context urls of the form website.my.com/ myapplication honoured (or even localhost/myapplication). (Safari:File not found).I have googled the erro

redirect paramter in the jk_workers file

2009-08-27 Thread Dhiraj Rajput
Hi All, I have issue on the redirect tag in jk workers file. Currently I am having mod jk 1.2.27 on my server. I am using two tomcat instances in the cluster. My problem is 1) Is mod Jk 1.2.27 support redirect tag. 2) How the mod redirect works. Can anyone please h

Re: Db connection issue due to firewall

2009-08-27 Thread chandra ganta
Hi Chris , We are using Tomcat 5.5 and Java 1.5 ,the below is the configuration of server.xml , I am getting the exception when server is ideal from some amout of time (app 2- 3 ) hours.

Re: Db connection issue due to firewall

2009-08-27 Thread chandra ganta
Hi Mark , This is server.xml configuration ,we are configuring mutiple hosts in server.xml , i setted the attribute testOnBorrow ="true" ., but it is still not working .

Re: Multiple data centers and redundency?

2009-08-27 Thread Leon Rosenberg
Hello, You may want to take a completely different approach. 1) If your session is lightweight (no really heavy objects) you could store everything in cookies and go completely session and stateless. This would solve most of the problems. 2) If 1. isn't applicable - persist the session to a distrib

Re: tow instances but one webapps : possible ?

2009-08-27 Thread Mark Thomas
coucou78 coucou78 wrote: > hello, > > Here we need to have two instances of Tomcat 5.0.30 running at the same time > (tomcat1 , tomcat2) , for sure on differents ports, > BUT those instances must have the same webapps folder. > > ../webapps : app1 >app2 >ap

Re: Db connection issue due to firewall

2009-08-27 Thread Mark Thomas
Christopher Schultz wrote: > Mark, > > On 8/26/2009 2:44 PM, Mark Thomas wrote: >> Christopher Schultz wrote: >>> Chandra, >>> >>> On 8/25/2009 11:56 PM, chandra ganta wrote: We use a db datasource for one of our applications. The issue is that there is a firewall between tomcat server 5

Re: tow instances but one webapps : possible ?

2009-08-27 Thread André Warnier
coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1 app2 app3

adding connectors at the run-time

2009-08-27 Thread Bhuvanesh Pattanashetti
Hi, Can please any one suggest me how i can add a connector to tomcat using Http11NioProtocol. I have succeeded to some extent. Please let me know if any one has better idea on this. Thanks, Bhuvan

Re: tow instances but one webapps : possible ?

2009-08-27 Thread Pid
On 27/08/2009 08:28, coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. Why? This requirement is not compatible with Tomcat conf

Re: Virtual Hosts and manager application.

2009-08-27 Thread Wesley Acheson
Thank you this seems to have fixed my problems. Regards, Wes On Mon, Aug 24, 2009 at 9:10 PM, Pid wrote: > On 24/08/2009 16:09, Wesley Acheson wrote: > >> Hi, >> > >> appbase="/home/servers/applications.westest" >> unpackWARs="true" autoDeploy="true" >>

tow instances but one webapps : possible ?

2009-08-27 Thread coucou78 coucou78
hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1 app2 app3 app4 tomcat1 should