"Kuo, David (CICG - GEDNYDEV)" wrote:
>
> I just downloaded Apache 1.3.9 with ApacheJserv 1.1b3. and install them on
> NT
> Everything looks smooth and I answered all the questions it asked.
> Then I can startup the server, it told me "running ..."
> Assume I didn't change anything more. How do I know I can run servlet?
> (I tried to use http://localhost/jserv or 127:0.0.0/jserv or localhost/jserv
> and none of them works)

Try "http://localhost/jserv/" or "http://127.0.0.1/jserv/".
Be sure to append '/' at the end.

> I also installed gnuJSP and tried to follow the INSTALL.apache. Got a very
> hard time since it's written
> for UNIX. I changed whatever /usr/local/... or /home/... to "C:\directory
> name\..." and it didn't work either.
> Is there any installation manual  for NT?

My settings for NT and Win98 is as follows:

---------------------------------
servlet.gnujsp.initArgs=checkclass=true
servlet.gnujsp.initArgs=pagebase=C:\Program Files\Apache
Group\Apache\htdocs
servlet.gnujsp.initArgs=scratchdir=C:\java\gnujsp1.0.0\tmp
servlet.gnujsp.initArgs=debug=true
servlet.gnujsp.initArgs=compiler=builtin-javac -classpath
%classpath%;%scratchdir%;C:\java\gnujsp1.0.0\lib\servlet-2.0-plus.jar;C:\java\gnujsp1.0.0\lib\gnujsp10.jar
-d %scratchdir% -deprecation %source%
---------------------------------

In the case of classpath argument with space in it, you have to embed
whole classpaths between ONE PAIR of double quotes.

Ex.
... -classpath "%classpath%;%scratchdir%;c:\aa a\bbb" ...


Hope it helps.

----------------------------------------------------------------------
Hiroyuki Fujisaki <[EMAIL PROTECTED]>

Apache 1.3.9
Apache JServ 1.1b3
Apache JSSI 1.1.2
GNUJSP 1.0
Cocoon 1.5

on NT4.0 and Win98

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to