- This topic has 3 replies, 2 voices, and was last updated 10 years ago by support-pradeep.
-
AuthorPosts
-
dknutsonMemberI’m running MyEclipse for Spring 2014. The project is setup for a java compliance level of 1.7 and myEclipse is running Tomcat7.
The target server is configured with Tomcat 7.0 and JVM1.7.0_51
I created a test application with just a simple jsp page, exported it to a war file, deployed the war to my server. The test app ran just fine.
I then created the crud tutorial. It works fine running my myEclipse, but will not start when I deploy the war. I’m still trying to decipher the catalina.log, but mostly it seems to be having problems with the spring files. I suspect it’s expecting a number of jars in the base configuration of either Tomcat or Java.
Is there a document that describes how to configure a Tomcat server to run war files generated by myEclipse?
support-pradeepMemberdknutson,
I couldn’t replicate the issue at my end.
I have created a sample spring CRUD scaffolding application using MySQL table, exported it as a WAR file and deployed it to external Tomcat 7.0.42 without any issues.
Is there a document that describes how to configure a Tomcat server to run war files generated by myEclipse?
I’m afraid there is no document that describes how to deploy a WAR file which is generated by MyEclipse. In general, after exporting a WAR file from MyEclipse, you can directly deploy it on the external server without making/adding any changes.
To help us investigate further, can you please attach the sample project which exhibits the issue ? Also, please attach the error stack trace you are seeing after deploying the application ?
dknutsonMemberFinally got it to work – there were several issues, the main being a mis-match in Java versions. Thanks
support-pradeepMemberdknutson,
Glad that you could get it working.
Let us know if you see any issues in MyEclipse. -
AuthorPosts