tomcat 4.1.31 && policy agent 2.1 Sun access manager

I have Access Manager and the agent,they are installed on two servers

I use an policy agent 2.1 for tomcat 4.1.31

I add in my application web.xml

<filter>

<filter-name>Agent</filter-name>

<display-name>Agent</display-name>

<description>SunTM ONE Identity Server Policy Agent</description>

<filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-cla ss>

</filter>

<filter-mapping>

<filter-name>Agent</filter-name>

<url-pattern>/*</url-pattern>

</filter-mapping>

I did add the librairies

When my application is loading, I get an error

Caused by: java.lang.RuntimeException: Failed to load secondary configuration: No value specified for: com.sun.identity.agents.config.location

at com.sun.identity.agents.arch.AgentConfiguration.setConfigurationFilePath(AgentC onfiguration.java:423)

at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(Ag entConfiguration.java:475)

at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentCo nfiguration.java:859)

at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfigurati on.java:1136)

I red in an other topic

http://forum.sun.com/jive/thread.jspa?threadID=97533

that I have to add

com.sun.identity.agents.config.location =

PolicyAgent-base/AgentInstance-Dir/config/AMAgent.properties

in the AMConfig.properties file.

My Agent is installed in

/PortailEntreprise/sun/agent/SUNWam/j2ee_agents/config

but I cannot find any AMConfig.properties

Can you tell me where I supposed to find this file?

Thanks for your replies

Richard

Message was edited by:

tesaa

[1876 byte] By [tesaa] at [2007-11-26 9:21:15]
# 1
Is the location of the AMConfig.property file in tomcat's setclasspath.sh script or in tomcat's classpath?
Aaron_Anderson at 2007-7-6 23:53:12 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
AMcongig.property is in the classpath in catalina.sh
tesaa at 2007-7-6 23:53:12 > top of Java-index,Web & Directory Servers,Directory Servers...