*ADMIN instance won't start
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 > *ADMIN instance won't start




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

    *ADMIN instance won't start  


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


 
06-20-06 06:28 PM

At first (since February) the *ADMIN instance started automatically.
We decided we didn't needed it that much, and via the Navigator starting
it wasn't a problem. Nowadays, if won't start anymore:
It almost immediately stops: with the primary message:
cannot resolve QASE5.
We don't have WAS5 express, we have WAS5.1 express. I browsed thru all
the config file, but wasn't able to find any declaration of QASE5...
The message states that this is caused by either a incorrect system or
data pointer. Does any body now where I can edit these values?
I've tried with different profiles, but the result is always the same.
Other instances of http will start as normal.





[ Post a follow-up to this message ]



    Re: *ADMIN instance won't start  
Sunit Patke


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


 
06-20-06 06:28 PM

Can you post your config file?

Sunit

<bigbad@xs4all.nl> wrote in message
news:418240710.1150813157719.JavaMail.wassrvr@ltsgwas009.sby.ibm.com...
> At first (since February) the *ADMIN instance started automatically.
> We decided we didn't needed it that much, and via the Navigator starting
> it wasn't a problem. Nowadays, if won't start anymore:
> It almost immediately stops: with the primary message:
> cannot resolve QASE5.
> We don't have WAS5 express, we have WAS5.1 express. I browsed thru all
> the config file, but wasn't able to find any declaration of QASE5...
> The message states that this is caused by either a incorrect system or
> data pointer. Does any body now where I can edit these values?
> I've tried with different profiles, but the result is always the same.
> Other instances of http will start as normal.







[ Post a follow-up to this message ]



    Re: *ADMIN instance won't start  


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


 
06-21-06 12:46 PM

> Can you post your config file?
>
> Sunit
>
Assuming you mean the admin-ibm.conf in proddata/httpa/admin/conf:
=== start of file ===
#---------------------------------------
# Admin HTTP server configuration
#---------------------------------------

#---------------------------------------
# General setup directives
#---------------------------------------
HotBackup Off
ThreadsPerChild 5
CgiConvMode %%EBCDIC/EBCDIC%%
HostNameLookups Off
UseCanonicalName On
KeepAlive Off
DocumentRoot /
AddLanguage en .en
LogMaint logs/error_log 5 0

