Re: newbie: popular web servers for Windows?
I would recommend Tomcat, which can either act as a servlet container (i.e.
adapter for Java Web applications) for a web server such as Apache, or as
a standalone web server/servlet container.
If you find that the limitations of a standalone Tomcat server are getting in your
way, you can upgrade to the Apache-Tomcat combination, with a bit more
complexity to deal with.
--
TideRider
"R.A.M." <r_ahimsa_m@xxxxxxxxxxxxxx> wrote in message
news:en2qns$pi1$1@xxxxxxxxxxxxxxx
| Hello,
| I am a user of Windows XP and I would like to learn Java, espacially JSP,
| Servlets and JDBC. I have a question: what are the most popular web servers
| for Windows XP working with Java? Should I install Apache, for instance? So
| far I was using IIS 5.1, but I was not programming in Java.
| Could you help me please? Thank you!
| /RAM/
|
|
.
Relevant Pages
- Re: How to redirect the application to https for particular urls
... This allows you to run a Java EE under any web server, because your web app is now described independently of the platform (Apache, IIS, etc.) it is running on. ... The browser can connect directly to them. ... (comp.lang.java.programmer) - Re: How to redirect the application to https for particular urls
... From what I understand about Java EE, it duplicates a lot of things Apache does. ... This allows you to run a Java EE under any web server, because your web app is now described independently of the platform (Apache, IIS, etc.) it is running on. ... (comp.lang.java.programmer) - Re: Difference between Apache Web Server and Tomcat Server
... tomcat is a servlet container. ... You make it sound like Tomcat cannot act as a web ... Tomcat can run either in stand-alone mode or "connected" to Apache. ... Tomcat is actually, for many uses, a very good web server. ... (comp.lang.java.programmer) - Re: Java and .NET (no Flames Pls)
... And for this reason Visual Studio has superior support for Web ... web server you're going to use, or what operating system you are going ... It does have a java debugger, ... there are HTML plugins, web service plugins, visual form editing tools, ... (microsoft.public.dotnet.framework) - Re: IIS 6 & Server Permisions
... is this Java application running on the Web Server or the Web Browser. ... You do the exact same things on all IIS versions, and IIS6 requires the ... where is the Applet trying to store the hit counters? ... (microsoft.public.inetserver.iis) |
|