Thanks for the help..yes it works that way...!!!

Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com



Jurn Ho <[EMAIL PROTECTED]>

07/29/2004 07:06 PM

Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>

To
"Struts Users Mailing List" <[EMAIL PROTECTED]>
cc
Subject
Re: Module and pages Behind WEB-INF don't work...???





Hi Puneet,

I was just playing with hiding JSP beneath WEB-INF/ and Modules today.

What you can do is edit your struts-module-config.xml
and as part of the <controller> you can add the forwardPattern property

e.g. My setup is  <set-property property="forwardPattern"
value="/WEB-INF/jsp$M$P"/>, so that my forward paths don't contain the
WEB-INF/jsp

read section 5.2.1 at http://struts.apache.org/userGuide/configuration.html
$M is module, and $P is path
By default it is "$M$P" like you have found out, but you're probably after $P.

I think you might need to add this to each struts module config.xml that
you do. Does anyone know if you can set default controller properties for
all modules-config.xml?

cya,
Jurn

At 04:48 PM 29/07/2004, [EMAIL PROTECTED] wrote:

>I want to do both "hide my JSPs behind WEB-INF" and use "Struts modules".
>
>and this does not work, I looked into the struts code. it does the following
>
>If the path of ActionForward starts with "/", it obtains the module prefix
>and prefixes this to the path so...
>If my path was say "/WEB-INF/pages/INY0010S.jsp" it becomes
>"/iny/WEB-INF/pages/INY0010S.jsp"
>( which is unwanted......I wanted..."/WEB-INF/pages/INY0010S.jsp" )
>
>
>but if the path of ActionForward does not start with "/", it leaves the
>path as it is ( i.e. does not prefix the module-prefix)
>but then the requested URI becomes like this
>
>http://<ipaddress>:<port>/<web-context-root><ActionForward-path>
>
>instead of
>
>http://<ipaddress>:<port>/<web-context-root>/<ActionForward-path>
>
>so the problem is there is no slash - "/" before "<ActionForward-path>"
>
>so if my path was "WEB-INF/pages/INY0010S.jsp" it searches for
>"http://<ipaddress>:<port>/<web-context-root>WEB-INF/pages/INY0010S.jsp"
>which gives error...Can anyone suggest the way out..?
>
>or does this require a fix ? only a Quick resolution of this will be able
>help.
>
>Regards,
>Puneet Agarwal
>Tata Consultancy Services
>Mailto: [EMAIL PROTECTED]
>Website: http://www.tcs.com
>---------------------------------------------------------------------
>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]


ForwardSourceID:NT00003BD2    
DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the
addressee. Unauthorized use, disclosure or copying is strictly prohibited and may 
constitute unlawful act and can possibly attract legal action, civil and/or criminal. 
The contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services
on any subject matter.]
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other
information contained in this message that do not relate to the official business of 
Tata Consultancy Services shall be understood as neither given nor endorsed by Tata 
Consultancy Services or any affiliate of Tata Consultancy Services. If you have 
received this message in error,
you should destroy this message and may please notify the sender by e-mail. Thank you.



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

Reply via email to