Creating a new server handler?

I am working on creating a new server handler which would startup the
embedded version of tomcat (5.5).  I need a little more of a
sophisticated servlet/jsp container that what jigsaw offers through the
normal stuff.  Plus, I figured it could be added back into the Jigsaw
source to be used by other people.

 

Anyways, here is my question.  I created a class called TomcatDaemon
which extends the following interfaces: ServerHandler,
PropertyMonitoring, Status.  I am able to start tomcat and get it to
serve up content with no problem.  My issue is that when I open the
admin GUI, I get a nice big dialog box proclaiming "Unknown Resource"
with a bunch of squares after it.  After clicking "o.k." the GUI does
show up but there is nothing in it.  So I can't configure my other
regular jigsaw servers the way I want.  How can I get the GUI to either
ignore the tomcat daemon instance or show it and just have nothing for
the admin to configure?

 

Thank you in advance for the help,

Brian

************************************************************************
This e-mail and any accompanying documents or files contain information that is the 
property of HAVI Global Solutions, that is intended solely for those to whom this e-mail is addressed 
(i.e., those identified in the "To" and "Cc" boxes), and that is confidential, proprietary, 
and/or privileged.  If you are not an intended recipient of this e-mail, you are hereby 
notified that any viewing, use, disclosure, forwarding, copying, or distribution of any of 
this information is strictly prohibited and may be subject to legal sanctions.  If you have 
received this e-mail in error, please notify the sender immediately of any unintended 
recipients, and delete the e-mail, all attachments, and all copies of both from your system.

While we have taken reasonable precautions to ensure that any attachments to this e-mail 
have been swept for viruses, we cannot accept liability for any damage sustained as a 
result of software viruses.
************************************************************************

Received on Wednesday, 8 February 2006 08:55:01 UTC