#---------------------------------------
# HTTP Server administration
#---------------------------------------
RewriteEngine On
RewriteRule ^/QIBM/HTTPSVR/Admin/qzhafrnt.ndm/frontpage$ /HTTPAdmin [R]
RewriteRule ^/QIBM/HTTPSVR/Admin/qzhamain.ndm/mainpage$ /HTTPAdmin [R]
RewriteRule ^/QSYS.LIB/QTCPCGI.LIB/QTMHICFP.PGM$  /QIBM/HTTPSVR/Admin/qzhafr
nt.ndm/frontpage [R]
RewriteRule ^/QSYS.LIB/QTCPCGI.LIB/QTMHICFP.PGM/$ /QIBM/HTTPSVR/Admin/qzhafr
nt.ndm/frontpage [R]
Alias      /HTTPA/                  /QIBM/ProdData/HTTPA/admin/www/
Alias      /HTTPAU/ipp/www/         /QIBM/UserData/HTTPA/admin/www/ipp/
Alias      /HTTPAU/                 /QIBM/UserData/HTTPA/admin/www/
Alias      /QIBM/HTTPSVR/Admin/     /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/Pr
odData/HTTP/Protect/HTTPSVR/Macro/
Alias      /QIBM/HTTPSVR/           /QIBM/ProdData/HTTP/Protect/HTTPSVR/HTML
/
AliasMatch ^/reports/(.*).ndm/(.*)$ /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/Pr
odData/HTTP/Protect/HTTPSVR/Macro/$1.ndm/$2
AliasMatch ^/reports/(.*).class$    /QIBM/ProdData/HTTP/Protect/HTTPSVR/repo
rts/$1.class
Alias      /reports/java/           /QIBM/ProdData/HTTP/Protect/HTTPSVR/repo
rts/java/
Alias      /reports/                /QIBM/UserData/HTTPSVR/reports/
<Location /HTTPAdmin>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Location>
<Directory /QIBM/ProdData/HTTPA/admin/www>
order allow,deny
allow from all
</Directory>
<Directory /QIBM/UserData/HTTPA/admin/www>
order allow,deny
allow from all
</Directory>
<Directory /QIBM/ProdData/HTTP/Protect/HTTPSVR/HTML>
order allow,deny
allow from all
</Directory>
<Directory /QIBM/ProdData/HTTP/Protect/HTTPSVR/reports>
order deny,allow
deny from all
<Files .class>
order allow,deny
allow from all
</Files>
</Directory>
<Directory /QIBM/ProdData/HTTP/Protect/HTTPSVR/reports/java>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Directory>
<Directory /QIBM/UserData/HTTPSVR/reports>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Directory>
<Directory /QIBM/ProdData/HTTP/Public>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Task Page
#---------------------------------------
AliasMatch ^/$                    /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/Prod
Data/HTTP/Protect/OS400/Macro/qyunmain.ndm/main0
AliasMatch ^/AS400TASKS$          /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/Prod
Data/HTTP/Protect/OS400/Macro/qyunmain.ndm/main0
AliasMatch ^/QIBM/AS400TASK/HELP$ /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/Prod
Data/HTTP/Protect/OS400/Macro/qyunmain.ndm/help0
Alias      /QIBM/OS400/           /QIBM/ProdData/HTTP/Protect/OS400/HTML/
<Directory /QIBM/ProdData/HTTP/Protect/OS400/HTML>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Business to Business
#---------------------------------------
Alias /BtoB/ /QIBM/UserData/HTTPA/admin/webapps/BtoB/
<Location /BtoB/Connect>
AuthName "BtoB Connect"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Location>
<Directory /QIBM/UserData/HTTPA/admin/webapps/BtoB>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Business to Business 2.0
#---------------------------------------
RewriteRule ^/Connect/Custom$ /Connect/Commerce [R]
Alias /Connect/ /QIBM/UserData/HTTPA/admin/webapps/Connect/
<Location /Connect>
AuthName "Connect"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Location>
<Directory /QIBM/UserData/HTTPA/admin/webapps/Connect>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Internet Print Protocol
#---------------------------------------
<Location /IPPAdmin>
AuthName "IPP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Location>

#---------------------------------------
# Digital Certificate Manager
#---------------------------------------
Alias /QIBM/ICSS/Cert/Admin/    /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdDa
ta/HTTP/Protect/ICSS/Cert/Macro/
Alias /QIBM/ICSS/Cert/Download/ /QIBM/UserData/ICSS/Cert/Download/
Alias /QIBM/ICSS/Cert/          /QIBM/ProdData/HTTP/Protect/ICSS/Cert/HTML/
<Directory /QIBM/UserData/ICSS/Cert/Download>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
AddType application/x-x509-ca-cert cacrt
AddType application/x-x509-user-cert usrcrt
</Directory>
<Directory /QIBM/ProdData/HTTP/Protect/ICSS/Cert/HTML>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Directory>

