I have developed the struts application with the tomcar server. Is it possible to run the same application with the IIS. If anybody knows, Kindly explain it..?
... which is why you need to add a servlet container if you want it to run Java web apps. Tomcat works well with IIS as an open source solution, or NewAtlanta ServletExec if you want commercial support.
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
Can we run the struts application alone with IIS.....?
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
No. With all due respect, if you don't know that you shouldn't be let near an IIS server, IMO.
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
Actually, I had developed an struts application using tomcat server. Can we execute the same project with IIS server.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Yes. I've already mentioned two ways to do that.
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
Can you explain it please..?
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Explain what? Have you read the documentation of NewAtlanta's ServletExec yet? Or the documentation of Tomcat's IIS connector? Should be trivial to find through a Google search, and there's no point in retelling all that here.
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
Kindly send me the details of hosting an struts application to the tomcat server....
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
We have a local server in the institute. And i have developed an struts application. I need to host the application in to the server So that all the members can easily access it. How it is possible.? Is there any idea regarding hosting it. Kindly reply as soon as possible.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
What kind of server?
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
tomcat server
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
Kindly send me the details..........
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
What details are you asking for that are not covered at length by the Tomcat documentation? You can deploy web apps by dropping war files into the Tomcat webapps directory.
Thameem Aliyar
Ranch Hand
Joined: Oct 11, 2011
Posts: 42
posted
0
Thank you Sir..........And i expect more in future...........