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