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 
inServer.xml 
  Context path="/infodir" 
 
docBase="c:/abc/infodir/codebase" 
 
crossContext="true" 
debug="0" 
 
reloadable="true" 
 
trusted="false"   
/Context ...other 
Context 
 
 [docBase tells the web-inf dir 
for "infodir"]
 Andyou should have the 
following directory 
structure 
c:\abc\infodir\codebase\Web-Inf\classes 
  
   
 
\lib
  The web.xml specific to the servlet 
should be in the same 
directoryc:\abc\infodir\codebase\Web-Inf\web.xml


Harish



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

2001-03-14 Thread Harish K Kottarathil



Try put the isapi_redirect.dll ina 
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 - 
From: Kathrin Flückiger 
To: [EMAIL PROTECTED] 

Sent: Wednesday, March 14, 2001 3:36 PM
Subject: Tomcat - can't load isapi_redirect.dll in IIS
Can't load isapi_redirect.dll into IIS on Windows 2000!I 
followed exactly the given instructions. Does somebody know the trick 
toactivate the isapi_redirect.dll - filter in IIS (convert the red arrow to 
agreen 
arrow)?-To 
unsubscribe, e-mail: [EMAIL PROTECTED]For 
additional commands, email: [EMAIL PROTECTED]