-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Minky,
minky arora wrote: > AS per christopher's intructions: Excellent. Everything looks good, and Tomcat appears to be running. These lines: > Sep 13, 2007 11:10:05 AM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > Sep 13, 2007 11:10:05 AM org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 indicate that Tomcat's HTTP request processor is listening on port 8080 /and/ the AJP13 request processor is listening on port 8009. You can ignore the AJP13 stuff for the time being because you are using Tomcat directly (and not through a 3rd-party web server). - From Safari, can you browse to http://127.0.0.1:8080/index.jsp? What happens? If this works, then both Catalina (the app server) and Jasper (the JSP compiler/runner) are both working. /index.jsp is served from the ROOT webapp, which you can find here: /users/meenaksharora/java/tomcat/apache-tomcat-6.0.14/webapps/ROOT If you look in /users/meenaksharora/java/tomcat/apache-tomcat-6.0.14/webapps you should be able to see the webapps that are available to you. For instance, in my TC 5.5 installation, I have the following files and directories: ROOT balancer jsp-examples servlets-examples tomcat-docs webdav You might have different ones since you are using Tomcat 6.0. Please show us what files and directories you have in your webapps directory, just to make sure that you /have/ the examples and stuff installed. I didn't see any messages about applications being deployed in your log file, so I'm a little suspicious of that. Perhaps TC 6.0 doesn't do this, anymore. If I wanted to access the JSP examples, I'd browse to: http://127.0.0.1:8080/jsp-examples/index.html and start clicking around to see the examples. Please remember that, if you don't use the port number, this /will not work/. Without the port number, Safari will attempt to contact port 80, which probably has nothing running on it. Try looking at the examples, now, and let us know what happens. If something does not work, please be as descriptive as possible. Safari might give you an error (like "connection refused"). If you get a message like this, please refer back to the log files I mentioned in my previous post and see if anything "bad" has been added to them (such as exception stack traces, or entries indicating that Tomcat has stopped, or that contexts have been undeployed, or whatever). - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG6VZj9CaO5/Lv0PARArvFAKCmDzdIdh11XtWzY3ebsVTTuqdTYACfScyq MF5R2diO3CV/8uSOdEaKtz4= =qd2i -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]