From:
<S.S...@au...> - 2003-05-01 07:30:41
|
Hello, > I followed the instructions to the letter, had everything installed > and set up properly, still I get the following error when I try to > start a new session and the key authentication process: > > "The URL you requested does not identify a valid object on this server. > Please verify that the URL used is indeed correct, and try again. > Please contact the server administrator if you have any questions." > I never saw this error message ... what piece of software is saying that ? The browser, the server ? Is the server correctly setup ? When Tomcat is installed properly, you should see the Tomcat welcome page and some demo programs at http://localhost:8080 What is the log saying ? On the server, the logs are in $TOMCAT_HOME/logs (mainly catalina.out) On the client, you should either start the client from the command line (ant run will do the trick when ant is installed :-) or configure the Java Web Start to open up the console ate startup time Normally, the logs should give more information Hope this helps seb |