Sorry I'm really new to jetspeed,
Redhat 7.1 running Tomcat 3.2
Ok, Im using
http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.3-a1/Jetspeed-1
.3a1-war.tar.gz
I add the .war file to the webapps directory, I do not have the appace
config auto sourcing the the mod_jk.conf-auto
So I added this..
Alias /jetspeed "/var/tomcat/webapps/jetspeed"
<Directory "/var/tomcat/webapps/jetspeed">
Options Indexes FollowSymLinks
</Directory>
JkMount /jetspeed/servlet/* ajp12
JkMount /jetspeed/*.jsp ajp12
<Location "/jetspeed/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Location "/jetspeed/META-INF/">
AllowOverride None
deny from all
</Location>
The problem, is /jetspeed/portal will not serve at all, what am I missing in
the config?
The only thing I can get is /jetspeed
Any help would be great.
Thanks,
Jake T.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]