Mona,
How are you running this on an Win98 environment? The documentation says
only Win NT is supported. I have tried to install it on a Win 98
environment but get syntax errors in the setenv.bat file when these three
lines are executed.
set
JAAS_OPTIONS=-Djava.security.auth.policy=%J2EE_HOME%\lib\security\jaas.policy
set SSL_OPTIONS=-Djavax.net.ssl.trustStore=%J2EE_HOME%\lib\security\cacerts.jks
set
LISTEN_OPTIONS=-Dcom.sun.CORBA.connection.ORBListenSocket=SSL:0,SSL_MUTUALAUTH:0,PERSISTENT_SSL:1060
Apparently Win98 doesn't let you set an environment variable to a value
that has an '=' character in it. Did you do something differently to get
around this problem?
If you are having so much trouble w/ this installation, I'd suggest you
install Apache and Tomcat(aka Jakarta). It has servlet and JSP examples
that are pre-installed and work out of the box.
-Richard
At 12:43 PM 9/10/01 -0400, you wrote:
>Hi all I'm new to servlets and relatively new to JAVA, so sorry if this
>seems like
>an elementary question. I followed the Sun Java Tutorial's instructions
>about setting up a servlet to run under JDSK 2.1. I am in a Windows '98
>environment. I successfully start the server. However, no matter what I
>do, I when I type http://localhost:8080/servlet/bookstore into the browser,
>I get the error message "The page cannot be found". I start the server from
>C:/jdk1.3/jsdk2.1 and the Duke's bookstore servlets were unzipped to
>C:/jdk1.3/jsdk2.1/webpages/Web-inf/servlets. I set up the
>servlet.properties file as instructed. By the way, the server itself is not
>the problem, because the URL http://localhost:8080
>does get me the index page which is the default. What am I doing wrong?
>
>Mona Temchin
>
>___________________________________________________________________________
>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