-
Weblogic Server
Can someone help me on cofiguring Weblogic Server to run Servlets and JSP
? Thanks.
-
Re: Weblogic Server
"Parag Sankla" <paragsankla@angelfire.com> wrote:
>
>Can someone help me on cofiguring Weblogic Server to run Servlets and JSP
>? Thanks.
Here is the home of all Weblogic documentation
http://www.weblogic.com/docs/sitemap.html
I'm sure you will find all that you need!
-
Re: Weblogic Server
"Parag Sankla" <paragsankla@angelfire.com> wrote:
>
>Can someone help me on cofiguring Weblogic Server to run Servlets and JSP
>? Thanks.
Check out the weblogic.properties file.
You need to do the following:-
One of the ways to register a servlet is under the heading :
USER-WRITTEN AND DEMO SERVLET REGISTRATIONS
Do not forget to register the Document Root configuration.
DocumentRoot configuration
weblogic.httpd.documentRoot=<your documnet path>
Bye
Kartik
-
Re: Weblogic Server
"Parag Sankla" <paragsankla@angelfire.com> wrote:
>
>Can someone help me on cofiguring Weblogic Server to run Servlets and JSP
>? Thanks.
Hi Parag ,
weblogic.httpd.register.GateServlet=
com.mediamap.monarch.servlets.GateServlet
weblogic.allow.execute.weblogic.servlet.GateServlet=everyone
weblogic.httpd.register.AuthServlet=
com.mediamap.monarch.servlets.AuthServlet
weblogic.allow.execute.weblogic.servlet.AuthServlet=everyone
Above given statements are from weblogic properties file.
just add them in your properties file and change the servlet name
and instead of everyone change it usernames.
and also uncomment the following statement
weblogic.httpd.register.servlets=weblogic.servlet.ServletServlet
It should not be any different in JSPs case.
Thanks
Madhav
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks