Http server 6.02 y Websphere 5.1
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere HTTP Server > Http server 6.02 y Websphere 5.1




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

drackcom is offline     Http server 6.02 y Websphere 5.1  
drackcom


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for drackcom Click here to Send drackcom a Private Message Find more posts by drackcom Add drackcom to your buddy list
 
09-14-05 02:37 PM

i am sorry not speaking english

i have websphere 5.1 nad http serever 2.047 (6.02)

when I do a request http://localhost responds with the estatico content good to me but 
when in this content I make a request of this type action="/HomePageWeb/servlet "respon
ds webspher to me but data of the process of servlet does not bring to me. But when I m
ake a request http://localhost:9080/HomePageWeb/servlet responds to me well 
and it shows the dear data to me


WEBSPHERE/CONFIG/CELL/PLUGIN

?xml version="1.0" encoding="ISO-8859-1"?>

<Config ASDisableNagle="false" AcceptAllContent="false" IISDisableNagle="fal
se" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="64">
<Log LogLevel="Error" Name="C:\Archivos de programa\WebSphere\AppServer/logs
/http_plugin.log"/>
<Property Name="ESIEnable" Value="true"/>
<Property Name="ESIMaxCacheSize" Value="1024"/>
<Property Name="ESIInvalidationMonitor" Value="false"/>
<VirtualHostGroup Name="default_host">
<VirtualHost Name="*:9080"/>
<VirtualHost Name="*:80"/>
<VirtualHost Name="*:9443"/>
</VirtualHostGroup>
<ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin" Name="
server1_PruebaWas_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" Re
tryInterval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Nam
e="PruebaWas_server1" WaitForContinue="false">
<Transport Hostname="localhost" Port="9080" Protocol="http"/>
<Transport Hostname="localhost" Port="9443" Protocol="https">
<Property Name="keyring" Value="C:\Archivos de programa\WebSphere\AppServer\
etc\plugin-key.kdb"/>
<Property Name="stashfile" Value="C:\Archivos de programa\WebSphere\AppServe
r\etc\plugin-key.sth"/>
</Transport>
</Server>
<PrimaryServers>
<Server Name="PruebaWas_server1"/>
</PrimaryServers>
</ServerCluster>
<UriGroup Name=" default_host_server1_PruebaWas_Cluster_U
RIs">

