Hi, Jason Pratt schrieb: > i deployed it to a local version and it appears to be working fine. its this > remote app server it is not working, do i need anything specific like jdk > versus jre?
What exact reaction do you get ? Does the request actually reach Sling or is it held "back" by tomcat ? You should see entries in Sling's logs/error.log file if the request get through to Sling. Otherwise you might want to inspect the tomcat logs. Could it be that the Tomcat server is configured to do authentication of the request ? If so, you should switch off container authentication and let Sling authenticate the request itself. Regards Felix > > jason > > > On Mon, Jan 12, 2009 at 6:59 PM, Juan José Vázquez Delgado < > [email protected]> wrote: > >>> what url do you use to access the console? >>> >> >> http://localhost:8080/org.apache.sling.launchpad.webapp-5-incubator-SNAPSHOT/system/console/bundles >> >> BR, >> >> Juanjo. >>
