Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add {color:white}{noformat:borderStyle=solid|bgColor=#000000}

...

Run Geronimo with ./bin/geronimo.sh run -vv command.

No Format
bgColor#000000
borderStylesolid

jlaskowski@dev /cygdrive/c/geronimo-jetty6-jee5-2.0.2
$ ./bin/geronimo.sh run -vv
Using GERONIMO_BASE:   c:\geronimo-jetty6-jee5-2.0.2
Using GERONIMO_HOME:   c:\geronimo-jetty6-jee5-2.0.2
Using GERONIMO_TMPDIR: c:\geronimo-jetty6-jee5-2.0.2\var\temp
Using JRE_HOME:        c:\apps\java5\jre
...
Geronimo startup complete

Deploying hudson.war

Download hudson.war from its releases web page.

You can deploy hudson.war from the web console of Geronimo, but there's another way to do the same - executing deploy command on the command line.

No Format
bgColor#000000
borderStylesolid

jlaskowski@dev /cygdrive/c/geronimo-jetty6-jee5-2.0.2
$ ./bin/deploy.sh -u system -p manager deploy hudson.war hudson-geronimo-plan.xml
Using GERONIMO_BASE:   c:\geronimo-jetty6-jee5-2.0.2
Using GERONIMO_HOME:   c:\geronimo-jetty6-jee5-2.0.2
Using GERONIMO_TMPDIR: c:\geronimo-jetty6-jee5-2.0.2\var\temp
Using JRE_HOME:        c:\apps\java5\jre
    Deployed hudson/hudson/1.166/war @ /hudson

The Geronimo console shows deployment progress as follows:
No Format
bgColor#000000
borderStylesolid

hudson home directory: C:\Documents and Settings\jlaskowski\.hudson
2008-01-05 18:23:08 hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 1545
2008-01-05 18:23:09 hudson.model.Hudson load
INFO: Took 890 ms to load
18:23:13,515 INFO  [StaticWebApplicationContext] Refreshing org.springframework.web.context.support.StaticWebApplicationContext@2eec5a: 
display name [Root WebApplicationContext]; startup date [Sat Jan 05 18:23:13 CET 2008]; root of context hierarchy
18:23:13,515 INFO  [StaticWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@2eec5a]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@12333fb
18:23:13,546 INFO  [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12333fb: 
defining beans [filter,legacy]; root of factory hierarchy

Running the webapp

Point the browser of your choice to http://localhost:8080/hudson. You should see hudson's welcome page.

...