hi kiran
yes this means that the server is up.
to run servlets follow the steps below.
1.put your servlets in the directory
<install_dir>/webpages/WEB-INF/servlets where
<install dir> is the directory in which you have installed the Jsdk.
2.Since this server won't automatically reload the servlets you have to
start and stop the server each time you add
a servlet or make changes to the existing one
3. the default port is 8080. You can change this by editing the default.cfg
file
4.the servlets can be acccessed in the browser by giving the URL
httP://hostname:8080/servlet/<the class name of the servlet>
5.If you want an alias name for the servlet you can put it in the
servlet.properties file and you can give that alias name instead of the
class name in the URL.
you have to start and stop the server for each of these actions.
hope this helps
Anup
----- Original Message -----
From: "Kiran Badhe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 16, 2000 2:52 PM
Subject: Installation of JSDK2.1
> Hi,
>
> I have installed JSDK2.1.
>
> Do I need to make any changes to the default.cfg file in order to run the
> servlets?
>
> When I run the startserver.bat I get a DOS window with following messages
>
> JSDK Webserver Version 2.1
> Loaded Configuration from file:E:\jsdk2.1\default.cfg
> endpoint created : 8080
>
> Does this mean that the JSDK server is up? If it is up then how to run the
> servlets?
>
> I appreciate any suggestions.
>
> regards,
> Kiran
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html