You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rajat Pandit <ra...@manchitra.com> on 2004/03/17 11:14:23 UTC

scope question

Hello,
I know this could be a dumb question, but how do access the objects stored in the ServletContext object using <bean:write
a quick answer would help!!


Re: URL Pattern question

Posted by jbalaji <ba...@yahoo.com>.
HI ,
      Just go through the name of the file matches excatly  file name existing directory  corrected.
 
Ex:
<  sample>/web.xml/*</sample>
 
Bye

MOHAN RADHAKRISHNAN <mr...@cellexchange.com> wrote:
HI

My URL pattern in web.xml is


emis-web
Require users to authenticate
/emis/*
POST
GET


Now http://localhost:8888/emis

prompts for CMA login page that I have configured but the following url
directly hits the action


http://localhost:8888/emis/taskmanagement/taskCreation.do?actionType=prepopu
lateTaskInfo


What could be the problem ?

Mohan


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

URL Pattern question

Posted by MOHAN RADHAKRISHNAN <mr...@cellexchange.com>.
HI

   My URL pattern in web.xml is

         		<web-resource-collection>
			<web-resource-name>emis-web</web-resource-name>
			<description>Require users to authenticate</description>
			<url-pattern>/emis/*</url-pattern>
			<http-method>POST</http-method>
			<http-method>GET</http-method>
		</web-resource-collection>

Now http://localhost:8888/emis

 prompts for CMA login page that I have configured but the following url
directly hits the action


http://localhost:8888/emis/taskmanagement/taskCreation.do?actionType=prepopu
lateTaskInfo


What could be the problem ?

Mohan


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org