servlets in package

i have a servlet-based application and i am test-driving jigsaw.
my servlets are organized into packages
(eg: com.gims.webmart.front.VendorCatalog) 

In order to load these classes, I had to change a bit of code in
ServletIndexer.java (jigsaw v2.0.0, btw).

starting at line 147 (in createVirtualResource(...)):

char fileSeparatorChar = File.separatorChar;
String sname = name.replace('.', fileSeparatorChar)+".class";

Now all is well, and I really love this server.


Thanks.
Kit McCormick

Received on Wednesday, 6 January 1999 16:54:33 UTC