To all,

I have TOMCAT 5.5 up and running and a webapp in the TOMCAT_HOME/webpps/XYZ directory I have an email webapp in TOMCAT_HOME/webapps/email that I want the abilty to share with all other webapps.

I am having a problem configuring STRUTS, it seems that the workers.properties file won't allow access to the TOMCAT_HOME/webapps/email directory from TOMCAT_HOME/webapps/XYZ in which I have the following tiles-def.xml in the TOMCAT_HOME/webpps/XYZ directory,

 <definition name="site.index.page.email" extends="site.mainLayout" >
            <put name="title" value="Portal Email" />
            <put name="menu" value="site.menu.links.email" />
            <put name="body" value="../email/login.jsp" />
 </definition>

Any suggestions would be appreciated.
Jim



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

Reply via email to