JSP server

Hi i was wondering if there is a easy way to install a JSP webserver like xampp does with PHP. installing apache tomcat is kinda frusterating.

What I am basicly looking for is an installer for windows or linux that will install everything i will need to run my JSP pages and maybe even mysql for JSP

[312 byte] By [DJ_Kata] at [2007-11-27 9:40:42]
# 1
I seem to remember that xampp has an add-on for installing Tomcat
georgemca at 2007-7-12 23:18:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

> Hi i was wondering if there is a easy way to install

> a JSP webserver like xampp does with PHP. installing

> apache tomcat is kinda frusterating.

How frustrating is it to unzip tomcat to a folder on the C: drive, set JAVA_HOME , TOMCAT_HOME and access the default app at http://localhost:8080/ ?

>

> What I am basicly looking for is an installer for

> windows or linux that will install everything i will

> need to run my JSP pages and maybe even mysql for JSP

appy77a at 2007-7-12 23:18:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
> I seem to remember that xampp has an add-on for> installing Tomcatthanks I'm gonna try that out it might be a lot easier then the most tutorials i tried to setup apache tomcat
DJ_Kata at 2007-7-12 23:18:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

> > I seem to remember that xampp has an add-on for

> > installing Tomcat

>

>

> thanks I'm gonna try that out it might be a lot

> easier then the most tutorials i tried to setup

> apache tomcat

You must be reading them wrong, then. Tomcat's pretty easy to install. Using an automated tool to do something because you can't do it yourself is a bit like asking to be completely stuck the first time there's a problem

georgemca at 2007-7-12 23:18:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...