|
Home > Archive > WebSphere HTTP Server > June 2004 > forbidden error - one of the cluster Node
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 |
forbidden error - one of the cluster Node
|
|
| dsingh123 2004-06-26, 9:54 am |
| setup
Node A
Red Hat Linux AS 2.1
WAS 5.0.2
DM - 5.0.2
IBMHTTP Server - 1.3.26.2
Node B
Red Hat Linux AS 2.1
WAS 5.0.2
IBMHTTP Server - 1.3.26.2
These 2 nodes are in WAS cluster
Installed the application in cluster
Problem
Node A ( working fine)
wget http://127.0.0.1/6.72/index.html
--22:56:05-- http://127.0.0.1/6.72/index.html
=> `index.html.2'
Connecting to 127.0.0.1:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,144 [text/html]
100%& #91;====================================
>] 3,144 3.00M/s ETA 00:00
22:56:05 (3.00 MB/s) - `index.html.2' saved [3144/3144]
Node B ( giving forbidden error)
wget http://127.0.0.1/6.72/index.html
--22:56:27-- http://127.0.0.1/6.72/index.html
=> `index.html'
Connecting to 127.0.0.1:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
22:56:27 ERROR 403: Forbidden.
FEW CHECKS
1. Apache configuration is same on both the server
2. using Alias for /6.72
3. plugin is same
4. jsp are working fine
5. static pages are having problem
6. jsp and static pages are in same directory
Suggestion will be appreciated
Thanx
| |
| Sunit Patke 2004-06-28, 9:10 am |
| Check the directory and file permissions on the problem node.
Sunit
"dsingh123" <dsingh@paciolan.com> wrote in message
news:265228487.1088204754323.JavaMail.wasadmin@swg3ws006...
> setup
> Node A
> Red Hat Linux AS 2.1
> WAS 5.0.2
> DM - 5.0.2
> IBMHTTP Server - 1.3.26.2
>
> Node B
> Red Hat Linux AS 2.1
> WAS 5.0.2
> IBMHTTP Server - 1.3.26.2
>
> These 2 nodes are in WAS cluster
>
> Installed the application in cluster
>
> Problem
> Node A ( working fine)
>
> wget http://127.0.0.1/6.72/index.html
> --22:56:05-- http://127.0.0.1/6.72/index.html
> => `index.html.2'
> Connecting to 127.0.0.1:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 3,144 [text/html]
>
> 100%& #91;====================================
>] 3,144 3.00M/s ETA
00:00
>
> 22:56:05 (3.00 MB/s) - `index.html.2' saved [3144/3144]
>
>
> Node B ( giving forbidden error)
> wget http://127.0.0.1/6.72/index.html
> --22:56:27-- http://127.0.0.1/6.72/index.html
> => `index.html'
> Connecting to 127.0.0.1:80... connected.
> HTTP request sent, awaiting response... 403 Forbidden
> 22:56:27 ERROR 403: Forbidden.
>
>
> FEW CHECKS
> 1. Apache configuration is same on both the server
> 2. using Alias for /6.72
> 3. plugin is same
> 4. jsp are working fine
> 5. static pages are having problem
> 6. jsp and static pages are in same directory
>
>
> Suggestion will be appreciated
>
> Thanx
>
>
>
|
|
|
|
|