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

