Am 30.11.2010 17:11, schrieb André Warnier:
Christian Röttger wrote:
hello,
i installed tomcat 6.0.24 from the repositorys on ubuntu server 10.04
with this installation guide:
https://help.ubuntu.com/10.04/serverguide/C/tomcat.html
i can access the index.html on myserver:8080 and can run the e
Christian Röttger wrote:
hello,
i installed tomcat 6.0.24 from the repositorys on ubuntu server 10.04
with this installation guide:
https://help.ubuntu.com/10.04/serverguide/C/tomcat.html
i can access the index.html on myserver:8080 and can run the example
servlets. i updated the |/etc/tomc
You could try: http://10.2.254.103:8080
Riccardo Roasio <[EMAIL PROTECTED]> wrote: Hi, i'm triyng to install Tomcat; i
do like this:
tar xzvf apache-tomcat.tar.gz
mv apache-tomcat /usr/local/tomcat
cd tomcat
export TOMCAT_HOME=/usr/local/tomcat
and i triyed to run it with usr/local/tomcat/
> From: Riccardo Roasio [mailto:[EMAIL PROTECTED]
> it seems to start but if i try to see http://10.2.254.103 (
> the address
> of the machine) from a browse it says impossible to connect...
Try http://10.2.254.103:8080 - port 8080 is the default port on which
Tomcat starts, not port 80.