You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Meredith Kurry <me...@yahoo.com> on 2001/04/06 02:31:29 UTC

Installation w/WebLogic - HELP

I followed the instructions on installing Struts with
WebLogic 5 on Solaris and I ran into some problems.
When I startup weblogic the example war file seems to
deploy ok.  However, when I try to run
http://machinename:7001/strutsexample it throws the
following exception below. (I also included full log) 

I have xerces in my weblogicclasspath and the
necessary syntax in weblogic.properties for the war. 
Can anyone provide assistance.  Thank you in advance.

*********************EXCEPTION*******************
Thu Apr 05 18:20:03 MDT 2001:<I>
<ServletContext-strutsexample> resolving taglib uri
'/WEB-INF/struts-bean.tld' to taglib-location
/WEB-INF/struts-bean.tld:
Thu Apr 05 18:20:04 MDT 2001:<I>
<ServletContext-strutsexample> resolving taglib uri
'/WEB-INF/struts-html.tld' to taglib-location
/WEB-INF/struts-html.tld:
Thu Apr 05 18:20:05 MDT 2001:<I>
<ServletContext-strutsexample> resolving taglib uri
'/WEB-INF/struts-logic.tld' to taglib-location
/WEB-INF/struts-logic.tld:
Thu Apr 05 18:20:06 MDT 2001:<I>
<ServletContext-strutsexample> Generated java file:
/export/home/dkurry/jakarta-struts/webapps/_tmp_war/jsp_servlet/_index.java
Thu Apr 05 18:20:09 MDT 2001:<E>
<ServletContext-strutsexample> problem defining JSP
class
java.lang.NullPointerException
	at
weblogic.servlet.jsp.OneOffJspLoader.<init>(JspStub.java:420)
	at
weblogic.servlet.jsp.JspStub.getClassLoader(JspStub.java:107)
	at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:291)
	at
weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:185)
	at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:164)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:99)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
	at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
	at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
	at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
	at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
	at weblogic.socket.MuxableSocketHTTP.execute(Compiled
Code)
	at weblogic.kernel.ExecuteThread.run(Compiled Code)

Thu Apr 05 18:20:09 MDT 2001:<E>
<ServletContext-strutsexample> Error loading servlet:
jsp_servlet._index
java.lang.NoClassDefFoundError:
org/apache/struts/taglib/html/HtmlTag
	at java.lang.ClassLoader.resolveClass0(Native Method)
	at java.lang.ClassLoader.resolveClass0(Compiled Code)
	at java.lang.ClassLoader.resolveClass(Compiled Code)
	at
weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Compiled
Code)
	at
weblogic.utils.classloaders.GenericClassLoader.loadClass(Compiled
Code)
	at
weblogic.utils.classloaders.GenericClassLoader.loadClass(Compiled
Code)
	at
weblogic.servlet.jsp.OneOffJspLoader.loadClass(JspStub.java:435)
	at java.lang.ClassLoader.loadClass(Compiled Code)
	at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:291)
	at
weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:185)
	at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:164)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:99)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
	at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
	at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
	at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
	at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
	at weblogic.socket.MuxableSocketHTTP.execute(Compiled
Code)
	at weblogic.kernel.ExecuteThread.run(Compiled Code)

Thu Apr 05 18:20:09 MDT 2001:<E>
<ServletContext-strutsexample> Servlet failed with
Exception
javax.servlet.ServletException: Servlet class:
jsp_servlet._index could not be resolved - a class
upon which this class depends wasn't found
	at java.lang.Throwable.fillInStackTrace(Native
Method)
	at java.lang.Throwable.fillInStackTrace(Compiled
Code)
	at java.lang.Throwable.<init>(Compiled Code)
	at java.lang.Exception.<init>(Compiled Code)
	at
javax.servlet.ServletException.<init>(ServletException.java:107)
	at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:305)
	at
weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:185)
	at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:164)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:99)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
	at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
	at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
	at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
	at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
	at weblogic.socket.MuxableSocketHTTP.execute(Compiled
Code)
	at weblogic.kernel.ExecuteThread.run(Compiled Code)



