You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Scott Murphy <sc...@nettoaster.com> on 2000/08/18 05:24:06 UTC

Does Tomcat Support Zone .properties Files?

        Back when I was using JServ, I could create a .properties file
for the context.  It doesn't seem that tomcat uses .properties files.

I am setting up Citrix NFuse and I need the following properties set:

nfuse.properties:

Version=1.0
SessionFieldLocations=Script,Template,Url,Post,Cookie,Properties
SessionField.NFuse_ContentType=text/html
URLMapping./=/usr/local/apache/htdocs/
SessionField.NFuse_IconCache=/NFuseicons/
SessionField.NFuse_TemplatesDir=/usr/local/apache/htdocs/NFuseTemplates
SessionField.NFuse_CitrixServer=fred
SessionField.NFuse_CitrixServerPort=80
DTDDirectory=/usr/local/jserv/citrix/
Timeout=60

-------

How can I do something similar in tomcat?

Any help would be greatly appreciated!

Scott.

Re: Does Tomcat Support Zone .properties Files?

Posted by Sami Lempinen <le...@iki.fi>.
Greetings!

>>>>> "Scott" == Scott Murphy <sc...@nettoaster.com> writes:

[snip setting properties]

Scott> How can I do something similar in tomcat?

Would the initialisation parameters in the application deployment
descriptor (web.xml) for the servlet context do the job?

-Sami
-- 
lempinen@iki.fi http://www.iki.fi/lempinen/