Hi Vinny,

Thanks you.

I fixed this issue may be its have root directory issue

Thanks 
Shilendra

On Wednesday, 24 April 2013 01:42:52 UTC+5:30, Vinny P wrote:
>
> Try adding a leading forward slash to the JSP file name. So you have this 
> now: *<jsp-file>MasterPage.jsp</jsp-file>*  but change it to this: *
> <jsp-file>/MasterPage.jsp</jsp-file>*  (assuming that MasterPage.jsp is 
> in your root directory, change as needed if it's not).
>
>
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> My Go side project: http://invalidmail.com/
>
>
>
> On Tuesday, April 23, 2013 12:24:18 PM UTC-5, Shilendra Sharma wrote:
>>
>> Hi everyone
>>
>> my application id :- omshrisay.appspot.com
>> url: www.shrisay.org
>>
>> I am using jsp and servlet
>>
>> call for jsp 
>>
>>      <servlet>  
>>          <servlet-name>Home</servlet-name>  
>>          <jsp-file>MasterPage.jsp</jsp-file>  
>>      </servlet>  
>>      <servlet-mapping>  
>>           <servlet-name>Home</servlet-name>  
>>           <url-pattern>/home</url-pattern>  
>>       </servlet-mapping> 
>>
>> and in jsp page
>>
>>  <a href="home">Home</a> in menus
>>  but its working fine locally .. but not working after deployed the 
>> application 
>> So please give me the solution why its not working after deployed
>>
>> Shilendra
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to