[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Installation on Lotus Domino 5
I have set the debugging mode on and pagebase. Here is the result:
When going for the /csnoop.jsp
1998-11-12 16:36:24 Addin: Agent printing: jsp___2fcsnoop_2ejsp: started
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: service started
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: compileTime was 910884983353
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: file:/d:/lotus/domino/data/domino/html/csnoop.jsp timestamp 940235332000
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: Parsing file:/d:/lotus/domino/data/domino/html/csnoop.jsp
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: Depends on /csnoop.jsp
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: getResIm: fullPath as realPath=d:/lotus/domino/data/domino/html/csnoop.jsp
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: getResIm: return file:/d:/lotus/domino/data/domino/html/csnoop.jsp
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: Emitting source to d:\jsptmp\jsp___2fcsnoop_2ejsp.java
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: Compiling d:\jsptmp\jsp___2fcsnoop_2ejsp.java
1998-11-12 16:36:40 Addin: Agent printing: org.gjt.jsp.JspServlet: Compiler command: builtin-javac -classpath d:\classes\servlet-2.0-plus.jar;d:
\classes\gnujsp10.jar;D:\Lotus\Domino\Notes.jar;D:\Lotus\Domino\jsdk.jar;D:\Lotus\Domino\dservlet.jar;D:\Lotus\Domino\rt.jar;D:\Lot
1998-11-12 16:36:41 Addin: Agent printing: org.gjt.jsp.JspServlet: Loading jsp___2fcsnoop_2ejsp
1998-11-12 16:36:41 Addin: Agent printing: org.gjt.jsp.JspServlet: Initializing servlet jsp___2fcsnoop_2ejsp
1998-11-12 16:36:41 Addin: Agent printing: jsp___2fcsnoop_2ejsp: started
When going for the /testsuite/csnoop.jsp
1998-11-12 16:36:41 Addin: Agent printing: jsp___2fcsnoop_2ejsp: started
1998-11-12 16:37:43 Addin: Agent printing: org.gjt.jsp.JspServlet: service started
1998-11-12 16:37:43 Addin: Agent printing: org.gjt.jsp.JspServlet: Parsing file:/d:/lotus/domino/data/domino/html/csnoop
1998-11-12 16:37:43 Addin: Agent printing: org.gjt.jsp.JspServlet: service: file not found: \d:\lotus\domino\data\domino\html\csnoop
Things get even worse..... When going for "/csnoop.jsp&arg=1" I get a 404 from Domino....
That pretty much kills JSP on Domino.....
Carsten Heyl
<heyl@nads.de To: Calin_Tenitchi/Netset%NETSET@netset.se
> cc: Carsten Heyl <Heyl@nads.de>, gnujsp@gjt.org
Subject: Re: Installation on Lotus Domino 5
1999-11-12
16:12
Please
respond to
Carsten Heyl
Does not suprise me.
You didn't set pagebase.
That's needed for current version.
I'm trying to remove that need for next release.
Current snapshot has some success so you may get it a try.
Could you please set debug=truue pathdebug=true in properties and
run hello.jsp and send me the debug output?
For running the testsuite you copy the files in the testsuite dir
to <your root>/testsuite or just to the root dir.
A few tests will fail than but thats not a major problem.
I am very interested in the results of the debug output and the
testsuite.
>
>There seems to be a problem. Only JSP pages in the HTML root can be
>accessed. Other files give the error: JSP File Not Found.
>
>Any ideas?
>
>
>
>
>
> Carsten Heyl
> <heyl@nads.de To:
Calin_Tenitchi/Netset%NETSET@
netset.se
> > cc: gnujsp@gjt.org
> Subject: Re: Installation on
Lotu
s Domino 5
> 1999-11-12
> 14:29
> Please
> respond to
> Carsten Heyl
>
>
>
>
>
>
>
>>I don't know if this is already covered but here are the instructions on
>
>No it isn't, thanks for sharing your info!
>We will put it in the distribution!
>
>Whats the summary of the testsuite? Can you send me that info?
>
>>how to install GNUJSP on Lotus Domino 5:
>>
>>Suppose that Domino is installed in:
>>d:\lotus\domino,d:\lotus\domino\data
>>
>>Create the following directories:
>>d:\lotus\domino\data\domino\servlet
>>d:\classes
>>d:\jsptmp
>>
>>Copy "gnujsp10.jar" and "servlet-2.0-plus.jar" from the GNUJSP
>distribution
>>into d:\classes
>>
>>In the server document make the following changes in "Internet
>>Protocols->Domino Engine":
>>
>>Java servlet support: Domino Servlet Manager
>>
>>Servlet file extensions: *.jsp
>>
>>
>>
>>Add this line to "notes.ini":
>>JavaUserClasses=d:\classes\servlet-2.0-plus.jar;d:\classes\gnujsp10.jar
>>
>>In d:\lotus\domino\data make a file "servlets.properties" with the
>>following content:
>>servlet.gnujsp.code=org.gjt.jsp.JspServlet
>>servlet.gnujsp.initArgs=scratchdir=d:\\jsptmp
>>servlet.gnujsp.extension=jsp
>>
>>Restart the server and you are ready to do JSP!
>>
>
>Ciao,
> Carsten Heyl
>
> Carsten Heyl Heyl@NADS.De
> NADS - Solutions on Nets http://www.nads.de/
> NADS GmbH http://www.pixelboxx.de/
> Hildebrandtstr. 4E Tel.: +49 211 933 02-90
>D-40215 Duesseldorf Fax.: +49 211 933 02-93
>
>
>
>
Ciao,
Carsten Heyl
Carsten Heyl Heyl@NADS.De
NADS - Solutions on Nets http://www.nads.de/
NADS GmbH http://www.pixelboxx.de/
Hildebrandtstr. 4E Tel.: +49 211 933 02-90
D-40215 Duesseldorf Fax.: +49 211 933 02-93