#---------------------------------------
# WebSphere Commerce Suite
#---------------------------------------
AliasMatch ^/admin/webconfig$ /QSYS.LIB/QNETCOMM.LIB/QNEWEBCFG.PGM
AliasMatch ^/WCS/Admin$       /QSYS.LIB/QNETCOMM.LIB/QNEWEBCFG.PGM/loadmlt
Alias      /WCS/              /QSYS.LIB/QNETCOMM.LIB/
Alias      /CommerceSuite/    /QIBM/ProdData/CommerceSuite/
<Directory /QSYS.LIB/QNETCOMM.LIB>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
SetHandler cgi-script
Options +ExecCGI
CGIMultiThreaded On
#  CGIConvMode %%EBCDIC/EBCDIC%%
order allow,deny
allow from all
</Directory>
<Directory /QIBM/ProdData/CommerceSuite>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# WebSphere Payment Manager
#---------------------------------------
Alias      /QIBM/PymSvr/Admin/                /QSYS.LIB/QSYSCGI.LIB/DB2WWW.P
GM/QIBM/ProdData/HTTP/Protect/PymSvr/Macro/
AliasMatch ^/QIBM/PymSvr/AdminPers/(.*)/(.*)$ /QSYS.LIB/QSYSCGI.LIB/DB2WWW.P
GM/$1/QIBM/ProdData/HTTP/Protect/PymSvr/Macro/$2
Alias      /QIBM/PymSvr/                      /QIBM/ProdData/HTTP/Protect/Py
mSvr/HTML/
<Directory /QIBM/ProdData/HTTP/Protect/PymSvr/HTML>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Cryptographic Coprocessor
#---------------------------------------
Alias /QIBM/CCA/Admin/ /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/CCA/Ma
cro/ndm/
Alias /QIBM/CCA/       /QIBM/ProdData/CCA/
<Directory /QIBM/ProdData/CCA>
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Eclipse Help
#---------------------------------------
<Location /EclipseHelp>
AuthName "Eclipse Help Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
order allow,deny
allow from all
</Location>

#---------------------------------------
# General routing items
#---------------------------------------
# Deny most requests for any file
<Directory />
order allow,deny
deny from all
Options -Indexes -ExecCGI -includes
</Directory>

# Deny direct requests for a CGI program in QSYSCGI
<Location /QSYS.LIB/QSYSCGI.LIB>
order deny,allow
deny from all
</Location>

# Allow CGI requests in QSYSCGI if they came via an alias
<Directory /QSYS.LIB/QSYSCGI.LIB>
AuthName "HTTP Admin"
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user
SetHandler cgi-script
Options +ExecCGI
order allow,deny
allow from all
</Directory>

