Where to put HTML documents in JSDK2.0

Hi,

I wrote LoginPage.html and I want the users to access this file giving the URL "http://server:8080/LoginPage.html".

When I install JSDK2.0 (Java Servlet Development Kit 2.0), I got the folders bin, doc, examples, lib and src under the folder JSDK2.0. So to which folder should I put my LoginPage.html?

Thanks.

- Prasad Karunagoda

[364 byte] By [prasad.karunagodaa] at [2007-10-3 6:02:49]
# 1

Hmmmm. Sounds like you haven't installed a Webapp server yet. Download and install Tomcat from http://jakarta.apache.org/ . Then you put your login page and the corresponding web.xml file in a folder under the webapps directory in your Tomcat installation. There's plenty of documentation in both JSDK and on the Jakarta site to help you with any further questions.

Brian

brian@cubik.caa at 2007-7-15 0:45:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi Brian,Thanks for the reply.But I'm not using Tomcat. I downloaded JSDK2.0 from Sun website. It includes a basic server to support testing. In that server I couldn't figure out where to put the HTML files.Thanks again.- Prasad
prasad.karunagodaa at 2007-7-15 0:45:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Hi,I tried Apache Tomcat 5.5 server. And my problem is solved with that. Thanks.- Prasad
prasad.karunagodaa at 2007-7-15 0:45:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...