• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Simple Qn: Run jsp on NT WorkStation

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys simple question for gurus. I have a NT Workstation and want to run jsp in it. I have on it Apache Server and Personal Web Server.
What do I have to install so that I can run jsp.
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys simple question for gurus. I have a NT Workstation and want to run jsp in it. I have on it Apache Server and Personal Web Server.
What do I have to install so that I can run jsp.
In order to run JSP/Servlets on your NT workstation you need the following:
JDK which you can download form java.sun.com
JSP/Servlet Container such as Tomcat =http://jakarta.apache.org/, JRun = Allaire.com
Install jdk and set up the enviromental variables
Install tomcat and configure it (read the documentation on how to do it)
start the tomcat
on your browser type http://localhost:8080/
that should do it
You can also configure tomcat to run with your Apache server or Personal Web Server (i assume its IIS), but that is another story.

m,phx
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic