\websvc\password to %JAVA_HOME%\bin folder and run the following from %JAVA_HOME%\bin folder:
java.exe -jar am-pwd-crypt-93.jar
Copy this encrypted password to the DB.password parameter.
**If 64 bit AM Web client:
DB.library.path=C:/Program Files (x86)/HP/Asset Manager 9.3 en/x64/aamapi93.dll
**If 32 bit AM Web client:
DB.library.path=C:/Program Files (x86)/HP/Asset Manager 9.3 en/bin/aamapi93.dll
**In 32 bit OS:
DB.library.path=C:/Program Files/HP/Asset Manager 9.3 en/bin/aamapi93.dll
arch = <32 or 64>
encrypt=false
Asset Manager Webtier :
Package.properties file :
\webtier\
Parameters to verify :
AssetManager.UserLogin= Admin
AssetManager.UserPwd= pidf5oqm+AI=
Verify the tomcat port mentioned is correct.
-
Deploy the package.properties
In the command prompt go to \deploy
For 32 bit web client:
deploy.bat ..\websvc\package.properties
deploy.bat ..\webtier\package.properties
For 64 bit web client:
deploy.bat /64 ..\websvc\package.properties
deploy.bat /64 ..\webtier\package.properties
-
Deploy the war files to the Tomcat folders.
Stop Tomcat.
Delete el-api.jar file from \webtier\AssetManager.war. It’s under
WEB-INF\lib. (ONLY if you are using Tomcat 6.x)
Copy the AssetManagerWebService.war and the Assetmanager.war to the \webapps
Copy the Copy am-constants-9x.jar and am-jni-9x.jar from websvc\lib to
\lib.
Start Tomcat.
-
http://:
/AssetManagerWebService/
-
http://:
/AssetManager/
32>