I'm using Environment vars in my server.xml like this
 
<Context path="/fapteste" docBase="fapteste" reloadable="true" debug="0" 
privileged="true">
    <Environment name="ctxName" type="java.lang.String" value="fapteste"/>
</Context>

but in JBuilder the config it creates to run Tomcat doesn't have any server.xml, only 
web.xml... and I tried setting an <env-entry> there but it didn't work... I was unable 
to fetch it with InitialContext.lookup() method...
 
can someone explain me this...
 
thanks
 
.:| Christian J. Dechery
.:| FINEP - Depto. de Sistemas
.:| [EMAIL PROTECTED]
.:| (21) 2555-0332

Reply via email to