Hi Darin,
I'd say you have a firewall installed, which allows you to connect on
port 8080 from localhost, but not from the exterior. To access
http://mycompany:8080 from ext. you need to ask your sysadmin to open
that port for you.
About Apache, you also need the sysadmin's help. First, you have to
load the "jk" or jk2" module into Apache, then configure it to redirect
requests to port 8080 or whatever, where an AJP connector of Tomcat must
be listening. Read the docs on jakarta.tomcat.org, section "JK" or
"Connectors". I don't think you can do it as a regular user.
Hope this helps,
Mihai
>I downloaded Tomcat and tried to run it with startup.sh on port 8080
>as an unprivileged user but it didn't work. When I do a port scan on
[quoted text clipped - 9 lines]
>incoming requests from http://mycompany/~user/ to the tomcat web
>server. If you know how can I do this, please help me. Thanks.