|
Home > Archive > WebLogic installation support > October 2005 > Converting from WLS to Tomcat
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Converting from WLS to Tomcat
|
|
| jd-junkmail@mindspring.com 2005-09-06, 6:03 pm |
| I am moving a WEB app. which currently runs on WEBlogic. According to
my IT programmers (I'm in Technical services, hardware, software, etc.)
there needs to be a WEBlogic like startup class in Tomcat for their
application to work.
Can someone help me out here? Is there a Tomcat class file which
provides the same functionality thats within a WEBlogic startup class?
If so how do I incorporate it within Tomcat?
I am a virgin to this stuff so please be kind to my adolescent
questions. Thanks in advance.
| |
|
| You can use a HttpServlet instead, its 'init' method will be called
when the servlet is loaded at startup time.
| |
| jd-junkmail@mindspring.com 2005-10-04, 5:54 pm |
|
Joop wrote:
> You can use a HttpServlet instead, its 'init' method will be called
> when the servlet is loaded at startup time.
Huh? Sorry I don't understand what needs to be done. My IT folks made
it sound like I would drop a ?.class file into some directory and add
it to Tomcat's startup. Is this a change done in web.xml?
|
|
|
|
|