You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Arun Prasad R <fi...@gmail.com> on 2004/09/10 14:28:46 UTC

How to configure jakarta-struts-1.2.2 with tomcat 4.1.27

hi all,

i want to know step by step process of configuring
jakarta-struts-1.2.2 with tomcat 4.1.27,

any help

thanks in advance
arun

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Migration from 1.0 to 1.2.x: Gotchas?

Posted by Bill Barker <wb...@wilshire.com>.
"Wendy Smoak" <ws...@gmail.com> wrote in message 
news:adba96190601141433x732aca55ib56dadf340b15fb@mail.gmail.com...
On 1/14/06, Venkat & Radha Venkataramanan <Ve...@warpdriveonline.com> 
wrote:

>> I have an Pharma J2EE application developed using the Struts framework
>> running on a weblogic 6.0 server (yes, and it's only 3 years old!).
>>
>> We are upgrading to weblogic 9.0 since 6.0 is no longer supported by BEA.
>> And, I learnt that 9.0 supports only Struts 1.2.x.
>>
>> Does anybody gone through the exercise of migrating from 1.0 and 1.2? Are
>> there pearls of wisdom to be shared? Or, is it just a tedious task of
>> re-compiling all the JSP pages?
>
>You'll probably want to ask on the Struts list instead of Tomcat. :)
>   http://struts.apache.org/mail.html#Subscribing
>

Wendy's suggestion is probably your best bet.  I know it was a huge commit 
to move Tomcat's admin webapp to 1.2.x (but mostly mindless changes :). 
AIRC, it was mostly renaming the 'process' method to 'execute', so you'll 
hit it soon enough if you re-compile your app against struts-1.2 with 
deprecation on.

It's probably going to be an even bigger headache to move the admin webapp 
to struts-2, but I wouldn't know now since my Gump early warning system 
hasn't built struts-taglib in months ;-).

>--
>Wendy 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Migration from 1.0 to 1.2.x: Gotchas?

Posted by Wendy Smoak <ws...@gmail.com>.
On 1/14/06, Venkat & Radha Venkataramanan <Ve...@warpdriveonline.com> wrote:

> I have an Pharma J2EE application developed using the Struts framework
> running on a weblogic 6.0 server (yes, and it's only 3 years old!).
>
> We are upgrading to weblogic 9.0 since 6.0 is no longer supported by BEA.
> And, I learnt that 9.0 supports only Struts 1.2.x.
>
> Does anybody gone through the exercise of migrating from 1.0 and 1.2? Are
> there pearls of wisdom to be shared? Or, is it just a tedious task of
> re-compiling all the JSP pages?

You'll probably want to ask on the Struts list instead of Tomcat. :)
   http://struts.apache.org/mail.html#Subscribing

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Migration from 1.0 to 1.2.x: Gotchas?

Posted by Venkat & Radha Venkataramanan <Ve...@WarpDriveonline.com>.
Hello:

I have an Pharma J2EE application developed using the Struts framework
running on a weblogic 6.0 server (yes, and it's only 3 years old!).

We are upgrading to weblogic 9.0 since 6.0 is no longer supported by BEA.
And, I learnt that 9.0 supports only Struts 1.2.x.

Does anybody gone through the exercise of migrating from 1.0 and 1.2? Are
there pearls of wisdom to be shared? Or, is it just a tedious task of
re-compiling all the JSP pages?

Thanks.

Venkat & Radha Venkataramanan
201-358-0001
324 St. mary Street
Venkats@WarpDriveOnline.Com

Hillsdale, NJ 07642
The_Rs@Hotmail.com 
-----Original Message-----
From: QM [mailto:qm300@brandxdev.net] 
Sent: Friday, September 10, 2004 10:11 AM
To: Tomcat Users List
Subject: Re: How to configure jakarta-struts-1.2.2 with tomcat 4.1.27

On Fri, Sep 10, 2004 at 05:58:46PM +0530, Arun Prasad R wrote:
: i want to know step by step process of configuring
: jakarta-struts-1.2.2 with tomcat 4.1.27,

Struts is a collection of JARs and XML files meant to be used within a
webapp.  See the Tomcat docs for setting up a webapp (review the servlet
spec if needed), then follow the Struts docs for creating a Struts-based
webapp.

Struts also includes a stub webapp that you can drop into a container
and use as a base for your own code.  You could start with that.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: How to configure jakarta-struts-1.2.2 with tomcat 4.1.27

Posted by QM <qm...@brandxdev.net>.
On Fri, Sep 10, 2004 at 05:58:46PM +0530, Arun Prasad R wrote:
: i want to know step by step process of configuring
: jakarta-struts-1.2.2 with tomcat 4.1.27,

Struts is a collection of JARs and XML files meant to be used within a
webapp.  See the Tomcat docs for setting up a webapp (review the servlet
spec if needed), then follow the Struts docs for creating a Struts-based
webapp.

Struts also includes a stub webapp that you can drop into a container
and use as a base for your own code.  You could start with that.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org