um... wrong link for [1]. Try here : http://cwiki.apache.org/GMOxDOC21/configuring-a-remote-apache-http-server.html
On Sat, Mar 29, 2008 at 10:37 AM, Jason Warner <[EMAIL PROTECTED]> wrote: > If you wanted to deploy your static content directly into Geronimo, then > you could do so by building a war containing that content and then deploying > it. If that's what you want to do, then I can talk you through the > process. I think we have another option here, though. It's possible to use > Geronimo with the Apache server to run your application. There's two ways > to do this and you can find documentation for both for Geronimo 2.1 here > [1]. Doing this, you should be able to (at least with the mod_jk method) > have your static content run on the HTTPd server and then have geronimo > handle dynamic content. Since you would be using HTTP as your front end, > the matter of virtual hosts would be handled by the HTTP server and there is > some documentation on that here [2]. > > I think this might be the most elegant solution to what you want to do. > If you're looking to use only Geronimo without the HTTP server, then we're > going to have to do some more digging. Hope this helps. Let me know if you > have anymore questions > > [1] > http://cwiki.apache.org/GMOxDOC21/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html > [2] http://httpd.apache.org/docs/2.2/vhosts/ > > > On Sat, Mar 29, 2008 at 9:40 AM, Kenneth P. Turvey < > [EMAIL PROTECTED]> wrote: > > > On Sat, 29 Mar 2008 08:44:35 -0400, Jason Warner wrote: > > > > > Hi Kenneth, > > > > > > You are indeed in the right place. I'm afraid we're all a little > > heads > > > down with trying to get the 2.1.1 release out. I'm not too familiar > > > with the area you're asking about but I'll see what I can do about > > > helping. If anyone else has any ideas, feel free to jump in. Would > > you > > > mind providing some information though? Namely, what version of the > > > server are you using? Also, do you have specific errors you're coming > > > across when trying to deploy the static content? Please provide your > > > deployment method or any errors so we might be able to help figure out > > > why it isn't working. > > > > > > > I've got the latest version of the server, jetty6-javaee5-2.1. > > > > I'm not getting any specific errors, but I don't really know where to > > start. I can't find any documentation on deploying static content at > > all. I assume I just drop it into a directory, but I don't know which > > one. I'm also not sure about the other domains and how to handle that. > > Where would the static content go for them? > > > > > I'm also not sure about how to handle the virtual domains to begin with. > > I'm not sure if I set them all up as virtual domains or not. I walked > > through the docs on setting up virtual domains (with the tomcat version, > > not jetty) and I was not successful. Is this stuff documented > > somewhere? Is there a howto on doing this? > > > > I do appreciate your help. > > > > > > -- > > Kenneth P. Turvey <[EMAIL PROTECTED]> > > > > > > > -- > ~Jason Warner -- ~Jason Warner