**************COMPLETE LOG***********************
Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer> Read
global properties
/export/home/dkurry/weblogic/weblogic.properties
Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer> No
per-server properties files found
Thu Apr 05 18:19:38 MDT 2001:<I> <Logging> FileLogger
initialized.
Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer>
************ WebLogic Server (5.1.0 04/03/2000
17:13:23 #66825) 'myserver' from directory path
/export/home/dkurry/weblogic
Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer>
************ (c) 1995, 1996, 1997, 1998 WebLogic,
Inc., (c) 1999 BEA Systems, Inc.
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.swapIntervalSecs',
current value: '10'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.ConnectionConsumer', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.enforceClientCert', current
value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.login.readTimeoutMillis', current
value: '5000'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.propertiesFile', current value:
'/export/home/dkurry/weblogic/weblogic.properties'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.bindAddr', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.servlet.reloadCheckSecs',
current value: '1'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.authRealmName', current value:
'WebLogic Server'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.SSLHandler.enable', current
value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.startupFailureIsFatal', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.http.keepAliveSecs', current
value: '60'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.servlet.classpath', current
value:
'/export/home/dkurry/weblogic/myserver/servletclasses'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.tunneling.clientPingSecs',
current value: '45'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.defaultWebApp', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.persistentStoreDir',
current value: 'session_db'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.perServerPropertiesFile',
current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.queue', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name:
'weblogic.httpd.session.invalidationIntervalSecs',
current value: '60'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.persistence', current
value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.cache.user.enable',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.rmi.dgc.callSystemGC', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.enableEvents', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.maxTransactedDurableSubscribers',
current value: '0'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.weight', current value: '100'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.connectionPoolArgs', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.disableGuest', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.persistentStorePool',
current value: ''
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.URLAclFile', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.percentSocketReaders', current
value: '33'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.zac.enable', current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jdbc.TXDataSource', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.DNSName', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.ejb.deploy', current value: ''
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.workspace.showUserKeysOnly', current
value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.enable', current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.allow', current value:
'[weblogic.allow.execute.weblogic.servlet.Certificate=system
weblogic.allow.execute.weblogic.servlet.AdminRealm=system
weblogic.allow.execute.weblogic.servlet.AdminLicense=system
weblogic.allow.execute.weblogic.servlet.AdminConnections=system
weblogic.allow.execute.weblogic.servlet.classes=everyone
weblogic.allow.execute.weblogic.servlet.AdminClients=system
weblogic.allow.execute.weblogic.servlet.AdminVersion=system
weblogic.allow.execute.weblogic.servlet.AdminMain=system
weblogic.allow.execute.weblogic.servlet.AdminThreads=system
weblogic.allow.execute.weblogic.servlet.T3AdminMain=system
weblogic.allow.read.weblogic.workspace=everyone
weblogic.allow.execute.weblogic.servlet.AdminEvents=system
weblogic.allow.write.weblogic.workspace=everyone
weblogic.allow.execute.weblogic.servlet.AdminJDBC=system
weblogic.allow.execute.weblogic.servlet=everyone
weblogic.allow.execute.weblogic.servlet.AdminProps=system
weblogic.allow.execute.weblogic.servlet.ConsoleHelp=everyone
]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.listenPort', current value:
'7001'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.allow', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.servlet.reloadOnModify', current
value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.io.fileSystem', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.startupArgs', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jdbc.enableLogFile', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cookie.domain', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.debug', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.clustering.enable', current
value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.enable', current value:
'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.shutdownArgs', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.rmi.startupClass', current value:
'[weblogic.rmi.startupClass.RMI
Registry=weblogic.rmi.internal.RegistryImpl ]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.keepAlive.enable', current
value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.jdbc.connTimeoutSecs',
current value: '120'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.name', current value:
'myserver'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.helpPageURL', current value:
'/export/home/dkurry/weblogic/myserver/public_html/docs51/adminhelp/'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.key.server', current value:
'/export/home/dkurry/weblogic/myserver/demokey.pem'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.rmi.startupArgs', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.topicSessionPool', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.logFileBufferKBytes', current
value: '8'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.home', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.documentRoot', current value:
'public_html/'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name:
'weblogic.httpd.servlet.reloadOnModifyRecursive',
current value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.errorPage', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.certificate.authority3',
current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.administrativePort', current
value: '0'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.certificate.authority2',
current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.startupClass', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.nonPrivGroup', current value:
'nobody'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.cluster.multicastTTL', current value:
'1'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.home', current value:
'/export/home/dkurry/weblogic'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.https.keepAliveSecs', current
value: '120'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jndi.transportableObjectFactories',
current value: ''
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.certificateCacheSize',
current value: '3'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.tunneling.clientTimeoutSecs',
current value: '40'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jdbc.DataSource', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.nonPrivUser', current value:
'nobody'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.zac.publishRoot', current value:
'exports'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.clientRootCA', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.cluster.defaultLoadAlgorithm', current
value: 'round-robin'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.enable', current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.administrator.phone', current value:
'(None)'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jdbc.connectionPool', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.debug', current value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jdbc.logFileName', current value:
'/export/home/dkurry/weblogic/myserver/jdbc.log'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.cluster.dnsName', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.requireAuthentication', current
value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.cluster.multicastAddress', current
value: ''
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.defaultSecureProtocol', current
value: 't3s'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.cache.auth.enable',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.executeThreadCount', current
value: '15'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cookie.comment', current
value: 'Weblogic Server Session Tracking Cookie'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.tableNamePrefix', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.connectionPool', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.shutdownClass', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.defaultServlet', current value:
'file'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.cluster.name', current value:
'mycluster'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.defaultProtocol', current
value: 't3'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.postTimeoutSecs', current value:
'30'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.group', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.cache.caseSensitive',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.certificate.server', current
value:
'/export/home/dkurry/weblogic/myserver/democert.pem'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.mimeType', current value:
'[weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc
weblogic.httpd.mimeType.application/x-java-vm=class
weblogic.httpd.mimeType.image/gif=gif
weblogic.httpd.mimeType.application/octet-stream=exe
weblogic.httpd.mimeType.text/html=html,htm
weblogic.httpd.mimeType.application/pdf=pdf
weblogic.httpd.mimeType.application/x-java-archive=jar
weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
weblogic.httpd.mimeType.image/vnd.wap.wbmp=wbmp
weblogic.httpd.mimeType.application/zip=zip
weblogic.httpd.mimeType.text/vnd.wap.wmlscript=wmls
weblogic.httpd.mimeType.text/vnd.wap.wml=wml
weblogic.httpd.mimeType.application/vnd.wap.wmlc=wmlc
weblogic.httpd.mimeType.application/x-java-serialized-object=ser
]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.webApp', current value:
'[weblogic.httpd.webApp.strutsexample=/export/home/dkurry/jakarta-struts/webapps/struts-example.war
]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.minPasswordLen', current value:
'8'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.connectionFactoryArgs', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.persistentStoreType',
current value: 'file'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cacheEntries', current
value: '1024'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.certificate.authority',
current value:
'/export/home/dkurry/weblogic/myserver/ca.pem'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.resource.MailSession', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cookie.maxAgeSecs',
current value: '-1'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.login.readTimeoutMillisSSL', current
value: '25000'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.cluster.enable', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.SSL.ciphersuites', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.indexFiles', current value:
'index.html,index.htm,index.jsp'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.password', current value:
'[weblogic.password.system=******** ]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.enableLogFile', current value:
'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.enableReverseDNSLookups',
current value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.indexDirectories', current
value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.maxLogFileSize', current value:
'1024'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.logFile', current value:
'/export/home/dkurry/weblogic/myserver/weblogic.log'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.timeoutSecs', current
value: '3600'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.logFileFormat', current value:
'common'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.perClusterPropertiesFile',
current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.key.export.lifespan', current
value: '500'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.CORBA.connectionPool', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'java.system.property', current value:
'[java.system.property.cloudscape.system.home=/export/home/dkurry/weblogic/eval/cloudscape/data
]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.logFileName', current value:
'/export/home/dkurry/weblogic/myserver/access.log'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.defaultMimeType', current value:
'text/plain'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.debug.httpd.servlet', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.connectionFactoryName', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.SSLListenPort', current value:
'7002'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.URLResource', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cookie.name', current
value: 'WebLogicSession'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.quiescent', current value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.register', current value:
'[weblogic.httpd.register.AdminProps=admin.AdminProps
weblogic.httpd.register.T3AdminMain=admin.AdminMain
weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet
weblogic.httpd.register.AdminEvents=admin.AdminEvents
weblogic.httpd.register.AdminMain=admin.AdminMain
weblogic.httpd.register.*.shtml=weblogic.servlet.ServerSideIncludeServlet
weblogic.httpd.register.snoop=examples.servlets.SnoopServlet
weblogic.httpd.register.servletimages=weblogic.servlet.internal.InternalImageServlet
weblogic.httpd.register.applet=examples.servlets.AppletServlet
weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet
weblogic.httpd.register.cookies=examples.servlets.CookieCounter
weblogic.httpd.register.survey=examples.servlets.SurveyServlet
weblogic.httpd.register.helloKona=examples.servlets.HelloKonaServlet
weblogic.httpd.register.AdminJDBC=admin.AdminJDBC
weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
weblogic.httpd.register.session=examples.servlets.SessionServlet
weblogic.httpd.register.AdminRealm=admin.AdminRealm
weblogic.httpd.register.simple=examples.servlets.SimpleServlet
weblogic.httpd.register.error=examples.servlets.ErrorServlet
weblogic.httpd.register.AdminLicense=admin.AdminLicense
weblogic.httpd.register.Certificate=utils.certificate
weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet
weblogic.httpd.register.phone=examples.servlets.PhoneServlet
weblogic.httpd.register.AdminConnections=admin.AdminConnections
weblogic.httpd.register.simpleFormServlet=examples.servlets.SimpleFormServlet
weblogic.httpd.register.AdminClients=admin.AdminClients
weblogic.httpd.register.file=weblogic.servlet.FileServlet
weblogic.httpd.register.AdminVersion=admin.AdminVersion
weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
weblogic.httpd.register.page=examples.servlets.PageEvent
weblogic.httpd.register.AdminThreads=admin.AdminThreads
]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.clientRootCA4', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.clientRootCA3', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.clientRootCA2', current
value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cookies.enable', current
value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.servlet.extensionCaseSensitive',
current value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.cache.group.enable',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.nativeIO.enable', current
value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.rmi.enableServerSideStubs', current
value: 'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.cookie.path', current
value: '/'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.session.URLRewriting.enable',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.enableSetUID', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.cache.acl.enable',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.topic', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.administrator.name', current value:
'WebLogic Administrator'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.jms.queueSessionPool', current value:
'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.ssl.enable', current value:
'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.administrator.location', current
value: '(None)'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.enableSetGID', current value:
'false'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.initArgs', current value:
'[weblogic.httpd.initArgs.ConsoleHelp=defaultFilename=/export/home/dkurry/weblogic/admin/help/NoContent.html
weblogic.httpd.initArgs.survey=resultsDir=/export/home/dkurry/weblogic/myserver
weblogic.httpd.initArgs.*.jsp=pageCheckSeconds=1,compileCommand=/usr/java1.2/bin/javac,workingDir=/export/home/dkurry/weblogic/myserver/classfiles,verbose=true
weblogic.httpd.initArgs.phone=phonelist=/export/home/dkurry/weblogic/examples/servlets/phonelist
weblogic.httpd.initArgs.file=defaultFilename=index.html
weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com
weblogic.httpd.initArgs.page=imageurl=/export/home/dkurry/weblogic/examples/images/trans.gif
]'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.administrator.email', current value:
'root'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.enableConsole', current value:
'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.security.realm.cache.perm.enable',
current value: 'true'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.system.user', current value: 'system'
Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
name: 'weblogic.httpd.charsets', current value: 'null'
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
cloudscape.system.home =
/export/home/dkurry/weblogic/eval/cloudscape/data
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
file.encoding = 646
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
file.encoding.pkg = sun.io
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
file.separator = /
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
java.awt.fonts = 
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
java.awt.printerjob = sun.awt.motif.PSPrinterJob
Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
java.class.path =
/opt/app/oracle/product/8.1.6/jdbc/lib/classes111.zip:/export/home/dkurry/weblogic/eval/cloudscape/lib/cloudscape.jar:/export/home/dkurry/weblogic:/export/home/dkurry/weblogic/lib/weblogic510sp5boot.jar:/export/home/dkurry/weblogic/classes/boot


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

