Help! Help! Help! Can I use 'handle' parameter in server.xml to do this task as below:
<Connector className="com.mycom.TCCommunicator"> <Parameter name="handler" value="com.mycom.TCCommunicatorHandle"/> <Parameter name="port" value="9090"/> </Connector> OR Is there any other way. I appreciate any help. Thank you, Sri At 05:11 PM 9/6/2002, Srinadh Karumuri wrote: >Hi, > >I used Tomcat 3 for a while but didn't work on customizing it. > >We need to disable the user input sometimes and typically we store a flag >in the session. To modify this flag we use a jsp page. >If I can communicate with tomcat from shell scripts while it is running, I >will be able to able to set it up in crontab etc. > > >Thanks for any help from you all, > >-Sri > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
