| Author |
Struts 1.3 web application not working in google app engine
|
Priyanshu Chauhan
Greenhorn
Joined: Jul 24, 2012
Posts: 9
|
|
I want to deploy my web app to google app engine and I have removed the database part 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.
But here is the appengine-web.xml file
|
 |
Priyanshu Chauhan
Greenhorn
Joined: Jul 24, 2012
Posts: 9
|
|
Ok i found the solution myself.
The problem was that I was using jdk 1.7 whereas GAE only supports upto jdk 1.6.
My system had the jdk 1.7 therefore it was working in locally and failed to work when deployed.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
|
Thank you for sharing the solution! That's a strange symptom - that some JSPs worked rather than the whole app starting up! I'm guessing those standalone JSPs don't call any Java code or get redirected to by a Java class.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Priyanshu Chauhan
Greenhorn
Joined: Jul 24, 2012
Posts: 9
|
|
yes those were like plain HTML pages,that's why they worked while other JSPs failed to run.
Now I can move on to datastore of GAE
|
 |
 |
|
|
subject: Struts 1.3 web application not working in google app engine
|
|
|