Bob,
Let's simplify the problem. Tomcat has a build in web server, see
tomcat's server.xml. I suggest you enable that, by default it is on
port 8080. Then verify Tomcat and Jetspeed are working. Once that is
done then add apache to the equation. I suspect the root problem is
only *.jsp is being routed to Tomcat. You might need to add the
following to the apache configuration, i.e. mod_jk.conf. I created a
mod_jk.conf_working because mod_jk.conf is recreate but tomcat at
startup.
#
# The following line mounts all JSP files and the /servlet/ uri to
tomcat
#
JkMount /jetspeed/servlet/* ajp12
JkMount /jetspeed/*.jsp ajp12
JkMount /jetspeed/* ajp12
Paul Spencer
[EMAIL PROTECTED] wrote:
>
> Thanks to all who have given advice so far and who have been patient with us
> newbies!! Here is my dilemma now...
>
> I have installed and configured Apache 1.3.14, Tomcat 3.2.2, and JDK 1.3.1.
> I'm running this on a SuSE Linux 7.1. From my browser on another machine I
> can see the default Tomcat Homepage which leads me to believe that I
> installed and configured Apache, Tomcat and 'mod_jk' correctly. Then I
> installed and configured Jetspeed 1.3a1 however this is where the problem
> lies. As soon as I add Jetspeed into the equation it dies and I cannot see
> the Jetspeed homepage from my browser. I am currently going back over the
> install and config to make sure everything was done correctly. Has anyone
> else run into a problem like this??
>
> Any help would be greatly appreciated!! Thanks.
>
> Regards,
> Bob Wilson.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]