#---------------------------------------
# Servlet engine directives
#---------------------------------------
LoadModule jk_module /QSYS.LIB/QHTTPSVR.LIB/QZTCJK.SRVPGM
JkWorkersFile /QIBM/ProdData/HTTPA/admin/conf/workers.properties
JkLogFile /QIBM/UserData/HTTPA/admin/logs/jk.log
JkLogLevel error
JkMount /HTTPAdmin              jni
JkMount /HTTPAdmin/*            jni
JkMount /IPPAdmin               jni
JkMount /IPPAdmin/*             jni
JkMount /BtoB/Connect           jni
JkMount /BtoB/Connect/*         jni
JkMount /Connect/Commerce       jni
JkMount /Connect/Commerce/*     jni
JkMount /EclipseHelp/*          jni

#---------------------------------------
# WAS System Instance directives
#---------------------------------------
LoadModule mod_ibm_si /QSYS.LIB/QHTTPSVR.LIB/QZISI.SRVPGM
WASInstance SYSINST 5722XXX 2
WASPlugin SYSINST 5722XXX 2

#------------------------------------------------------
# The following directives should be added to
# /QIBM/UserData/HTTPA/admin/conf/admin-cust.conf
# and uncommented in order to enable SSL for ADMIN.
#------------------------------------------------------
# LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM
# Listen 2001
# Listen 2010
# SetEnv HTTPS_PORT 2010
# <VirtualHost *:2010>
#   SSLEnable
#   SSLAppName QIBM_HTTP_SERVER_ADMIN
# </VirtualHost>

#---------------------------------------
# Include customer configuration
#---------------------------------------
include /QIBM/UserData/HTTPA/admin/conf/admin-cust.conf
=== end of file ===
the custom conf file is completely commented







[ Post a follow-up to this message ]



    Re: *ADMIN instance won't start  
Sunit Patke


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


 
06-21-06 06:27 PM

Does the WAS 5.1 instance start correctly?

Sunit

<bigbad@xs4all.nl> wrote in message
news:561683129.1150883513222.JavaMail.wassrvr@ltsgwas010.sby.ibm.com... 
> Assuming you mean the admin-ibm.conf in proddata/httpa/admin/conf:
> === start of file ===
> #---------------------------------------
> # Admin HTTP server configuration
> #---------------------------------------
>
> #---------------------------------------
> # General setup directives
> #---------------------------------------
> HotBackup Off
> ThreadsPerChild 5
> CgiConvMode %%EBCDIC/EBCDIC%%
> HostNameLookups Off
> UseCanonicalName On
> KeepAlive Off
> DocumentRoot /
> AddLanguage en .en
> LogMaint logs/error_log 5 0
>
> #---------------------------------------
> # HTTP Server administration
> #---------------------------------------
> RewriteEngine On
> RewriteRule ^/QIBM/HTTPSVR/Admin/qzhafrnt.ndm/frontpage$ /HTTPAdmin [R
]
> RewriteRule ^/QIBM/HTTPSVR/Admin/qzhamain.ndm/mainpage$ /HTTPAdmin [R]
> RewriteRule ^/QSYS.LIB/QTCPCGI.LIB/QTMHICFP.PGM$
> /QIBM/HTTPSVR/Admin/qzhafrnt.ndm/frontpage [R]
> RewriteRule ^/QSYS.LIB/QTCPCGI.LIB/QTMHICFP.PGM/$
> /QIBM/HTTPSVR/Admin/qzhafrnt.ndm/frontpage [R]
> Alias      /HTTPA/                  /QIBM/ProdData/HTTPA/admin/www/
> Alias      /HTTPAU/ipp/www/         /QIBM/UserData/HTTPA/admin/www/ipp/
> Alias      /HTTPAU/                 /QIBM/UserData/HTTPA/admin/www/
> Alias      /QIBM/HTTPSVR/Admin/
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/HTTPSVR/Macro/
> Alias      /QIBM/HTTPSVR/
> /QIBM/ProdData/HTTP/Protect/HTTPSVR/HTML/
> AliasMatch ^/reports/(.*).ndm/(.*)$
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/HTTPSVR/Macro/
$1.ndm/$2
> AliasMatch ^/reports/(.*).class$
> /QIBM/ProdData/HTTP/Protect/HTTPSVR/reports/$1.class
> Alias      /reports/java/
> /QIBM/ProdData/HTTP/Protect/HTTPSVR/reports/java/
> Alias      /reports/                /QIBM/UserData/HTTPSVR/reports/
> <Location /HTTPAdmin>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Location>
> <Directory /QIBM/ProdData/HTTPA/admin/www>
>  order allow,deny
>  allow from all
> </Directory>
> <Directory /QIBM/UserData/HTTPA/admin/www>
>  order allow,deny
>  allow from all
> </Directory>
> <Directory /QIBM/ProdData/HTTP/Protect/HTTPSVR/HTML>
>  order allow,deny
>  allow from all
> </Directory>
> <Directory /QIBM/ProdData/HTTP/Protect/HTTPSVR/reports>
>  order deny,allow
>  deny from all
>  <Files .class>
>    order allow,deny
>    allow from all
>  </Files>
> </Directory>
> <Directory /QIBM/ProdData/HTTP/Protect/HTTPSVR/reports/java>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Directory>
> <Directory /QIBM/UserData/HTTPSVR/reports>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Directory>
> <Directory /QIBM/ProdData/HTTP/Public>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Task Page
> #---------------------------------------
> AliasMatch ^/$
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/OS400/Macro/qy
unmain.ndm/main0
> AliasMatch ^/AS400TASKS$
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/OS400/Macro/qy
unmain.ndm/main0
> AliasMatch ^/QIBM/AS400TASK/HELP$
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/OS400/Macro/qy
unmain.ndm/help0
> Alias      /QIBM/OS400/           /QIBM/ProdData/HTTP/Protect/OS400/HTML/
> <Directory /QIBM/ProdData/HTTP/Protect/OS400/HTML>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Business to Business
> #---------------------------------------
> Alias /BtoB/ /QIBM/UserData/HTTPA/admin/webapps/BtoB/
> <Location /BtoB/Connect>
>  AuthName "BtoB Connect"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Location>
> <Directory /QIBM/UserData/HTTPA/admin/webapps/BtoB>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Business to Business 2.0
> #---------------------------------------
> RewriteRule ^/Connect/Custom$ /Connect/Commerce [R]
> Alias /Connect/ /QIBM/UserData/HTTPA/admin/webapps/Connect/
> <Location /Connect>
>  AuthName "Connect"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Location>
> <Directory /QIBM/UserData/HTTPA/admin/webapps/Connect>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Internet Print Protocol
> #---------------------------------------
> <Location /IPPAdmin>
>  AuthName "IPP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Location>
>
> #---------------------------------------
> # Digital Certificate Manager
> #---------------------------------------
> Alias /QIBM/ICSS/Cert/Admin/
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/ICSS/Cert/Macr
o/
> Alias /QIBM/ICSS/Cert/Download/ /QIBM/UserData/ICSS/Cert/Download/
> Alias /QIBM/ICSS/Cert/
> /QIBM/ProdData/HTTP/Protect/ICSS/Cert/HTML/
> <Directory /QIBM/UserData/ICSS/Cert/Download>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
>  AddType application/x-x509-ca-cert cacrt
>  AddType application/x-x509-user-cert usrcrt
> </Directory>
> <Directory /QIBM/ProdData/HTTP/Protect/ICSS/Cert/HTML>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # WebSphere Commerce Suite
> #---------------------------------------
> AliasMatch ^/admin/webconfig$ /QSYS.LIB/QNETCOMM.LIB/QNEWEBCFG.PGM
> AliasMatch ^/WCS/Admin$       /QSYS.LIB/QNETCOMM.LIB/QNEWEBCFG.PGM/loadmlt
> Alias      /WCS/              /QSYS.LIB/QNETCOMM.LIB/
> Alias      /CommerceSuite/    /QIBM/ProdData/CommerceSuite/
> <Directory /QSYS.LIB/QNETCOMM.LIB>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  SetHandler cgi-script
>  Options +ExecCGI
>  CGIMultiThreaded On
> #  CGIConvMode %%EBCDIC/EBCDIC%%
>  order allow,deny
>  allow from all
> </Directory>
> <Directory /QIBM/ProdData/CommerceSuite>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # WebSphere Payment Manager
> #---------------------------------------
> Alias      /QIBM/PymSvr/Admin/
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/HTTP/Protect/PymSvr/Macro/
> AliasMatch ^/QIBM/PymSvr/AdminPers/(.*)/(.*)$
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/$1/QIBM/ProdData/HTTP/Protect/PymSvr/Macr
o/$2
> Alias      /QIBM/PymSvr/
> /QIBM/ProdData/HTTP/Protect/PymSvr/HTML/
> <Directory /QIBM/ProdData/HTTP/Protect/PymSvr/HTML>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Cryptographic Coprocessor
> #---------------------------------------
> Alias /QIBM/CCA/Admin/
> /QSYS.LIB/QSYSCGI.LIB/DB2WWW.PGM/QIBM/ProdData/CCA/Macro/ndm/
> Alias /QIBM/CCA/       /QIBM/ProdData/CCA/
> <Directory /QIBM/ProdData/CCA>
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Eclipse Help
> #---------------------------------------
> <Location /EclipseHelp>
>  AuthName "Eclipse Help Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  order allow,deny
>  allow from all
> </Location>
>
> #---------------------------------------
> # General routing items
> #---------------------------------------
> # Deny most requests for any file
> <Directory />
>  order allow,deny
>  deny from all
>  Options -Indexes -ExecCGI -includes
> </Directory>
>
> # Deny direct requests for a CGI program in QSYSCGI
> <Location /QSYS.LIB/QSYSCGI.LIB>
>  order deny,allow
>  deny from all
> </Location>
>
> # Allow CGI requests in QSYSCGI if they came via an alias
> <Directory /QSYS.LIB/QSYSCGI.LIB>
>  AuthName "HTTP Admin"
>  AuthType Basic
>  PasswdFile %%SYSTEM%%
>  UserID %%CLIENT%%
>  Require valid-user
>  SetHandler cgi-script
>  Options +ExecCGI
>  order allow,deny
>  allow from all
> </Directory>
>
> #---------------------------------------
> # Servlet engine directives
> #---------------------------------------
> LoadModule jk_module /QSYS.LIB/QHTTPSVR.LIB/QZTCJK.SRVPGM
> JkWorkersFile /QIBM/ProdData/HTTPA/admin/conf/workers.properties
> JkLogFile /QIBM/UserData/HTTPA/admin/logs/jk.log
> JkLogLevel error
> JkMount /HTTPAdmin              jni
> JkMount /HTTPAdmin/*            jni
> JkMount /IPPAdmin               jni
> JkMount /IPPAdmin/*             jni
> JkMount /BtoB/Connect           jni
> JkMount /BtoB/Connect/*         jni
> JkMount /Connect/Commerce       jni
> JkMount /Connect/Commerce/*     jni
> JkMount /EclipseHelp/*          jni
>
> #---------------------------------------
> # WAS System Instance directives
> #---------------------------------------
> LoadModule mod_ibm_si /QSYS.LIB/QHTTPSVR.LIB/QZISI.SRVPGM
> WASInstance SYSINST 5722XXX 2
> WASPlugin SYSINST 5722XXX 2
>
> #------------------------------------------------------
> # The following directives should be added to
> # /QIBM/UserData/HTTPA/admin/conf/admin-cust.conf
> # and uncommented in order to enable SSL for ADMIN.
> #------------------------------------------------------
> # LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM
> # Listen 2001
> # Listen 2010
> # SetEnv HTTPS_PORT 2010
> # <VirtualHost *:2010>
> #   SSLEnable
> #   SSLAppName QIBM_HTTP_SERVER_ADMIN
> # </VirtualHost>
>
> #---------------------------------------
> # Include customer configuration
> #---------------------------------------
> include /QIBM/UserData/HTTPA/admin/conf/admin-cust.conf
> === end of file ===
> the custom conf file is completely commented
>
>







[ Post a follow-up to this message ]



    Re: *ADMIN instance won't start  


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


 
06-22-06 06:36 AM

Everything else starts as it should, except the *ADMIN instance of the HTTP 
server. Because we only develop on this machine, it shutsdown everynight and
 startsup everyday. Because the WAS is one of the things that takes the long
est to start, my supervisor
made a CL that is executed at startup. I'm not sure
if this caused the problem, because al the deployment of the application are
 done bij the wsadmin script. Our machine is quite old and administering the
 WAS instance via the *ADMIN is slow and most of the time fails. My supervis
or want's to use a https co
nnection to the WAS instances and since this is "normaly" achieved via the D
CM wich is part of the *ADMIN instance, it sure would be nice to have that i
nstance just start. I think a re-install of http-server is not the most idea
l way to fix the problem...






[ Post a follow-up to this message ]



    Re: *ADMIN instance won't start  
Sunit Patke


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


 
06-22-06 12:30 PM

ADMIN instance of HTTP server should start regardless and you are right, DCM
requires this instance for administration purposes. Please open a PMR with
IBM.

Sunit

<bigbad@xs4all.nl> wrote in message
news:776722521.1150957163107.JavaMail.wassrvr@ltsgwas009.sby.ibm.com...
> Everything else starts as it should, except the *ADMIN instance of the
> HTTP server. Because we only develop on this machine, it shutsdown
> everynight and startsup everyday. Because the WAS is one of the things
> that takes the longest to start, my supervisor made a CL that is executed
> at startup. I'm not sure
> if this caused the problem, because al the deployment of the application
> are done bij the wsadmin script. Our machine is quite old and
> administering the WAS instance via the *ADMIN is slow and most of the time
> fails. My supervisor want's to use a https connection to the WAS instances
> and since this is "normaly" achieved via the DCM wich is part of the
> *ADMIN instance, it sure would be nice to have that instance just start. I
> think a re-install of http-server is not the most ideal way to fix the
> problem...







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:52 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