View previous topic :: View next topic |
Author |
Message |
Anssia n00b

Joined: 13 Nov 2003 Posts: 2 Location: Finland
|
Posted: Thu Nov 13, 2003 7:54 pm Post subject: Apache & Tomcat: problem Solved |
|
|
!! I finally learned how tomcat is working and learned to use tomcat's manager !!
I installed tomcat (4.1.24) working via apache (2.0.47) with mod_jk (1.2.5) and i got it working, then i configured it to get .jsp files and servlets working in users public_html directories but i only got .jsp files working.
server.xml includes lines to get public_html working:
Code: |
<Listener className="org.apache.catalina.startup.UserConfig"
directoryName="public_html"
userClass="org.apache.catalina.startup.PasswdUserDatabase"/>
|
and
mod_jk.conf includes lines:
Code: |
JkMount /*.jsp ajp13
JkMount /*/servlet ajp13
|
what i have still do to get servlets working in public_html directories?
Last edited by Anssia on Thu Nov 13, 2003 10:24 pm; edited 2 times in total |
|
Back to top |
|
 |
drjimmy42 Guru


Joined: 03 Feb 2003 Posts: 512 Location: Nashua, NH
|
Posted: Thu Nov 13, 2003 9:25 pm Post subject: |
|
|
I'm not trying to be a jerk here, but wouldn't the jakarta site be a better place to ask. Wish I could help. I usually use tomcat standalone. |
|
Back to top |
|
 |
|