Foros del Web » Programación para mayores de 30 ;) » Java »

Publicando Sitio en localhost

Estas en el tema de Publicando Sitio en localhost en el foro de Java en Foros del Web. Cordial Saludo: Necesito configurar a Tomcat para que pueda navegar así: http://localhost/Archivo.jsp http://localhost/Sitio2/index.jsp Adjunto el Archivo Server.xml (Sin Mensajes) de Tomcat Código PHP: < Server port ...
  #1 (permalink)  
Antiguo 22/03/2007, 11:36
 
Fecha de Ingreso: febrero-2007
Ubicación: Barranquilla, Colombia
Mensajes: 181
Antigüedad: 17 años, 3 meses
Puntos: 3
Publicando Sitio en localhost

Cordial Saludo:

Necesito configurar a Tomcat para que pueda navegar así:
http://localhost/Archivo.jsp
http://localhost/Sitio2/index.jsp

Adjunto el Archivo Server.xml (Sin Mensajes) de Tomcat
Código PHP:
<Server port="8005" shutdown="SHUTDOWN">


  <
Listener className="org.apache.catalina.core.AprLifecycleListener" />
  <
Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
  <
Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
  <
Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>

  <
GlobalNamingResources>

    <
Environment name="simpleValue" type="java.lang.Integer" value="30"/>

    <
Resource name="UserDatabase" auth="Container"
              
type="org.apache.catalina.UserDatabase"
       
description="User database that can be updated and saved"
           
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
          
pathname="conf/tomcat-users.xml" />

  </
GlobalNamingResources>

  <
Service name="Catalina">
        <
Connector port="8080" maxHttpHeaderSize="8192"
               
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               
enableLookups="false" redirectPort="8443" acceptCount="100"
               
connectionTimeout="20000" disableUploadTimeout="true" />

    <
Connector port="8009" 
               
enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />

    <
Engine name="Catalina" defaultHost="localhost">

      <
Realm className="org.apache.catalina.realm.UserDatabaseRealm"
             
resourceName="UserDatabase"/>

      <
Host name="localhost" appBase="webapps"
       
unpackWARs="true" autoDeploy="true"
       
xmlValidation="false" xmlNamespaceAware="false">
      </
Host>

      <
Host name="cpag.edu.co" appBase="cpag">
          <
Context path=""
               
docBase="cpag"
               
crossContext="false"
               
debug="0"
               
reloadable="true" >
          </
Context>

          <
Alias>www.cpag.edu.co</Alias>
      </
Host>
    </
Engine>
  </
Service>
</
Server
Adjunto el archivo httpd.conf (Sin Mensajes) de Apache

Código PHP:
#ServerRoot "/usr/local/httpd-2.2.4"
ServerRoot "/usr/local/apache"

#Listen 12.34.56.78:80
Listen 80

# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule php5_module modules
/libphp5.so
LoadModule jk_module modules
/mod_jk.so
LoadModule php5_module        modules
/libphp5.so
<IfModule !mpm_netware_module>

User apache
Group www
</IfModule>


ServerAdmin you@example.com
#ServerName www.example.com:80
DocumentRoot "/usr/local/apache/htdocs"

<Directory />
 
Options FollowSymLinks
 AllowOverride None
</Directory>
<
Directory "/usr/local/apache/htdocs">

    
Options Indexes FollowSymLinks

    AllowOverride None

    Order allow
,deny
    Allow from all

</Directory>
<
IfModule dir_module>
    
DirectoryIndex index.php index.html index.htm index.html.var
</
IfModule>
<
FilesMatch "^\.ht">
    
Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>
ErrorLog logs/error_log

LogLevel warn

<IfModule log_config_module>
    
#
    
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat 
"%h %l %u %t \"%r\" %>s %b" common

    
<IfModule logio_module>
      
# You need to enable mod_logio.c to use %I and %O
      
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    
</IfModule>
    
CustomLog logs/access_log common
</IfModule>

<
IfModule alias_module>
    
ScriptAlias /cgi-bin"/usr/local/apache/cgi-bin/"

</IfModule>

<
IfModule cgid_module>
</
IfModule>
<
Directory "/usr/local/apache/cgi-bin">
    
AllowOverride None
    Options None
    Order allow
,deny
    Allow from all
</Directory>
DefaultType text/plain

<IfModule mime_module>
    
TypesConfig conf/mime.types
    AddType application
/x-compress .Z
    AddType application
/x-gzip .gz .tgz
    AddType application
/x-httpd-php .php .phtml
    AddType application
/x-httpd-php-source .phps
</IfModule>

<
IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

JkWorkersFile "conf/workers.properties"
JkLogFile "logs/mod_jk.log"
JkLogLevel warn

JkMount 
/jsp-examples default
JkMount /jsp-examples/* default


#<VirtualHost *>
#    DocumentRoot /usr/local/tomcat/cpag
#    ServerName cpag.edu.co
#    ServerAlias www.cpag.edu.co
#</VirtualHost>




/**/ 
Agradeciendo de antemano su información
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 06:32.