it was very strange. i got nothing when running in tomcat5.5 using jdk1.5.17 no html page or console. i did check the tomcat security config to make sure it was open, my other apps had no issues. i did get it to work by downloading the trunk and building/running jetty via mvn. not the way i want to run this.
jason On Tue, Jan 13, 2009 at 2:27 AM, Felix Meschberger <[email protected]>wrote: > 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. > >> > >
