This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes How to deploy the servlet in WebLogic 8.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to deploy the servlet in WebLogic 8.1" Watch "How to deploy the servlet in WebLogic 8.1" New topic
Author

How to deploy the servlet in WebLogic 8.1

Jeff Thomson
Greenhorn

Joined: Nov 05, 2004
Posts: 3
I have a servlet called HelloWorld. How can i deploy it in WebLogic server? In the server console deploy options it is asking for a WAR file? How should i organize the folders and their contents inside the WAR file. Regards.
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
To deploy a simple servlet with WAR you can use this doc => http://e-docs.bea.com/wls/docs81/servlet/introprog.html#134557


Spritle Software Blogs
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to deploy the servlet in WebLogic 8.1
 
Similar Threads
Deploying a servlet in WebLogic
Reagrding WAR in weblogic
weblogic server
Creating & deploying .ear files in WebLogic 5.1
How do you deploy a simple ".war"?