• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem Migrating a Project from Weblogic 9.2 to Tomcat 6.0.29

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi,

I am trying to migrate my project from Weblogic 9.2 to Tomcat 6.0.29. I downloaded apache-tomcat-6.0.29 from the tomcat website - managed to add the server in eclipse also.

I am not sure how exactly to create the web.xml file and configure database connection through it. This is my current web-xml I use with weblogic. Have absoultely no idea how to go about with this migration to tomcat. It would be great if anyone has any ideas.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There may be numerous items you need to configure in Tomcat to make your Weblogic app work, as well as potential code changes in your app. Here is a blog post, and accompanying white paper descriptive text about migrating from Weblogic to Tomcat:

How To Migrate Your Weblogic or WebSphere App to Tomcat\

As far as security realm configuration on Tomcat, here is the realm configuration HOWTO:

http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html

Enjoy!
 
Something must be done about this. Let's start by reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic