cambio de contexto del webapps

2
CAMBIO DE CONTEXTO DEL WEBAPPS <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> <!-- SingleSignOn valve, share authentication between web applications Documentation at: /docs/config/valve.html --> <!-- <Valve className="org.apache.catalina.authenticator.SingleSignOn" /> --> <!-- PARA CAMBIAR DE UBICACION LAS APLICACIONES http://localhost:8080/contexto/Sistema2/consultaGenerica.html --> <Context path="/contexto" docBase="/D:/cs/Piura" debug=" 0" reloadable="true" trusted="false" /> <!-- FIN DEL CONTEXTO --> <!-- Access log processes all example. Documentation at: /docs/config/valve.html Note: The pattern used is equivalent to using pattern="common" --> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t &quot;%r&quot; %s %b" /> </Host>

Upload: jecri-dosantos-ocmin

Post on 30-Jan-2016

220 views

Category:

Documents


0 download

DESCRIPTION

Sistema de Cliente/Servidor Cambio de Contexto Del Webapps

TRANSCRIPT

Page 1: Cambio de Contexto Del Webapps

CAMBIO DE CONTEXTO DEL WEBAPPS

<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">

<!-- SingleSignOn valve, share authentication between web applications Documentation at: /docs/config/valve.html --> <!-- <Valve className="org.apache.catalina.authenticator.SingleSignOn" /> -->

<!-- PARA CAMBIAR DE UBICACION LAS APLICACIONES http://localhost:8080/contexto/Sistema2/consultaGenerica.html --> <Context path="/contexto"

docBase="/D:/cs/Piura"

debug=" 0"

reloadable="true"

trusted="false" />

<!-- FIN DEL CONTEXTO -->

<!-- Access log processes all example. Documentation at: /docs/config/valve.html Note: The pattern used is equivalent to using pattern="common" --> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t &quot;%r&quot; %s %b" /> </Host>

Page 2: Cambio de Contexto Del Webapps

En webapps no se encuentra Sistema2.