Problems configuring Tomcat

2003-11-12 Thread crow none
Hi, i`m sorry to bother you but i have a little problem when i try to configure the security constraint using the deployment descriptor , an error like this appears ERROR reading java.io.FileInputstream At Line 19 /web-app/security-constraint/. I`d really appreciate it if you could help me.

Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread David Godfrey
Hi, I'm having problems when trying to use Tomcat and Apache HTTP server together, with mod_jk2. I have built Apache from the source, installed Tomcat 4.1.18, and tested each individually (they seem to function correctly). When I add in mod_jk2, both Apache and Tomcat still start and function

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread apachep2
Can you search archive? My bet is you didn't define [uri] in your workers2.properties. -Original Message- From: David Godfrey [mailto:[EMAIL PROTECTED] Sent: March 4, 2003 11:36 AM To: '[EMAIL PROTECTED]' Subject: Problems configuring Tomcat with Apache using mod_jk2 Hi, I'm having

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. It would help if you post the entries you added in httpd.conf for Tomcat. Also include your server.xml file for more information. Ben

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread apachep2
To: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using mod_jk2 You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. It would help if you post the entries you added

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
On Tue, 2003-03-04 at 10:36, Ben Ricker wrote: You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. Let me correct that: it should be '/examples/* blah'. I was looking at two different

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread David Godfrey
type=java.lang.Integer/ /Context /Host /Engine /Service /Server Many thanks, David -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 16:37 To: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Mark Eggers
Actually, mod_jk2 does not use JKMount . . . . In workers2.properties you might have a configuration that reads: # Uri mapping [uri:/examples/*.jsp] worker=ajp13:localhost:8009 Now this is really pointing to: $TOMCAT_HOME/webapps/examples Most of the time, the absolute directory is outside of

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
To: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using mod_jk2 You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. It would help if you post the entries

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Andy Eastham
PROTECTED] Sent: 04 March 2003 17:02 To: 'Tomcat Users List' Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 It would help if you post the entries you added in httpd.conf for Tomcat. Also include your server.xml file for more information. I have modified httpd.conf as follows

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
Eastham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:32 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 David, This looks like jk config to me, not jk2. If it helps, here are my working config files for apache 2 and mod_jk2 on solaris

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Andy Eastham
Users List' Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 The mystery to me is why there is a shm.file entry in jk2.properties...when the actual entry seems to need to be in workers2.properties. The documentation is very sparse in this area. Rick Bullotta CTO

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
, 2003 3:49 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 Rick, That's a leftover from the file on the web I copied my config from - it's commented out anyway. I haven't a clue what it does. All I know is that this set up works! Andy

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Kwong Chong
2003 3:36 To: '[EMAIL PROTECTED]' Subject: Problems configuring Tomcat with Apache using mod_jk2 Hi, I'm having problems when trying to use Tomcat and Apache HTTP server together, with mod_jk2. I have built Apache from the source, installed Tomcat 4.1.18, and tested each individually (they seem

Visual Age 3.02 and Tomcat 3.11 - Problems configuring Tomcat for my own servlets

2001-09-12 Thread S.Munz
Hi, (I'm using VA for Java 3.02 and tomcat 3.1.1 running inside VAJ.) I have problems running my own servlets from the VAJ workspace without exporting it. When I start tomcat and type in the URL of my servlet i get a message that the page is not found. (BTW: The tomcat examples work fine). I've

RE: problems configuring tomcat/apache mod_jk.so

2001-02-21 Thread Jennifer Dyess
Thanks so much! That did the trick. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 21, 2001 2:17 AMTo: [EMAIL PROTECTED]Subject: Re: problems configuring tomcat/apache mod_jk.soHello, you must add the -lposix4 flag

problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
I've followed the doc for compiling and configuring mod_jk.so. Everything *seemed* to work fine. I'm running solaris on intel, so I compiled mod_jk.so from source: apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c like I said, that seemed to

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Adam Fowler
://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning's end" -Original Message- From: Jennifer Dyess [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: problems configuring tom

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
To: [EMAIL PROTECTED] Subject: RE: problems configuring tomcat/apache mod_jk.so Hi, You don't need to compile it into apache to install mod_jk.so. Just compile it as per instructions on my site http://willow.cc.edu/docs/adminguide and move it to the libexec directory and do configs as normal. I have

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Adam Fowler
://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning's end" -Original Message- From: Jennifer Dyess [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 7:25 PM To: [EMAIL PROTECTED] Subject: RE: problems configur

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Michael H. La Budde
PROTECTED]] Sent: Tuesday, February 20, 2001 7:25 PM To: [EMAIL PROTECTED] Subject: RE: problems configuring tomcat/apache mod_jk.so I don't really understand what you're saying. I did compile mod_jk.so for solaris as per the instructions in http://jakarta.apache.org/tomcat/jakarta-tomcat/src/

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
grateful if you could send me a copy! -Original Message- From: Michael H. La Budde [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 6:49 PM To: [EMAIL PROTECTED] Cc: Jennifer Dyess Subject: RE: problems configuring tomcat/apache mod_jk.so Do you have more than one apxs available? I