Re: Tomcat, WOApp and Oracle..
Re: Tomcat, WOApp and Oracle..
- Subject: Re: Tomcat, WOApp and Oracle..
- From: Jonathan Meijer <email@hidden>
- Date: Thu, 10 Mar 2005 15:48:43 -0500
On 3/10/05 3:33 PM, "James Cicenia" <email@hidden> wrote:
> And what were the wonder modifications?
I'll get the changes and send them to you (and to the Wonder team).
> Also, what is a good tutorial for deployment on Linux... since I think
> that is my only solution at this point.
This thread is your tutorial ;)
Building your project as standalone WAR and deploying it on Tomcat (I did it through the http://hostname:8080/manager/html) with a configuration similar to the one I posted earlier in this thread seems to be working pretty well.
I also configured my apache server to use mod_rewrite in order to proxy the site (make it look as though it's on port 80 when it's actually on 8080). Specifically, I added these 2 lines to the proper <VirtualHost>...</VirtualHost> block:
RewriteEngine On
RewriteRule ^/AppName/WebObjects/(.*) http://virtual-hostname:8080/AppName/WebObjects/$1 [L,P]
and I had to add
LoadModule rewrite_module lib/apache/mod_rewrite.so
to the list of loaded modules, since I compiled Apache (in my case 2.0.52) with modules.
Hope this helps!
Jonathan Meijer
email@hidden
>
> - James Cicenia
>
> On Mar 10, 2005, at 2:19 PM, Jonathan Meijer wrote:
>
>> No, i made mine as a standalone WAR, since I deployed on Linux and I
>> couldn't rely on frameworks. (Note: I had to modify the source of
>> wonder so it'd work.)
>>
>> Jonathan Meijer
>> email@hidden
>> _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden