| Author |
Deployment success but Unable to access my WebApp in Weblogic
|
murali kankanala
Ranch Hand
Joined: Nov 15, 2004
Posts: 110
|
|
Hi Folks,
I have deployed a WebApp in my Weblogic 8.1 , deployment was success and server running with no errors. I was trying to access my WebApp as http://localhost:7001/WebApp.
I got the error page:
[b]Error 403--Forbidden
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable. [/b]
Then it was automatically redirecting to the Url http://urlseek20.vmn.net/search.php?q=http%3A%2F%2Flocalhost%3A7001%2FWebApp%2F&tbn=vendio&type=dns&lg=en
The details in the page are:
Cannot find "http://localhost:7001/WebApp/" DNS Error - Server cannot be found
I could not understand what is happening. This is my first experience with this kind of Error and behaviour.
please help me to fix this issue.
regards,
Murali
|
 |
Hareesh Ram Chanchali
Ranch Hand
Joined: Jan 31, 2005
Posts: 110
|
|
Hi Murali,
Have you had any static page as a default?
Also can you replace the local host with ip address and try?
|
Hareesh Ram Chanchali
SCJP 5.0, IBM Certified Solution Designer
|
 |
murali kankanala
Ranch Hand
Joined: Nov 15, 2004
Posts: 110
|
|
Hareesh,
My application build on Struts. I am using <html:form action ="/xyz">. Here i am getting some error by saying JasperException can not create form bean for the class test.NameForm ( it is the form bean class that i written).
|
 |
Hareesh Ram Chanchali
Ranch Hand
Joined: Jan 31, 2005
Posts: 110
|
|
Hope you checked against this checks?
http://faq.javaranch.com/java/CannotCreateBean
|
 |
Dongyun Tian
Greenhorn
Joined: Oct 29, 2008
Posts: 10
|
|
try using 127.0.0.1 instead localhost if localhost cann't mapping to 127.0.0.1
|
Anyone can carry his burder,however hard,until nightfall.<br />Anyone can do his work,however hard,for one day.
|
 |
 |
|
|
subject: Deployment success but Unable to access my WebApp in Weblogic
|
|
|