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 Java in General and the fly likes Start with a Servlet in Weblogic 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 » Java in General
Reply Bookmark "Start with a Servlet in Weblogic" Watch "Start with a Servlet in Weblogic" New topic
Author

Start with a Servlet in Weblogic

cris abanades
Greenhorn

Joined: Aug 30, 2001
Posts: 10
We have an installation of BEA Weblogic and we have developped an application. The problem is that we want to set a servlet as home page, but we couldn�t find the way to do it.
We have already tried to make a .jsp as home page and redirect it to a servlet, but this solution is not valid for us, because the home page could be acceded from HTTP(Web) as well as from WAP (mobile phone), and WAP does not understand .jsp.
Summary: we want the application to be accesible from HTTP and WAP. Our servlet is the one who can know and discriminate when a request is made. That's why we need the servlet to be the first called before other thing. Can anybody help us?
Thanks.
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
Why post this in multiple forums. It is already in the WebLogic forum where it should be. This wastes peoples time viewing and answering questions that may already be answered in another forum.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Start with a Servlet in Weblogic
 
Similar Threads
Start with a Servlet in Weblogic
Diffference between J2ME and J2SE, WAP
Start with a Servlet in Weblogic
jsp/ejb connection complications, please help
Start with a Servlet in Weblogic 6.x