Hi all,

 If I developed my own class for my application in Tomcat, what should add
inside the /conf/server.xml?

 I received "Internal Server Error" when I added this dtd session inside the
server.xml

  <Resource name="bean/VerifyFactory" auth="Container" type="Verify"/>
        <ResourceParams name="bean/VerifyFactory">
            <parameter>
              <name>factory</name>
              <value>org.apache.naming.factory.Factory</value>
            </parameter>
        </ResourceParams>

 Is there any resource or reference site that teach how to set up the
parameters inside this dtd session?

 Regards,
 Johnny.


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

Reply via email to