Well ... now I know why no one responded to this one . . . While my init.d
script was changing ownership of tomcat's directories and files to user
"tomcat", it wasn't handling file permissions. Very simple fix was to run
chmod recursively on the directory setting the permissions properly and
d
> tomcat 5.0.28 on unix
>
> Finally, I found the problem is that port 8009 is already used by some other
> application. I used another port, then everything works fine.
>
> Thank you both, martin and wapace!
>
> btw, do you know how to check if a port number has been used in
And add a JkAutoAlias line to httpd.conf if you're not going to mount
individual directories.
>
> From: "Martin Gainty" <[EMAIL PROTECTED]>
> Date: 2005/11/30 Wed PM 02:53:22 EST
> To: "Tomcat Users List"
> Subject: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and
> tomcat 5.0.2
Ah. Unzip it into the same folder into which you've installed Tomcat. You'll
need to edit Tomcat-Users.xml in the conf folder to include a user with the
"admin" role to access the app. Restart Tomcat and it should work.
>
> From: "Scott Purcell" <[EMAIL PROTECTED]>
> Date: 2005/11/23 Wed AM 1
What operating system are you using?
>
> From: "Scott Purcell" <[EMAIL PROTECTED]>
> Date: 2005/11/23 Wed AM 09:17:01 EST
> To:
> Subject: admin module for Tomcat 5
>
> Hello,
> I am running Tomcat 5, and I have been having troubles configuring a web-app
> in a virtual environment. Anyway, I s
OS: Open SuSE 10.0
Tomcat Version: Tomcat 5.5.12
I've successfully compiled JSVC, written my init script and am able to launch
Tomcat at system startup. I'm a total newbie to both Linux and Tomcat and had
been working through a Tomcat tutorial. One exercise in the tutorial covered
file upload