I'm having a problem in deploying the SM 9.30 webtier with the default configurations, any suppport?
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
I'm having a problem in deploying the SM 9.30 webtier with the default configurations, any suppport?
I have the SM 9.30 Web Tier working fine on my localhost Windows 7 x64 with Apache Tomcat 6, then deploy the web tier as normal in recent releases.
Then I make these war file changes and restart Apache…
What kind of problems? any specific error?
If I set true to false at secureLogin I then get HTTP Status 404 /webtier-9.30/index. In 9.21 it was so simple
If I set true to false at secureLogin I then get HTTP Status 404 /webtier-9.30/index. In 9.21 it was so simple
I have the SM 9.30 Web Tier working fine on my localhost Windows 7 x64 with Apache Tomcat 6, then deploy the web tier as normal in recent releases.
Then I make these war file changes and restart Apache Tomcat:
<param-name>serverHost</param-name>
<param-value>localhost</param-value>
<param-name>serverPort</param-name>
<param-value>13930</param-value>secureLogin
<param-name>secureLogin</param-name>
<param-value>false</param-value>
Hope this helps!
Are you using Toimcat7?
The process to install webtier for 9.30 is EXACTLY the same as it was for 9.21. (9.21 also included the secureLogin setting).
I am using Tomcat. I notice when I change web.xml securelogin to false and restart tomcat, folder webtier-9.30 is created with data and soon deleted, this is why I get HTTP Status 404 - /webtier-9.30/index.do. Any idea?
How to configure system for securelogin? This would be alternative, if I cant configure without securelogin.
Strange, setting securLogin to false does not delete anything in my system. It works fine.
I changed web.xml in Tomcat6.0\webapps\webtier-9.30\web-inf and now it is working, before I changed this in .war file and I had issues. Whic way is right or did I missunderstood instructions?
Yes, the correct pass is apache-tomcat-6.0.29\webapps\name_which_you_specified\WEB-INF.
It is working here as well.
For changing web.xml in tomcat folder is workaround. In manual it written to change in .war
Edit the web.xml file within the webtier-9.30 file to add your server connection information. The settings you define in this file determine the client preferences for all web clients. View the Service Manageronline help for a complete list and more detailed explanation of each parameter.
Changing .war file is causing to delete webtier-9.30 folder when Apache Tomcat is started
The SM 9.30 webtier is on the SM 9.30 media. You use the war file for Windows and the ear file for Unix.