iam having a strange issue with tomcat5.0.28 running on suse linux 9.1 and  
working behinde Apache using mod_jk:

this is my server.xml:
=====================
<?xml version='1.0' encoding='utf-8'?>

<Server debug="9">
  <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
            debug="0"/>
  <Listener 
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
            debug="0"/>

  <GlobalNamingResources>
  </GlobalNamingResources>
        <Service name="DOApache">
                <Connector       acceptCount="100"
                                 connectionTimeout="20000"
                                 disableUploadTimeout="true"
                                 port="8080"
                                 redirectPort="8443">
                </Connector>
                <Connector      acceptCount="60000"
                                connectionLinger="0"
                                connectionTimeout="0"
                                connectionUploadTimeout="0"
                                enableLookups="true"
                                maxProcessors="75"
                                port="8009"
                                protocol="AJP/1.3"
                                
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"
                                redirectPort="8443"
                                tcpNoDelay="false">
                </Connector>
                <Engine debug="9" defaultHost="do-web.de" name="DOApache">
                        <Host appBase="/srv/www/tomcat/base/work/DOApache" 
debug="9" name="do-web.de">
                                <Valve   
className="org.apache.catalina.valves.AccessLogValve"
                                         fileDateFormat="yyyy-MM-dd"
                                         pattern="%h %l %u %t &quot;%r&quot; %s 
%b &quot;%{Referer}i&quot; &quot;%{User-Agent}i&quot;"
                                         prefix="do_access."
                                         suffix=".log"/>
                        </Host>
                        <Logger 
className="org.apache.catalina.logger.FileLogger"
                                 prefix="dom_fileloger." timestamp="true"/>
                        <Realm 
className="org.apache.catalina.realm.MemoryRealm"/>
                        <Valve   
className="org.apache.catalina.valves.AccessLogValve"
                                 fileDateFormat="yyyy-MM-dd"
                                 pattern="%h %l %u %t &quot;%r&quot; %s %b 
&quot;%{Referer}i&quot; &quot;%{User-Agent}i&quot;"
                                 prefix="do_accesslogV."
                                 suffix=".log"/>
                </Engine>
        </Service>
</Server>
===============================

my problem is that when accessing the admin application loging in works fine 
creating services too only when i try to see the the contenant of a service  i 
gets an error message :
---------------------------------------------------------------------------------------------
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception

javax.servlet.ServletException: Define tag cannot set a null value
        
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)
        
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:800)

-------------------------------------------------------------------------------------------------------------
i dont really know what could be causing this anyone of you guys can give me a 
help with it ??
my second issue is that after calling  the manager application http:// 
myhost/manager
i get the contenant of the directory manager listed by tomcat  and "manager" 
the application is not responding at al or not running  i ll be glad if you 
guys can help me to fix this stuff

Greetings From Cologne!

Yassine
__________________________________________________
Verpassen Sie keine eBay-Auktion und bieten Sie bequem
und schnell über das Telefon mit http://www.telefonbieten.de

Ihre eMails auf dem Handy lesen - ohne Zeitverlust - 24h/Tag
eMail, FAX, SMS, VoiceMail mit http://www.directbox.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to