Hi,
You have not modified the "admin" webapp at all?
This is a struts based application. If you click on
that "Service (Catalina)" node, the mapping should be
something like:
admin/treeControlTest.do?tree=Catalina?type:Service,serviceName=Catalina
The <define> tag is defined at struts-bean.tld as
such:
<tagclass>org.apache.struts.taglib.bean.DefineTag</tagclass>
So figure out which jsp uses this tag and why it is
null.
aka_sergio
--- Robert Hunt <[EMAIL PROTECTED]> wrote:
> <!-- Jakarta-Tomcat DEVELOPMENT Server Configuration
> File -->
> <Server port="21043" shutdown="shutdown" debug="3">
>
> <Listener
>
className="org.apache.catalina.mbeans.ServerLifecycleListener"
>
> debug="0"/>
> <Listener
>
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
>
> debug="0"/>
>
> <Service name="Catalina">
>
> <Connector port="20041"
> maxThreads="50"
> minSpareThreads="5"
> maxSpareThreads="20"
> enableLookups="false"
> redirectPort="20051"
> acceptCount="10"
> debug="9"
> connectionTimeout="30000"
> disableUploadTimeout="true"
> />
>
> <Engine name="Catalina" defaultHost="localhost"
> debug="0">
>
> <Valve
>
className="org.apache.catalina.valves.RequestDumperValve"/>
>
> <Logger
> className="org.apache.catalina.logger.FileLogger"
> verbosity="3"
> directory="logs"
> prefix="engine."
> suffix=".log"
> timestamp="true"
> />
>
>
> <!-- Default virtual host -->
> <Host name="localhost"
> debug="9"
> appBase="\localhost\default"
> unpackWARs="false"
> autoDeploy="false"
> deployOnStartup="false"
> workDir="work/localhost"
> xmlValidation="false"
> xmlNamespaceAware="false"
> >
>
> <Logger
> className="org.apache.catalina.logger.FileLogger"
> verbosity="4"
> directory="logs/localhost"
> prefix="filelog."
> suffix=".log"
> timestamp="true"/>
>
> <Valve
>
className="org.apache.catalina.valves.AccessLogValve"
> directory="logs/localhost"
> prefix="accesslog."
> suffix=".log"
> resolveHosts="false"
> pattern="%t|%a|%S|%s|%B|%r|"/>
>
> <Context path=""
> docBase="\localhost\default"
> reloadable="true"
> debug="true"
> swallowOutput="false"
> workDir="work/default"
> />
>
> <Context path="/Admin"
>
> docBase="\tomcat\5.0.28\server\webapps\admin"
> debug="99"
> privileged="true"
> >
> <Realm
> className="...realm.MyDBAuthRealm"/>
> </Context>
>
> </Host><!-- localhost -->
> </Engine>
> </Service>
> </Server>
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]