• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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: 42152
937
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