Hi, I forgot to ask, is your Tomcat instance running other web applications? Are you able to do a clean install of Tomcat just to rule out any problems with the existing Tomcat config?
I did the following to get the Java/JSP SSO sample running with Tomcat 5.5.16 (the closest I could find to 5.5.15): wget http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.16/bin/apache-tomcat-5.5.16.zip unzip apache-tomcat-5.5.16.zip wget http://google-apps-sso-sample.googlecode.com/files/samltool.war mv samltool.war apache-tomcat-5.5.16/webapps/ chmod +x apache-tomcat-5.5.16/bin/*.sh JAVA_HOME=<my JDK 1.5 home> apache-tomcat-5.5.16/bin/startup.sh Open http://<my hostname>:8080/samltool/saml_demo.jsp -alex On Feb 14, 11:25 am, gh0st <[EMAIL PROTECTED]> wrote: > Ok, I got the HelloWorld and SnoopServlet working. I had to use the > following URLhttp://www.mydomain.com/servlet/HelloWorld. However, > when I go tohttp://www.mydomain.com/saml_demo.jspI still get the > page but when I click on 'Generate SAML Request" button I get "Not > Found > The requested URL /CreateRequestServlet was not found on this server." > I have the same web.xml file that came with original googe files. Why > can't my demo page see the /CreateRequestServlet and the / > ProcessResponseServlet? > > On Feb 14, 5:30 am, "Alex (Google)" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Servlet URL-name-class mappings are in WEB-INF/web.xml. Can you take > > a look at this config file to see if it matches what's referenced in > > saml_demo.jsp? > > > Does the SnoopServlet which comes with Tomcat work? Are you running > > Tomcat by itself or with some other web server? > > > -alex > > > On Feb 13, 1:43 pm, gh0st <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am running Tomcat 5.5.15. I have tried running it in a subdirectory > > > but received the same results. For some reason the page saml_demo.jsp > > > loads but it can not find the /ProcessResponseServlet which is located > > > in WEB-INF/classes/servlets/ How do I ensure that my .jsp pages know > > > where to find the servlets? > > > > On Feb 12, 3:02 pm, "Alex (Google)" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > Can you give a little more information? What servlet container are > > > > you running? Which version? > > > > > Do the demo servlets (e.g. HelloWorld) which come with the container > > > > work? > > > > > Have you tried deploying to a subdirectory, > > > > e.g.http://mydomain.com/samltool/saml_demo.jsp? > > > > > -alex > > > > > On Feb 11, 12:28 pm, gh0st <[EMAIL PROTECTED]> wrote: > > > > > > I am attempting to run theSAMLexample on the "Web-based Reference > > > > > Implementation ofSAML-based SSO for Google Apps" page, which can be > > > > > seen > > > > > here:http://code.google.com/apis/apps/sso/saml_reference_implementation_we... > > > > > > I have installed the code, yet when I go > > > > > tohttp://mydomain.com/saml_demo.jsp > > > > > I get the actual page, but the /ProcessResponseServlet window on the > > > > > right side shows a "Page not Found Error". > > > > > > I just want to get the demo working, why is it that when I click on > > > > > 'generatesamlrequest" that I get a "page not found error" as well. > > > > > It appears that the demo does not know the path to the servlet files. > > > > > > What changes in the code do I need to make to get the demo working? Is > > > > > there something that I need to add to make the demo work? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
