You must do it for your "test" context - not the "example" context.

Please post these messages to the list rather than to me directly - you'll
get better support from the list.

Matt

> -----Original Message-----
> From: Ajay Agrawal [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 31, 2003 11:04 AM
> To: Raible, Matt
> Subject: RE: Tomcat 4.1.24- do not follow symbolic link- works fine
> in4.0 .6
> 
> 
> Hi Matt,
> 
> I tried your suggestion as follows but still symbolic link is 
> not working. 
> 
> 
>   <!-- Tomcat Examples Context -->
>         <Context path="/examples" docBase="examples" debug="0"
>                  reloadable="true" crossContext="true">
>           <Logger className="org.apache.catalina.logger.FileLogger"
>                      prefix="localhost_examples_log." suffix=".txt"
>                   timestamp="true"/>
>            <Resources 
> className="org.apache.naming.resources.FileDirContext"
>                 allowLinking="true" caseSensitive="true"/>
>           <Ejb   name="ejb/EmplRecord" type="Entity"
>                  home="com.wombat.empl.EmployeeRecordHome"
>                remote="com.wombat.empl.EmployeeRecord"/>
> 
> 
> Also tried
> 
> <!-- Tomcat Examples Context -->
>         <Context path="/examples" docBase="examples" debug="0"
>                  reloadable="true" crossContext="true">
>           <Logger className="org.apache.catalina.logger.FileLogger"
>                      prefix="localhost_examples_log." suffix=".txt"
>                   timestamp="true"/>
>            <Resources 
> className="org.apache.naming.resources.FileDirContext"
>                 allowLinking="true" docBase=""/>
>           <Ejb   name="ejb/EmplRecord" type="Entity"
>                  home="com.wombat.empl.EmployeeRecordHome"
>                remote="com.wombat.empl.EmployeeRecord"/>
> 
> 
> Please let me know if you see any problem with my defnition.
> 
> Thanks in advance for any input,
> Ajay
> 
> 
> -----Original Message-----
> From: Raible, Matt [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 28, 2003 1:53 PM
> To: 'Tomcat Users List'
> Subject: RE: Tomcat 4.1.24- do not follow symbolic link- works fine
> in4.0 .6
> 
> 
> <Context path="" docBase="ROOT" debug="0">
>     <Resources
>         className="org.apache.naming.resources.FileDirContext"
>         allowLinking="true" caseSensitive="true" /
> ...
> 
> > -----Original Message-----
> > From: Ajay Agrawal [mailto:[EMAIL PROTECTED]
> > Sent: Friday, March 28, 2003 2:38 PM
> > To: Tomcat Users List
> > Subject: Tomcat 4.1.24- do not follow symbolic link- works 
> > fine in 4.0.6
> > 
> > 
> > Hi,
> > 
> > I have installed Tomcat 4.1.24 and having problem with 
> > symbolic link. It 
> > does not recognise symbolic link directory.
> > 
> > Lets say I have created a symbolic link directory "test" in 
> > webapps/ROOT =
> > and trying to access page by
> > 
> > http://server:8080/test give me error 
> > 
> > desciption " The requested =resource (/test/) is not available"
> > But same works fine tomcat 4.0.4.
> > 
> > 
> > Please Advice? Any input would be highly appreciated.
> > 
> > Thanks in Advance,
> > Ajay
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to