How Do i execute a jsp file placed on another machine on LAN.I have written my code in netBeans using Glassfish server..It will be helpful if i get a reply
roshanchugh 0 Newbie Poster
Recommended Answers
Jump to PostA "JSP" does not run "standalone". Install a tomcat (or some other web container) on that "other machine" and deploy the web application to that web container then use a standard http request (i.e. browser view) to "execute" it.
Jump to PostBest solution in this case would be to get Head First Servlet & JSP and read it
All 6 Replies
masijade 1,351 Industrious Poster Team Colleague Featured Poster
roshanchugh 0 Newbie Poster
masijade 1,351 Industrious Poster Team Colleague Featured Poster
roshanchugh 0 Newbie Poster
masijade 1,351 Industrious Poster Team Colleague Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
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.