|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Installing Servlets
I've just insalled Tomcat 4 On my linux machine. If I'm running Tomcat alone, without the help of Apache, where on my local machine should I put the servlets in order to have them executed, and, if Tomcat is running on port 8190, how do I execute these servlets from my web browser.
|
|
#2
|
|||
|
|||
|
im not a pro, but all of my servlets run under the /WEB-INF directory... that directory in the URL is described as /servlet...
so when we put a servlet in the server folder structure like /WEB-INF/com/servletname.class we call it via URL like http://mysitename/servlet/com.servletname |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Installing Servlets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|