Hi, I'm new to this group. I'm evaluating Sling as a choice for one of our clients. They use glassfish and are looking for a document repository. I've checked out the code from the repository. I've built the sling project using maven. I have the following files in this directory: sling/launchpad/builder/target org.apache.sling.launchpad-6-SNAPSHOT-sources.jar org.apache.sling.launchpad-6-SNAPSHOT-standalone.jar org.apache.sling.launchpad-6-SNAPSHOT.war org.apache.sling.launchpad-6-SNAPSHOT-bundles.jar I can use this command: $ java -jar target/org.apache.sling.launchpad-*-standalone.jar -c sling -f - And get a copy of Sling working on my box locally. I'm challenged with a password when I hit this URL So now my questions: 1) The war file 'org.apache.sling.launchpad-6-SNAPSHOT.war' does that include a copy of Jetty? Like the standalone.jar file does. 2) I try to upload the war file into glassfish, I use org.apache.sling.launchpad-6-SNAPSHOT.war, is that correct? 3) When I upload that file using the classfish deployment UI, it takes the name of the file and fills it in to these two fields: I then change them to look like this: However, hitting these urls yields nothing: Any suggestions as to how I should proceed? Any thoughts about where I've gone wrong? Any help at all would be appreciated. Tony Giaccone |
- using sling.. Tony Giaccone
- Re: using sling.. Justin Edelson
- Re: using sling.. Tony Giaccone
