Hi,

I have linux based hosting. I need to upload and work the jsp/servlet pages. after i uploaded the files into the hosting, when i checked the files , it shows the code itslef. How to fix this. Please help me. Thanks in advance.

Recommended Answers

All 2 Replies

You need to install one of the Java container or as they often called Java servers. Most common Tomcat, Jetty or JBoss

by just uploading a source code file, it won't become anything else but a source code file. what you want to do is build your application into a war and deploy it on one of the Java containers Peter mentioned.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.