How to run servlet files using IIS server of Windows 2000
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hi, my task is to run javaservlet files using IIS server.I am using Windows 2000 operating system.Is it possible to run java servlets using IIS. Pls help me in this. thanks in advance kiran
vik nuckchady
Greenhorn
Joined: Apr 25, 2001
Posts: 25
posted
0
Hello Kiran I don't think it is possible. What you should do is get an application server(AS) and tie it to IIS. The idea is that when a client makes a request to a servlet, http://www.mysite.com/blalblaservlet IIS knows (because of the tie with the AS) how to invoke the servlet to handle the request. Cheers
Ganesh Anekar
Ranch Hand
Joined: May 13, 2001
Posts: 36
posted
0
Hi, Its very much possible....but for that u have to use third party softwares such as Jrun ...its freely available... u can download that through...www.allaire.com While installing this s/w it will ask u to configure with IIS server..also it supports Apache , tomcat , weblogic... u can run any files such as JSP,SERVLETS,EJB etc... Check it.. Thankx, Ganesh
ninad parkhi
Greenhorn
Joined: May 04, 2001
Posts: 25
posted
0
Hi, User ServletExec servlet engine with IIS. It supports servlets,JSP. It's very easy to configure and supports IIS very well Eval. copy is availabe on www.servletexec.com ninad
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How to run servlet files using IIS server of Windows 2000