I want to deploy my web app to google app engine and I have [b]removed the 
database part[/b] for now to see if it actually work in google app engine 

The problem is that my web-app is working perfectly on  my machine but when 
I deploy it to google  only those JSPs seems to be running that don't have 
any struts taglibs or struts form etc
My application is working perfectly on my system so I don't think problem 
is in my files.
Here is the   appengine-web.xml file


<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0";>
  <application>myapp</application>
  <version>1</version>
 <threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
 
</appengine-web-app>\

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/GCNtTIKym5wJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to