[google-appengine] Re: Application running locally fine after deploy not wroking

2013-04-23 Thread Vinny P
Try adding a leading forward slash to the JSP file name. So you have this 
now: *MasterPage.jsp*  but change it to this: *
/MasterPage.jsp*  (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 
>
>
>  Home  
>  MasterPage.jsp  
>
>
>   Home  
>   /home  
>
>
> and in jsp page
>
>  Home 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.




[google-appengine] Re: Application running locally fine after deploy not wroking

2013-04-24 Thread Shilendra Sharma
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: *MasterPage.jsp*  but change it to this: *
> /MasterPage.jsp*  (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 
>>
>>
>>  Home  
>>  MasterPage.jsp  
>>
>>
>>   Home  
>>   /home  
>>
>>
>> and in jsp page
>>
>>  Home 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.