Re: Hello World Tutorial - Requested Resource not available

2009-06-12 Thread viola.lu
pls add hello.jsp entry in your web.xml under WEB-INF. caof2005 wrote: > > Thanks Viola. > I was wrong when writing the error message that I got. The correct one is: > > HTTP status 404/HelloWorld/ > type status report > mesage /HelloWorld/ > description "The requested resource (/HelloWorld/)

Re: Hello World Tutorial - Requested Resource not available

2009-06-12 Thread caof2005
Thanks Viola. I was wrong when writing the error message that I got. The correct one is: HTTP status 404/HelloWorld/ type status report mesage /HelloWorld/ description "The requested resource (/HelloWorld/) is not available. And http://localhost:8080/HelloWorld/ address automatically appeared in

Re: The Geronimo is developed based OSGI?

2009-06-12 Thread Boern
It`s very nice! On Sat, Jun 13, 2009 at 12:12 AM, David Jencks wrote: > > On Jun 12, 2009, at 2:57 AM, Boern wrote: > > Hi,all: >> I want to know the Geronimo core framwork whether based OSGI,anybody can >> tell me? >> > > Not yet. We expect 2.2 to be the last non-osgi release and we are workin

Re: configure 3 IP based apache vhosts to 1 geronimo host

2009-06-12 Thread Bill Brown
Hi David: Thanks for the suggestions. I managed to get the sites to load now by adding the trailing slash / character in my ProxyPass directive after the app name. ProxyPass / balancer://tomcat/hostaApp stickysession=JSESSIONID changed to ProxyPass / balancer://tomcat/hostaApp/ sti

Re: configure 3 IP based apache vhosts to 1 geronimo host

2009-06-12 Thread David Jencks
I don't understand what you want to do yet. I'm also not that familiar with vhosts. one possibility... deploy all three apps on geronimo at / rather than at /hostxApp, with virtual hosts specified for each app. Is this the configuration you tried, works, and you don't like? another

configure 3 IP based apache vhosts to 1 geronimo host

2009-06-12 Thread Bill Brown
Greetings geronimo users. I have a question for people regarding the configuration of geronimo 2.1.4 I'm trying to get working. I have 3 apache IP based virtual hosts. hosta, hostb, hostc I have 1 backend geronimo instance with three apps: localhost/hostaApp, localhost/hostbApp, localhost/h

Re: The Geronimo is developed based OSGI?

2009-06-12 Thread David Jencks
On Jun 12, 2009, at 2:57 AM, Boern wrote: Hi,all: I want to know the Geronimo core framwork whether based OSGI,anybody can tell me? Not yet. We expect 2.2 to be the last non-osgi release and we are working on basing future releases on osgi. thanks david jencks -- Boern Parx

Re: Hello World Tutorial - Requested Resource not available

2009-06-12 Thread viola.lu
For hello world sample, access link is http://localhost:8080/HelloWorld/hello.jsp, not http://localhost:8080/Hello/hello.jsp. caof2005 wrote: > > Hi, folks, I´m totally newbe to Geronimo so this question: > > I have tried to do the "Hello World Web Application" that is described in > the Geroni

Hello World Tutorial - Requested Resource not available

2009-06-12 Thread caof2005
Hi, folks, I´m totally newbe to Geronimo so this question: I have tried to do the "Hello World Web Application" that is described in the Geronimo´s v2.1 Developers Guide Tutorial Section. I am using Eclipse Gamynedes 3.4.2 with the Geronimo Eclipse Plugin (GEP) 2.1.4. I followed each of the ste

Re: jar files for org.openejb.client.RemoteInitialContextFactory

2009-06-12 Thread Shawn Jiang
The jar file could be found in place like this: $geronimo_home\repository\org\apache\openejb\openejb-client\3.0.1\openejb-client-3.0.1.jar The version might varies according to the geronimo version you are using. BTW. geronimo 2.2 is not released yet. The latest geronimo release is 2.1.4. : )

jar files for org.openejb.client.RemoteInitialContextFactory

2009-06-12 Thread pookie1973
I've downloaded WebSphere Application Server Community Edition which is based on Geronimo 2.2, when running my client it bombs with a no class found exeption on the class org.openejb.client.RemoteInitialContextFactory, obviously there is something I need to add to my build path. But I can't seem t

The Geronimo is developed based OSGI?

2009-06-12 Thread Boern
Hi,all: I want to know the Geronimo core framwork whether based OSGI,anybody can tell me? -- Boern Parx