Re: Tomcat - can't load isapi_redirect.dll in IIS

2001-03-14 Thread Harish K Kottarathil
Try put the isapi_redirect.dll in  a directory corresponding to c:\winnt\system32\inetsrv in WinNT or dir where other dlls are and restart the machine. I had the same problem on NT where the green arrow appears only if the dll is in the above directory.   Harish   - Original Message -

Re: organization

2001-03-14 Thread Harish K Kottarathil
You can create application specific web-inf dir so that the class files & lib will be organized neatly. For example the following additional code helps Tomcat to pick up classfiles and lib from c:/abc/infodir/codebase/web-inf dir. Add the following lines in Server.xml