Confused over deployment of web applications

2004-07-11 Thread Tim Wills
This is my first few days with Tomcat and the deployment of web apps has left me slightly confused. I have installed Tomcat 5.0.26 + Apache 2.0.49 + Mod_jk2 to create a very basic file called "test.jsp" to write out "Hello World." I stuck it in a newly created directory which I also called test an

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tim Wills
I had the same Error 503 on Linux (not Windows) and found that was caused by Apache running as Nobody. Apache couldn't write to the socket because the owner was tomcat and Nobody was not a member of the group tomcat. Check your apache error_log and see what it says. I have never run a Windows serv

RE: mod_jk2 ./configure problem/query

2004-07-07 Thread Tim Wills
Sorry to say but I have gone through the whole process 3 times now (including re-installing Redhat itself) and I still get error 503 Service Temporarily Unavailable. I reckon it must be a permissions problem but where? I have tried the following: chmod 666 jk2.socket I tried changing the path to

RE: mod_jk2 ./configure problem/query

2004-07-05 Thread Tim Wills
Reading your article more thoroughly, I am a bit confused on a number of matters. 1. Why am I seemingly editing Apache's Makefile (I assume from the directory you have given) and not mod_jk2? Does the apxs command read that file? 2. I checked Apache's make file and it has no reference to JK_LDFLA

RE: mod_jk2 ./configure problem/query

2004-07-04 Thread Tim Wills
I read your article before posting that question but I didn't realise it applied to my situation. Were you getting that error message when you ran ./configure ?? Cheers Tim At 03:35 AM 5/07/2004 +0100, you wrote: >I am having problems installing mod_jk2 and although I have not isolated >what

mod_jk2 ./configure problem/query

2004-07-04 Thread Tim Wills
I am having problems installing mod_jk2 and although I have not isolated what it is, one thing is worrying me. I have installed Apache 2.0.49 and Tomcat 5.0.25 (on Redhat 9) from source and they both run fine. When I run the command: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apr