hello,
just a view simple questions ...
why am i able to access ...
http://www.abyssworld.de/cocoon/Cocoon.xml
http://www.abyssworld.de/portal/servlet/jetspeed
why am i not able to access ...
http://www.abyssworld.de/portal/jetspeed
server configuration follows ...
---------------------------- server.xml --------------------------------
<Context path="/cocoon"
docBase="webapps/cocoon"
debug="0"
reloadable="true" >
</Context>
<Context path="/portal"
docBase="webapps/portal"
debug="0"
reloadable="true" >
</Context>
-----------------------------------------------------------------------------
--------------------------- tomcat.conf -------------------------------
Alias /cocoon "/usr/local/tomcat/webapps/cocoon"
<Directory "/usr/local/tomcat/webapps/cocoon">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /cocoon /cocoon
<Location "/cocoon/WEB-INF/">
AllowOverride None
deny from all
</Location>
Alias /portal "/usr/local/tomcat/webapps/portal"
Alias /content "/usr/local/tomcat/webapps/portal/content"
<Directory "/usr/local/tomcat/webapps/portal">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /portal /portal
<Location "/portal/WEB-INF/">
AllowOverride None
deny from all
</Location>
-----------------------------------------------------------------------------
my problem is that i wont include 'servlet' each time
i would like to access the jetspeed home page.
why does this work with cocoon?
btw - i'm using tomcat in conjunction with apache.
regards
daniel haischt
--
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]