|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I want to run java servlets on Linux. I've only briefly used linux before, I've just programmed Java applets/applications in Windows.
My first problem is what web server do I use? I've looking around and am a bit confused. Which web server would anyone recommend I use? Thanks for your help PLM |
|
#2
|
|||
|
|||
|
Apache. It is rock solid - industrial strength. It comes with most linux distros. You can download the source and compile it if you want to - www.apache.org.
Craig Guthrie Sun Certified Java 2 Programmer Microsoft Certified Solution Developer <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by PLM: I want to run java servlets on Linux. I've only briefly used linux before, I've just programmed Java applets/applications in Windows. My first problem is what web server do I use? I've looking around and am a bit confused. Which web server would anyone recommend I use? Thanks for your help PLM[/quote] |
|
#3
|
|||
|
|||
|
Thanks,
I've got apache, do i need to get apache jserv aswell? Is that the best servlet engine for apache? |
|
#4
|
|||
|
|||
|
I'm not a java coder, but from a colleague of mine I heard that the JRun java-engine from Allaire is also available for the linux platform. And it should be good as well, coming with it's own webserver or as an apache add-on.
|
|
#5
|
|||
|
|||
|
I don't quite understand the difference between JServ and Tomcat but Tomcat is the Apache Group's Java container that allows you to run servlets and jsp. It's simple to install and runs well. They just had a major release of 3.2.1. The URL is: http://jakarta.apache.org/.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Running Servlets on Linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|