- From: Kenneth Persson <kenneth@veosystems.com>
- Date: Tue, 26 Jan 1999 17:31:25 -0500 (EST)
- To: "Christopher William Turner" <cwturner@cycom.co.uk>, <www-jigsaw@w3.org>
Sounds great! So have you figured out how to keep all your server application code, including servlets in one jar file, so that you use -classpath at startup, instead of putting the jar in www/servlets. Without soft links on a NT box, development would be much easier. I also see potential benefits for deployment. BTW, where is the binding servlet.class -> all_servlets.jar. How does Jigsaw know what jar file to load for a particular servlet? /Kenneth ----- Original Message ----- From: Christopher William Turner <cwturner@cycom.co.uk> To: <www-jigsaw@w3.org> Sent: Tuesday, January 26, 1999 1:27 PM Subject: Jigsaw happiness >I would like to report that Jigsaw is working very well for me and >supports >java based client server apps.. > >My version of jigsaw?. 2.0.0 (not beta) is OK.An older version did not >come >configured for support serving jar files. Check (using jigadm) that >extension "jar" >has "Content Type" as "application/octet-stream" and configure if >needed. > >In left-hand tree browser select >Root/http-server/indexers/default/extensions/jar > >then in right hand panel select Frames then in right-hand frame tree >select >jar/HTTPFrame(frame-0) and ensure that field "Content Type" has value >"application/octet-stream". > >If you use ".class" files then you should add an extension for this file >type as >well (also configured >as "application/octet-stream") > >I have no applet or servlet problems. I compiled everything with java >1.2 (taking >care not to >use Java 1.2 new methods) and I run using >Linux JDK 1.1.7a on server and JRE1.2 on windows 98 client. The applets >always >use jar files (no class files) and also the servlets are in jar files >(servlets >directory has >no java or class files). > > > >-- >Chris Turner, http://www.cycom.co.uk/ > > > > >
Received on Tuesday, 26 January 1999 17:51:42 UTC