On Thursday, September 11, 2003, at 12:33 PM, Dalton-1, Michael wrote:
I am attempting to change the default name of the "jetspeed" directory to something more generic such as "portal". I am having problems using Tomcat 4.x.I've never tried to name a portal "portal"
In other words, I want http:// somedomainname.gov/portal/index.jsp instead of http:// somedomainname.gov/jetspeed/index.jsp
I have modified my jetspeed web.xml file as follows:
<servlet-mapping> <servlet-name> portal <-- or jetspeed --> </servlet-name> <url-pattern> /portal/* </url-pattern> </servlet-mapping>
And yes, I have a "portal" directory under webapps with all the jetspeed files.
Try another name, any other name besides "portal", such as "foo"
See if that works
If it does then we can try to figure out how to get this special case to work (since we use "portal" in the index.jsp and web.xml to balance turbine param parsing)
-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 +01 707 529 9194
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
