« Return to Thread: Jetty and virtual host

Re: Jetty and virtual host

by graemer :: Rate this Message:

Reply to Author | View in Thread

Depends what version of Grails you're using. If you're on 0.3.1 you'll
need to go into src/grails/build.xml and hack the run-app:impl target
to configure jetty appropriately

Or with 0.4 snapshots you would need to edit the scripts/RunApp.groovy

Cheers

On 11/23/06, Edward Povazan <epovazan@...> wrote:

> Hello,
>
> I have a Swing app that speaks to a Grails app. In order to not have
> to change my app to use localhost:8080/context when it normally uses
> my url of my server, can I set a virtual host with my grails app
> running in dev mode?
> I have found various docs on how to do this with stand alone jetty/
> tomcat/etc. but where do I start with the embedded jetty? Is this
> even possible? It would be very cool indeed :)
>
> Thanks
> -Ed
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>



--
Graeme Rocher
Grails Project Lead
http://grails.org

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Jetty and virtual host