Host a jsp website on server
Hi all
i am new comer to this forum . And also new in java developing . i wish all my forum friends will help me to go ahead.
I have been developing a website in java using spring framework and jsp. but because of my lack of experience i struck on a problem that i don't know how to host a jsp website on a server. i am using Apache tomcat 6 for my local server. can any one help me to solve this problem and kindly give me the steps to host a jsp website
Thanks you
Re: Host a jsp website on server
I think you can host your application using Google App Engine. I haven't tried it myself though. Here are some information about it: http://https://developers.google.com/appengine/docs/java/gettingstarted/usingjsps
Re: Host a jsp website on server
create an WAR of your application and deploy it on the server. Refer to this link: Deploying Web Applications to Tomcat - O'Reilly Media