Kenneth,
I was able to deploy my war file and access the blog on Geronimo/Jetty
too (with or without the virtual host).
Do you have an entry in your hosts file that directs your virual host to
'localhost'?
Or do you have a DNS entry somewhere that would point that virtual host
to your server?
Because after I set up an entry in my /etc/hosts file that pointed
kt.squeakydolphin.com to 127.0.0.1, I was able to get to the blog using:
http://kt.squeakydolphin.com:8080/pebble
Is that what you were missing?
Jay
Kenneth P. Turvey wrote:
On Tue, 22 Apr 2008 21:29:55 -0500, Jay D. McHugh wrote:
Kenneth,
I made one change to the geronimo-web.xml file that you sent me. Also,
I deployed to Geronimo/Tomcat rather than Jetty.
I have attached the edited web.xml and geronimo-web.xml files.
The one thing that I changed was to remove the virtual host line from
the geronimo-web.xml. You should be able to set up virtual hosts. I
haven't ever done so myself - but there are pages on the wiki that
describe how to do it.
Thanks for looking into this. The line you are commenting out in the
geronimo-web.xml file is there to do virtual hosting under Jetty. In
fact, that's the only thing you need to do virtual hosting under Jetty.
So I doubt that this is the problem. I'm deploying it to Geronimo right
now without that line in the geronimo-web.xml file, so we'll have our
answer in a second.
As I suspected, I'm getting the exact same results as I did before.
So now this looks like a Jetty vs. Tomcat issue instead of a Geronimo
issue. Should I take this up with the maintainer? Are there known
gotchas here?
Thank you.