Hi,
I have 2 problems in using tomcat 3.2.1 with IIS(4 or 5), whereas it is
configured following the 'how to IIS - Tomcat' doc :
1) It is impossible to get the remote user from java code (method
getRemoteUser always returns null) with IIS4
With IIS 5, I can correctly get the remote user if I comment
the line "/myContext/*=ajp12" in uriWorkerMap.properties file.
2) On both configuration the http request is emptied : there are no
parameters in request after submit !!!!
It happens randomly...
Thanks for any help....
Val