<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/servlet1"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/*.jsp"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/*.jsv"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/*.jsw"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/j_security_check"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/ibm_security_logout"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/H
omePageWeb/servlet/*"/>
</UriGroup>
<Route ServerCluster="server1_PruebaWas_Cluster" UriGroup="default_host_serv
er1_PruebaWas_Cluster_URIs" VirtualHostGroup="default_host"/>
<RequestMetrics armEnabled="false" newBehavior="false" rmEnabled="false" tra
ceLevel="HOPS">
<filters enable="false" type="URI">
<filterValues enable="false" value="/servlet/snoop"/>
<filterValues enable="false" value="/webapp/examples/HitCount"/>
</filters>
<filters enable="false" type="SOURCE_IP">
<filterValues enable="false" value="255.255.255.255"/>
<filterValues enable="false" value="254.254.254.254"/>
</filters>
</RequestMetrics>
</Config>

HTTP.CONF



Alias /HomePageWeb "C:\estatico/HomePageWeb"
…………………………………
………………..
DocumentRoot "C:/estatico"
………….
………..
LoadModule was_ap20_module "C:\Archivos de programa\WebSphere\AppServer/bin/
mod_was_ap20_http.dll"
LoadModule was_ap20_module "C:\Archivos de programa\WebSphere\AppServer/bin/
mod_was_ap20_http.dll"
WebSpherePluginConfig "C:\Archivos de programa\WebSphere\AppServer/config/ce
lls/plugin-cfg.xml"


ESTATICO/INDEX.HTML

action="/HomePageWeb/servlet1"




[ Post a follow-up to this message ]



    Re: Http server 6.02 y Websphere 5.1  
Sunit Patke


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-05 11:07 PM

Is there a firewall between HTTP Server and WebSphere App Server?

Sunit

"drackcom" <drackcom.1vdex6@mail.webservertalk.com> wrote in message
news:drackcom.1vdex6@mail.webservertalk.com...
>
> i am sorry not speaking english
>
> i have websphere 5.1 nad http serever 2.047 (6.02)
>
> when I do a request http://localhost responds with the estatico content
> good to me but when in this content I make a request of this type
> action="/HomePageWeb/servlet "responds webspher to me but data of the
> process of servlet does not bring to me. But when I make a request
> http://localhost:9080/HomePageWeb/servlet responds to me well and it
> shows the dear data to me
>
>
> WEBSPHERE/CONFIG/CELL/PLUGIN
>
> ?xml version="1.0" encoding="ISO-8859-1"?>
>
> <Config ASDisableNagle="false" AcceptAllContent="false"
> IISDisableNagle="false" IgnoreDNSFailures="false" RefreshInterval="60"
> ResponseChunkSize="64">
> <Log LogLevel="Error" Name="C:\Archivos de
> programa\WebSphere\AppServer/logs/http_plugin.log"/>
> <Property Name="ESIEnable" Value="true"/>
> <Property Name="ESIMaxCacheSize" Value="1024"/>
> <Property Name="ESIInvalidationMonitor" Value="false"/>
> <VirtualHostGroup Name="default_host">
> <VirtualHost Name="*:9080"/>
> <VirtualHost Name="*:80"/>
> <VirtualHost Name="*:9443"/>
> </VirtualHostGroup>
> <ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin"
> Name="server1_PruebaWas_Cluster" PostSizeLimit="-1"
> RemoveSpecialHeaders="true" RetryInterval="60">
> <Server ConnectTimeout="0" ExtendedHandshake="false"
> MaxConnections="-1" Name="PruebaWas_server1" WaitForContinue="false">
> <Transport Hostname="localhost" Port="9080" Protocol="http"/>
> <Transport Hostname="localhost" Port="9443" Protocol="https">
> <Property Name="keyring" Value="C:\Archivos de
> programa\WebSphere\AppServer\etc\plugin-key.kdb"/>
> <Property Name="stashfile" Value="C:\Archivos de
> programa\WebSphere\AppServer\etc\plugin-key.sth"/>
> </Transport>
> </Server>
> <PrimaryServers>
> <Server Name="PruebaWas_server1"/>
> </PrimaryServers>
> </ServerCluster>
> <UriGroup Name=" default_host_server1_PruebaWas_Cluster_U
RIs">
>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/servlet1"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/*.jsp"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/*.jsv"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/*.jsw"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/j_security_check"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/ibm_security_logout"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid"
> Name="/HomePageWeb/servlet/*"/>
> </UriGroup>
> <Route ServerCluster="server1_PruebaWas_Cluster"
> UriGroup=" default_host_server1_PruebaWas_Cluster_U
RIs"
> VirtualHostGroup="default_host"/>
> <RequestMetrics armEnabled="false" newBehavior="false"
> rmEnabled="false" traceLevel="HOPS">
> <filters enable="false" type="URI">
> <filterValues enable="false" value="/servlet/snoop"/>
> <filterValues enable="false" value="/webapp/examples/HitCount"/>
> </filters>
> <filters enable="false" type="SOURCE_IP">
> <filterValues enable="false" value="255.255.255.255"/>
> <filterValues enable="false" value="254.254.254.254"/>
> </filters>
> </RequestMetrics>
> </Config>
>
> HTTP.CONF
>
>
>
> Alias /HomePageWeb "C:\estatico/HomePageWeb"
> .............
> ........
> DocumentRoot "C:/estatico"
> .....
> .....
> LoadModule was_ap20_module "C:\Archivos de
> programa\WebSphere\AppServer/bin/mod_was_ap20_http.dll"
> LoadModule was_ap20_module "C:\Archivos de
> programa\WebSphere\AppServer/bin/mod_was_ap20_http.dll"
> WebSpherePluginConfig "C:\Archivos de
> programa\WebSphere\AppServer/config/cells/plugin-cfg.xml"
>
>
> ESTATICO/INDEX.HTML
>
> action="/HomePageWeb/servlet1"
>
>
>
> --
> drackcom
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1201465.html
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:41 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register