You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jake Thompson <jt...@ztechnet.com> on 2001/06/06 16:56:31 UTC

httpd.conf

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: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org