Ok, I got the HelloWorld and SnoopServlet working. I had to use the following URL http://www.mydomain.com/servlet/HelloWorld. However, when I go to http://www.mydomain.com/saml_demo.jsp I 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 -~----------~----~----~----~------~----~------~--~---
