I have a Java servlet that I would like to run under IIS 6.0 on a Windows 2003 Server. I have searched and found some instructions on getting IIS to redirect the requests to Apache however I am struggling to get this working. I have tested the servlet natively with Apache and it works, but I would like to get it all integrated with IIS, currently Apache listens on TCP port 8080, whilst IIS is on port 80 which is what I want the Servlet to be available on.
I am pretty new to this so be gentle.....
Thanks
Andy
I am pretty new to this so be gentle.....
Thanks
Andy