It seems to run but I get an error page when I go to the server at port 8080 ERROR The requested URL could not be retrieved
---------------------------------------------------------------------------- ---- While trying to retrieve the URL: / The following error was encountered: Invalid URL Some aspect of the requested URL is incorrect. Possible problems: Missing or incorrect access protocol (should be `http://'' or similar) Missing hostname Illegal double-escape in the URL-Path Illegal character in hostname; underscores are not allowed Your cache administrator is webmaster. What do I need t ochange? Thanks, Andrew ============================================================================ ============ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Sandy McArthur Sent: Sunday, April 11, 2004 3:51 PM To: Tomcat Users List Subject: Re: Os X Sure, I develop on OS X with Tomcat as my test container. 1: Download the tar.gz binary. Try to download it without letting Safari automatically unpack it. 2: open a terminal and run: `gnutar xzf jakarata-tomcat-*.tar.gz` 3: change directory into jakarata-tomcat-* 4: create the file: bin/setenv.sh and enter these two lines: #!/bin/bash export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home 5: start tomcat by either running `./bin/startup.sh` or `./bin/catalina.sh run` 6: point your browser to http://localhost:8080/ On Apr 11, 2004, at 3:13 PM, Andrew Robinson wrote: > Hi all, > > I'm new to this list...Has anyone sucessfully installed tomcat on an > OS X machine, I can't seem to get it to work. > > Thanks, > Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