RE: Installation w/WebLogic - HELP

Posted by Abraham Kang <ab...@infogain.com>.
Can you make that you are pointing to the classes directory of the web app
and struts.jar on
the WEBLOGIC_CLASSPATH.  And I would look also make sure SP8 is installed.

--Abraham

> -----Original Message-----
> From: Meredith Kurry [mailto:meredithkurry@yahoo.com]
> Sent: Thursday, April 05, 2001 5:31 PM
> To: struts-user@jakarta.apache.org
> Subject: Installation w/WebLogic - HELP
>
>
> I followed the instructions on installing Struts with
> WebLogic 5 on Solaris and I ran into some problems.
> When I startup weblogic the example war file seems to
> deploy ok.  However, when I try to run
> http://machinename:7001/strutsexample it throws the
> following exception below. (I also included full log)
>
> I have xerces in my weblogicclasspath and the
> necessary syntax in weblogic.properties for the war.
> Can anyone provide assistance.  Thank you in advance.
>
> *********************EXCEPTION*******************
> Thu Apr 05 18:20:03 MDT 2001:<I>
> <ServletContext-strutsexample> resolving taglib uri
> '/WEB-INF/struts-bean.tld' to taglib-location
> /WEB-INF/struts-bean.tld:
> Thu Apr 05 18:20:04 MDT 2001:<I>
> <ServletContext-strutsexample> resolving taglib uri
> '/WEB-INF/struts-html.tld' to taglib-location
> /WEB-INF/struts-html.tld:
> Thu Apr 05 18:20:05 MDT 2001:<I>
> <ServletContext-strutsexample> resolving taglib uri
> '/WEB-INF/struts-logic.tld' to taglib-location
> /WEB-INF/struts-logic.tld:
> Thu Apr 05 18:20:06 MDT 2001:<I>
> <ServletContext-strutsexample> Generated java file:
> /export/home/dkurry/jakarta-struts/webapps/_tmp_war/jsp_servlet/_i
> ndex.java
> Thu Apr 05 18:20:09 MDT 2001:<E>
> <ServletContext-strutsexample> problem defining JSP
> class
> java.lang.NullPointerException
> 	at
> weblogic.servlet.jsp.OneOffJspLoader.<init>(JspStub.java:420)
> 	at
> weblogic.servlet.jsp.JspStub.getClassLoader(JspStub.java:107)
> 	at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletSt
> ubImpl.java:291)
> 	at
> weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:185)
> 	at
> weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubIm
> pl.java:164)
> 	at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStu
> bImpl.java:99)
> 	at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStu
> bImpl.java:123)
> 	at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(Servlet
> ContextImpl.java:742)
> 	at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(Servlet
> ContextImpl.java:686)
> 	at
> weblogic.servlet.internal.ServletContextManager.invokeServlet(Serv
> letContextManager.java:247)
> 	at
> weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.
> java:361)
> 	at weblogic.socket.MuxableSocketHTTP.execute(Compiled
> Code)
> 	at weblogic.kernel.ExecuteThread.run(Compiled Code)
>
> Thu Apr 05 18:20:09 MDT 2001:<E>
> <ServletContext-strutsexample> Error loading servlet:
> jsp_servlet._index
> java.lang.NoClassDefFoundError:
> org/apache/struts/taglib/html/HtmlTag
> 	at java.lang.ClassLoader.resolveClass0(Native Method)
> 	at java.lang.ClassLoader.resolveClass0(Compiled Code)
> 	at java.lang.ClassLoader.resolveClass(Compiled Code)
> 	at
> weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Compiled
> Code)
> 	at
> weblogic.utils.classloaders.GenericClassLoader.loadClass(Compiled
> Code)
> 	at
> weblogic.utils.classloaders.GenericClassLoader.loadClass(Compiled
> Code)
> 	at
> weblogic.servlet.jsp.OneOffJspLoader.loadClass(JspStub.java:435)
> 	at java.lang.ClassLoader.loadClass(Compiled Code)
> 	at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletSt
> ubImpl.java:291)
> 	at
> weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:185)
> 	at
> weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubIm
> pl.java:164)
> 	at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStu
> bImpl.java:99)
> 	at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStu
> bImpl.java:123)
> 	at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(Servlet
> ContextImpl.java:742)
> 	at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(Servlet
> ContextImpl.java:686)
> 	at
> weblogic.servlet.internal.ServletContextManager.invokeServlet(Serv
> letContextManager.java:247)
> 	at
> weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.
> java:361)
> 	at weblogic.socket.MuxableSocketHTTP.execute(Compiled
> Code)
> 	at weblogic.kernel.ExecuteThread.run(Compiled Code)
>
> Thu Apr 05 18:20:09 MDT 2001:<E>
> <ServletContext-strutsexample> Servlet failed with
> Exception
> javax.servlet.ServletException: Servlet class:
> jsp_servlet._index could not be resolved - a class
> upon which this class depends wasn't found
> 	at java.lang.Throwable.fillInStackTrace(Native
> Method)
> 	at java.lang.Throwable.fillInStackTrace(Compiled
> Code)
> 	at java.lang.Throwable.<init>(Compiled Code)
> 	at java.lang.Exception.<init>(Compiled Code)
> 	at
> javax.servlet.ServletException.<init>(ServletException.java:107)
> 	at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletSt
> ubImpl.java:305)
> 	at
> weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:185)
> 	at
> weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubIm
> pl.java:164)
> 	at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStu
> bImpl.java:99)
> 	at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStu
> bImpl.java:123)
> 	at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(Servlet
> ContextImpl.java:742)
> 	at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(Servlet
> ContextImpl.java:686)
> 	at
> weblogic.servlet.internal.ServletContextManager.invokeServlet(Serv
> letContextManager.java:247)
> 	at
> weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.
> java:361)
> 	at weblogic.socket.MuxableSocketHTTP.execute(Compiled
> Code)
> 	at weblogic.kernel.ExecuteThread.run(Compiled Code)
>
>
>
> **************COMPLETE LOG***********************
> Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer> Read
> global properties
> /export/home/dkurry/weblogic/weblogic.properties
> Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer> No
> per-server properties files found
> Thu Apr 05 18:19:38 MDT 2001:<I> <Logging> FileLogger
> initialized.
> Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer>
> ************ WebLogic Server (5.1.0 04/03/2000
> 17:13:23 #66825) 'myserver' from directory path
> /export/home/dkurry/weblogic
> Thu Apr 05 18:19:38 MDT 2001:<I> <WebLogicServer>
> ************ (c) 1995, 1996, 1997, 1998 WebLogic,
> Inc., (c) 1999 BEA Systems, Inc.
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.swapIntervalSecs',
> current value: '10'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.ConnectionConsumer', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.enforceClientCert', current
> value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.login.readTimeoutMillis', current
> value: '5000'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.propertiesFile', current value:
> '/export/home/dkurry/weblogic/weblogic.properties'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.bindAddr', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.servlet.reloadCheckSecs',
> current value: '1'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.authRealmName', current value:
> 'WebLogic Server'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.SSLHandler.enable', current
> value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.startupFailureIsFatal', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.http.keepAliveSecs', current
> value: '60'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.servlet.classpath', current
> value:
> '/export/home/dkurry/weblogic/myserver/servletclasses'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.tunneling.clientPingSecs',
> current value: '45'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.defaultWebApp', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.persistentStoreDir',
> current value: 'session_db'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.perServerPropertiesFile',
> current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.queue', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name:
> 'weblogic.httpd.session.invalidationIntervalSecs',
> current value: '60'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.persistence', current
> value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.cache.user.enable',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.rmi.dgc.callSystemGC', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.enableEvents', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.maxTransactedDurableSubscribers',
> current value: '0'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.weight', current value: '100'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.connectionPoolArgs', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.disableGuest', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.persistentStorePool',
> current value: ''
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.URLAclFile', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.percentSocketReaders', current
> value: '33'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.zac.enable', current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jdbc.TXDataSource', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.DNSName', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.ejb.deploy', current value: ''
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.workspace.showUserKeysOnly', current
> value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.enable', current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.allow', current value:
> '[weblogic.allow.execute.weblogic.servlet.Certificate=system
> weblogic.allow.execute.weblogic.servlet.AdminRealm=system
> weblogic.allow.execute.weblogic.servlet.AdminLicense=system
> weblogic.allow.execute.weblogic.servlet.AdminConnections=system
> weblogic.allow.execute.weblogic.servlet.classes=everyone
> weblogic.allow.execute.weblogic.servlet.AdminClients=system
> weblogic.allow.execute.weblogic.servlet.AdminVersion=system
> weblogic.allow.execute.weblogic.servlet.AdminMain=system
> weblogic.allow.execute.weblogic.servlet.AdminThreads=system
> weblogic.allow.execute.weblogic.servlet.T3AdminMain=system
> weblogic.allow.read.weblogic.workspace=everyone
> weblogic.allow.execute.weblogic.servlet.AdminEvents=system
> weblogic.allow.write.weblogic.workspace=everyone
> weblogic.allow.execute.weblogic.servlet.AdminJDBC=system
> weblogic.allow.execute.weblogic.servlet=everyone
> weblogic.allow.execute.weblogic.servlet.AdminProps=system
> weblogic.allow.execute.weblogic.servlet.ConsoleHelp=everyone
> ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.listenPort', current value:
> '7001'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.allow', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.servlet.reloadOnModify', current
> value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.io.fileSystem', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.startupArgs', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jdbc.enableLogFile', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cookie.domain', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.debug', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.clustering.enable', current
> value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.enable', current value:
> 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.shutdownArgs', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.rmi.startupClass', current value:
> '[weblogic.rmi.startupClass.RMI
> Registry=weblogic.rmi.internal.RegistryImpl ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.keepAlive.enable', current
> value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.jdbc.connTimeoutSecs',
> current value: '120'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.name', current value:
> 'myserver'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.helpPageURL', current value:
> '/export/home/dkurry/weblogic/myserver/public_html/docs51/adminhelp/'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.key.server', current value:
> '/export/home/dkurry/weblogic/myserver/demokey.pem'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.rmi.startupArgs', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.topicSessionPool', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.logFileBufferKBytes', current
> value: '8'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.home', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.documentRoot', current value:
> 'public_html/'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name:
> 'weblogic.httpd.servlet.reloadOnModifyRecursive',
> current value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.errorPage', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.certificate.authority3',
> current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.administrativePort', current
> value: '0'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.certificate.authority2',
> current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.startupClass', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.nonPrivGroup', current value:
> 'nobody'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.cluster.multicastTTL', current value:
> '1'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.home', current value:
> '/export/home/dkurry/weblogic'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.https.keepAliveSecs', current
> value: '120'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jndi.transportableObjectFactories',
> current value: ''
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.certificateCacheSize',
> current value: '3'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.tunneling.clientTimeoutSecs',
> current value: '40'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jdbc.DataSource', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.nonPrivUser', current value:
> 'nobody'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.zac.publishRoot', current value:
> 'exports'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.clientRootCA', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.cluster.defaultLoadAlgorithm', current
> value: 'round-robin'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.enable', current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.administrator.phone', current value:
> '(None)'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jdbc.connectionPool', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.debug', current value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jdbc.logFileName', current value:
> '/export/home/dkurry/weblogic/myserver/jdbc.log'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.cluster.dnsName', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.requireAuthentication', current
> value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.cluster.multicastAddress', current
> value: ''
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.defaultSecureProtocol', current
> value: 't3s'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.cache.auth.enable',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.executeThreadCount', current
> value: '15'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cookie.comment', current
> value: 'Weblogic Server Session Tracking Cookie'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.tableNamePrefix', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.connectionPool', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.shutdownClass', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.defaultServlet', current value:
> 'file'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.cluster.name', current value:
> 'mycluster'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.defaultProtocol', current
> value: 't3'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.postTimeoutSecs', current value:
> '30'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.group', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.cache.caseSensitive',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.certificate.server', current
> value:
> '/export/home/dkurry/weblogic/myserver/democert.pem'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.mimeType', current value:
> '[weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc
> weblogic.httpd.mimeType.application/x-java-vm=class
> weblogic.httpd.mimeType.image/gif=gif
> weblogic.httpd.mimeType.application/octet-stream=exe
> weblogic.httpd.mimeType.text/html=html,htm
> weblogic.httpd.mimeType.application/pdf=pdf
> weblogic.httpd.mimeType.application/x-java-archive=jar
> weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
> weblogic.httpd.mimeType.image/vnd.wap.wbmp=wbmp
> weblogic.httpd.mimeType.application/zip=zip
> weblogic.httpd.mimeType.text/vnd.wap.wmlscript=wmls
> weblogic.httpd.mimeType.text/vnd.wap.wml=wml
> weblogic.httpd.mimeType.application/vnd.wap.wmlc=wmlc
> weblogic.httpd.mimeType.application/x-java-serialized-object=ser
> ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.webApp', current value:
> '[weblogic.httpd.webApp.strutsexample=/export/home/dkurry/jakarta-
> struts/webapps/struts-example.war
> ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.minPasswordLen', current value:
> '8'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.connectionFactoryArgs', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.persistentStoreType',
> current value: 'file'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cacheEntries', current
> value: '1024'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.certificate.authority',
> current value:
> '/export/home/dkurry/weblogic/myserver/ca.pem'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.resource.MailSession', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cookie.maxAgeSecs',
> current value: '-1'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.login.readTimeoutMillisSSL', current
> value: '25000'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.cluster.enable', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.SSL.ciphersuites', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.indexFiles', current value:
> 'index.html,index.htm,index.jsp'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.password', current value:
> '[weblogic.password.system=******** ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.enableLogFile', current value:
> 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.enableReverseDNSLookups',
> current value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.indexDirectories', current
> value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.maxLogFileSize', current value:
> '1024'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.logFile', current value:
> '/export/home/dkurry/weblogic/myserver/weblogic.log'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.timeoutSecs', current
> value: '3600'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.logFileFormat', current value:
> 'common'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.perClusterPropertiesFile',
> current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.key.export.lifespan', current
> value: '500'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.CORBA.connectionPool', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'java.system.property', current value:
> '[java.system.property.cloudscape.system.home=/export/home/dkurry/
> weblogic/eval/cloudscape/data
> ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.logFileName', current value:
> '/export/home/dkurry/weblogic/myserver/access.log'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.defaultMimeType', current value:
> 'text/plain'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.debug.httpd.servlet', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.connectionFactoryName', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.SSLListenPort', current value:
> '7002'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.URLResource', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cookie.name', current
> value: 'WebLogicSession'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.quiescent', current value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.register', current value:
> '[weblogic.httpd.register.AdminProps=admin.AdminProps
> weblogic.httpd.register.T3AdminMain=admin.AdminMain
> weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet
> weblogic.httpd.register.AdminEvents=admin.AdminEvents
> weblogic.httpd.register.AdminMain=admin.AdminMain
> weblogic.httpd.register.*.shtml=weblogic.servlet.ServerSideIncludeServlet
> weblogic.httpd.register.snoop=examples.servlets.SnoopServlet
> weblogic.httpd.register.servletimages=weblogic.servlet.internal.In
> ternalImageServlet
> weblogic.httpd.register.applet=examples.servlets.AppletServlet
> weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet
> weblogic.httpd.register.cookies=examples.servlets.CookieCounter
> weblogic.httpd.register.survey=examples.servlets.SurveyServlet
> weblogic.httpd.register.helloKona=examples.servlets.HelloKonaServlet
> weblogic.httpd.register.AdminJDBC=admin.AdminJDBC
> weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
> weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
> weblogic.httpd.register.session=examples.servlets.SessionServlet
> weblogic.httpd.register.AdminRealm=admin.AdminRealm
> weblogic.httpd.register.simple=examples.servlets.SimpleServlet
> weblogic.httpd.register.error=examples.servlets.ErrorServlet
> weblogic.httpd.register.AdminLicense=admin.AdminLicense
> weblogic.httpd.register.Certificate=utils.certificate
> weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet
> weblogic.httpd.register.phone=examples.servlets.PhoneServlet
> weblogic.httpd.register.AdminConnections=admin.AdminConnections
> weblogic.httpd.register.simpleFormServlet=examples.servlets.Simple
> FormServlet
> weblogic.httpd.register.AdminClients=admin.AdminClients
> weblogic.httpd.register.file=weblogic.servlet.FileServlet
> weblogic.httpd.register.AdminVersion=admin.AdminVersion
> weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
> weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthe
> nticationServlet
> weblogic.httpd.register.page=examples.servlets.PageEvent
> weblogic.httpd.register.AdminThreads=admin.AdminThreads
> ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.clientRootCA4', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.clientRootCA3', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.clientRootCA2', current
> value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cookies.enable', current
> value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.servlet.extensionCaseSensitive',
> current value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.cache.group.enable',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.nativeIO.enable', current
> value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.rmi.enableServerSideStubs', current
> value: 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.cookie.path', current
> value: '/'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.session.URLRewriting.enable',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.enableSetUID', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.cache.acl.enable',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.topic', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.administrator.name', current value:
> 'WebLogic Administrator'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.jms.queueSessionPool', current value:
> 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.ssl.enable', current value:
> 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.administrator.location', current
> value: '(None)'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.enableSetGID', current value:
> 'false'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.initArgs', current value:
> '[weblogic.httpd.initArgs.ConsoleHelp=defaultFilename=/export/home
> /dkurry/weblogic/admin/help/NoContent.html
> weblogic.httpd.initArgs.survey=resultsDir=/export/home/dkurry/webl
> ogic/myserver
> weblogic.httpd.initArgs.*.jsp=pageCheckSeconds=1,compileCommand=/u
sr/java1.2/bin/javac,workingDir=/export/home/dkurry/weblogic/myserver/classf
iles,verbose=true
> weblogic.httpd.initArgs.phone=phonelist=/export/home/dkurry/weblog
> ic/examples/servlets/phonelist
> weblogic.httpd.initArgs.file=defaultFilename=index.html
> weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com
> weblogic.httpd.initArgs.page=imageurl=/export/home/dkurry/weblogic
> /examples/images/trans.gif
> ]'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.administrator.email', current value:
> 'root'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.enableConsole', current value:
> 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.security.realm.cache.perm.enable',
> current value: 'true'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.system.user', current value: 'system'
> Thu Apr 05 18:19:38 MDT 2001:<I> <Config> Property
> name: 'weblogic.httpd.charsets', current value: 'null'
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> cloudscape.system.home =
> /export/home/dkurry/weblogic/eval/cloudscape/data
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> file.encoding = 646
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> file.encoding.pkg = sun.io
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> file.separator = /
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> java.awt.fonts =
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> java.awt.printerjob = sun.awt.motif.PSPrinterJob
> Thu Apr 05 18:19:38 MDT 2001:<I> <System Props>
> java.class.path =
> /opt/app/oracle/product/8.1.6/jdbc/lib/classes111.zip:/export/home
> /dkurry/weblogic/eval/cloudscape/lib/cloudscape.jar:/export/home/d
> kurry/weblogic:/export/home/dkurry/weblogic/lib/weblogic510sp5boot
> .jar:/export/home/dkurry/weblogic/classes/boot
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>