Howdy,
If your web application is coded and deployd according to the servlet
specification, you should just be able to drop it into tomcat without changes.

The more Weblogic-specific stuff you have, the more painful your migration will
be.  For example, all com.bea or com.weblogic classes you use will need to be
removed and the classes using them rewritten.  If your web.xml has non-standard
elements or elements in a non-standard order, you will need to correct that. 
If you rely on an invoker servlet, i.e. you have URLs like
/servlet/com.yourcompany.yourservlet in your webapp, you will need to either
comment in tomcat's invoker servlet or map your servlets in your web.xml file.

Other than that, give it a shot and let us know if you run into any problems...

Yoav Shapira

--- Subramaniam Kumar <[EMAIL PROTECTED]> wrote:
> Can someone point to 'migration steps' to migrate from Weblogic 5.1 to Tomcat
> 4.1.24.
>  
> I would like to gather all the migration details which will help the
> application developers. Even if the document doesn't exits , I think it will
> be useful for the Tomcat user community.
>  
> I greatly appreciate if folks could share their knowledge/experience.
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Free online calendar with sync to Outlook(TM).


=====
Yoav Shapira
[EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to