PDA

View Full Version : Tomcat


Julio
2004-08-02, 04:03 AM CDT
I just installed Tomcat using Yum and the installation was ok. When I start the tomcat process it start also ok, but when I try to access to it:

http://localhost:8009

I got a nullpointerexception at the tomcat.log file and none happens.

Anyone have a it working on its amd64?

deuch
2004-08-02, 05:59 AM CDT
to access tomcat admin page : http://localhost:8080

deuch

Julio
2004-08-03, 02:52 PM CDT
It said "The connection was refused when attempting to contact localhost:8080." I tryed it also after disabling the firewall.
Any idea?

Thanks for the help.

BTW Which JRE uses the tomcat? When I installed tomcat and no JRE was installed on my computer :confused:

deuch
2004-08-04, 02:16 AM CDT
check your /etc/hosts ... fdo you have someting like this : 127.0.0.1 localhost

deuch

Julio
2004-08-04, 10:48 AM CDT
Yep, I got it:

[julio@Amd64 julio]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 Amd64 localhost.localdomain localhost

jlca
2004-08-10, 03:12 AM CDT
I got a binary working

kennyg
2004-08-15, 06:35 PM CDT
Edit server.xml to respond to brower - around lind 142. Localhost:8009 does nothing. The rpms were not setup to respond to browser responses.

Julio
2004-08-16, 02:27 PM CDT
Yay! thats it!
Thanks a lot Kennyg

Is so strange that by default Tomcat dont accept request at port 8080 :confused:

speedracer1263
2005-04-19, 12:36 PM CDT
Hi,

I am soooo lost! I installed tomcat 4, from binaries, running fedora 3. I need tomcat for a new helpdesk program.

When I attempt to access tomcat I get a connection refused. http://localhost:8080. I can't find in server.xml anything edit. ?????????????
Thanks