|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
links within servlets
Hi,
I cant get a web link to work within a servlet I have written. I get an error saying the web page is not available. is there a particular folder in which I have to put the web page or am I doing something entirely wrong. please help. I'm using tomcat as my server the error I get is as follows: type Status report message /examples/servlet/options.htm description The requested resource (/examples/servlet/options.htm) is not available. please help |
|
#2
|
|||
|
|||
|
Tomcat directory structure:
%tomcatHome&/webapps/myapp - maps to "/" %tomcatHome&/webapps/myapp/testing - maps to "/testing/" %tomcatHome&/webapps/myapp/web-inf/classes - maps to "/servlet/" That help? |
|
#3
|
|||
|
|||
|
Quote:
Put your options.htm file in E:\Tomcat\jakarta-tomcat-4.0.1\webapps\examples\, and change you like to HREF=\"/options.htm\", you have one too many "/" in there. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > links within servlets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|