I"m writing an app that needs/uses Comet, having read the basic tomcat tutorials and various other things i need to add this to my server.xml

HTML Code:
<Connector connectionTimeout="20000" port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" redirectPort="8443"/>
in order to take advantage of the basic comet functionality. This i can do locally, but i was wondering how I would deploy this change, or its equivalent to the foundry stack?

Cheers