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.
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.
I am also using a IIS redirect and have modified the uriworkermap.properties file as
follows:
/portal/*=$(default.worker)
/portal=$(default.worker)
The problem is that Tomcat only recognizes the index.jsp file in the portal directory.
All, other directories (such as images, etc.) are not recognized. In other words, if
you go to http:// somedomainname.gov/portal/ you get a "The page cannot be found"
message.
Any suggestions?
[EMAIL PROTECTED]
Internet Business Manager
Computing Systems Services Branch
Information Technology Directorate
IT-D3-A / CIF 394B
Kennedy Space Center, FL 32899
(W) 321-861-2207 (F) 321-867-7133
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]