• 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

How do i migrate an application from Tomcat to Oracle AS 10g?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!
i want to migrate an application from Tomcat to Oracle Application Server(OAS) 10g, but unable to do so.
How does the directory structure on the OAS system map to the URL it is accessed by?
Any help and guidelines on the above topics will be highly beneficial to me. What exactly i want to know is the steps to migrate an application from tomcat to Oracle AS 10g, to deploy it(the application) on Oracle AS 10g.

Thank you
regards
Debraj Mukherjee
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Debraj,
Welcome to JavaRanch!

Do you have a war file or ear file of the application? If not, you can create one and deploy that to OAS.
 
reply
    Bookmark Topic Watch Topic
  • New Topic