What does the Jetty log output say in the console after you start it? It should mention the port # on one of the last lines. If it does, try using curl or wget to do a local request:
curl http://localhost:8983/solr/ wget http://localhost:8983/solr/ Matt On Wed, Apr 16, 2008 at 5:08 PM, Shawn Carraway <[EMAIL PROTECTED]> wrote: > Hi all, > I am trying to install Solr with Jetty (as part of another application) > on a Linux server running Gentoo linux and JDK 1.6.0_05. > > When I try to start Jetty (and Solr), it doesn't open a port. > > I know you will need more info, but I'm not sure what you would need as > I'm not clear on how this part works. > > Thanks, > Shawn > >