can you give the exact string you're typing in your browser?

here's what you should type:
http://localhost:8080/

the :8080 tells the browser to communicate on port 8080 instead of the
default http port (which is 80).  You can also open the server.xml file
in the <tomcat_root>/config directory and edit the <Connector> tag.  It
should have a parameter name=port value=8080.  You would have to change
that to 80 so that the address http://localhost/ would work.

Hope this helps you.

-----Original Message-----
From: S Lafredo [mailto:[EMAIL PROTECTED]]
Sent: 25. febrúar 2001 17:47
To: [EMAIL PROTECTED]
Subject: Macintosh and Java


Hi,

Has anyone set-up a Macintosh to run Apache and/or Tomcat?

I think I have found several ways to do this but I was hoping someone
could confirm them for me.

1. I am running MacOS 9.x, MRJ 2.2.4 and downloaded jakarta-tomcat-3.2.1
I clicked on the Tomcat Start and a Java console opens and displays

2001-02-25 12:40:00 - ContextManager: Adding context Ctx( /examples )
2001-02-25 12:40:00 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages 
2001-02-25 12:40:01 - ContextManager: Adding context Ctx(  )
2001-02-25 12:40:01 - ContextManager: Adding context Ctx( /test )
2001-02-25 12:40:09 - PoolTcpConnector: Starting HttpConnectionHandler
on 8080
2001-02-25 12:40:10 - PoolTcpConnector: Starting Ajp12ConnectionHandler
on 8007

So it looks like it is running correctly?

I then run IE 5 (Netscape does not support MRJ?) and type localhost.
Nada?

I also tried copying on of the example.html pages into the browser but
when I try to run the JSP the Finder displays and error message stating
that the foo.jsp application could not be found.

Anyone know what I am doing wrong?

Or do I have to take on of the following routes...


2. Download Darwin, Apache for Darwin and Tomcat.sit or Tomcat.sit.hqx?
While waiting for MacOS X.

3. Purchase SuSE 7.0 for PPC?

4. Something else?

Thanks!

Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to