| Message: 82487 |
 |
BY: Vivek Pandey (vivekp) DATE: 2009-06-11 18:34 SUBJECT: RE: Glassfish gem with Apache Virtual Host Ok, so you have the app deployed on mongrel using 'myapp' prefix. On glassfish you can do the same using -c option.
For example,
$ glassfish -c /myapp will mean your app is available at
http://localhost:3000/myapp/
I wonder if there is any leftover of mongrel config somewhere in apache config where 'myapp' prefix is somehow present. | |