The first thing I notice is that you're running minimal. By default, the minimal assembly does not come with a web interface. So it looks like the server has started just fine.
If you want the welcome page or, in general, an administration console, you can download the geronimo-jetty6-javaee5 assembly or you can install the jetty-console plugin onto the minimal assembly. Regards, Viet On 10/30/07, Jason Warner <[EMAIL PROTECTED]> wrote: > > Hi, > > One thing I notice is that you're using java 1.6. I'm not altogether sure > what the status of geronimo is running on java 1.6. You might want to > give it a shot on 5. > > Also, what applications are you expecting to see? What do you think > should be there that isn't? > > Finally, there are sometimes some path issues with long path names on > windows. I've never hit them myself, so I'm not sure if this is a symptom > of that or not. You could try extracting to a shorter path, something like > "c:\g.' > > Hope at least some of this helps, > > Jason Warner > > On 10/30/07, ak345 <[EMAIL PROTECTED]> wrote: > > > > > > Hi guys, > > Am first time user and follow the steps below: > > 1. download the geronimo-jetty6-minimal-2.0.2-bin.zip and unzip under > > the > > folder c:/geronimo/binary > > 2. run the command: java -jar server.jar and got the result below: > > > > ------------------------------------------------------------------- > > Booting Geronimo Kernel (in Java 1.6.0_02)... > > Starting Geronimo Application Server v2.0.2 > > [*******************] 100% 6s Startup complete > > Listening on Ports: > > 1099 0.0.0.0 RMI Naming > > 8009 0.0.0.0 Jetty Connector AJP13 > > 8080 0.0.0.0 Jetty SelectChannel Connector HTTP > > 8443 0.0.0.0 Jetty SelectChannel Connector HTTPS > > 9999 0.0.0.0 JMX Remoting Connector > > > > Started Application Modules: > > WAR: org.apache.geronimo.configs/remote-deploy-jetty/2.0.2/car > > > > Web Applications: > > /remote-deploy > > > > Geronimo Application Server started > > ----------------------------------------------------------------- > > > > I think I followed exactly the instruction which result in several web > > applications. But I got only one. I did not get the welcome page > > successuflly when I typed http://localhost:8080/. What is the problem?? > > > > Thanks a lot. It is my first try on geronimo. > > -- > > View this message in context: > > http://www.nabble.com/Geronimo-2.0.2--install-problem-tf4716349s134.html#a13482295 > > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com > > . > > > > >
