You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cl...@ladbrokes.co.uk on 2000/12/01 18:01:32 UTC

Anybody succeeded in making Tomcat 3.2 work with IIS?


I can get it to work on it's own but i'm stuck with IIS. It keeps on giving me
the following in the IIS  log.

2000-12-01 16:44:20 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:20 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:20 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:20 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:20 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:20 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:22 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:22 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -
2000-12-01 16:44:22 10.192.13.11 GET /jakarta/isapi_redirect.dll - 200 -

Yes, the jakarta virtual directory *is* set with execute permissions. The dll is
 getting the requests and it does understand it is to go fetch.
It's just not doing it.



______________________________________________________________________


   This communication and any files transmitted with it are confidential and
   intended solely for the use of the individual or entity to whom they are
   addressed. If you have received it in error please notify the sender or
   postmaster@ladbrokes.co.uk or telephone +44 (0)20 8868 8899. The unauthorised
   use, disclosure, copying or alteration of this message is forbidden.
   Ladbrokes Limited will not be liable for direct, special, indirect or
   consequential damage as a result of any virus being passed on, or arising
   from alteration of the contents of this message by a third party. Please note
   that in replying to this mail, you are granting the right for that reply to
   be forwarded to any other individual and to be read by a surrogate in the
   event that the intended recipient is out of the office or is no longer
   employed by the company.
   Any views expressed by an individual within this message do not necessarily
   reflect the views of the firm.




slightly OT: using JSP tags to access implicit objects without Java

Posted by Howard Fraser <ho...@btconnect.com>.
If you need to produce JSPs that are 100% Java-free, is there an
alternative notation, using XML JSP tags, for stuff like:

<%= request.getAttribute("return") %>


Can't seem to find it anywhere.

many thanks


Howard