On Jan 30, 6:39 pm, marcelstoer <mar...@frightanic.com> wrote: > How do you use a JDBC realm for form-based authentication in hosted > mode? Hosted mode and form-based authentication work just fine, but > our JDBC realm isn't picked up by Tomcat?
I have the realm configured in /<my_Eclipse_project>/tomcat/conf/gwt/ localhost/ROOT.xml like so: <Context path="/com.mycompany.MyModule" docBase="..."> <Realm className="org.apache.catalina.realm.JDBCRealm" etc... /> </Context> I can confirm that the config is being picked up at startup. The problem is, that no matter what path I try for the docBase attribute there are always some artifacts that cannot be found. Any ideas? -Marcel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---