Part VIII Appendixes
"generatedLinks.encodeSessionId" to "true" in the application's mis.properties file. Refer to any
JSP/servlet authoring guide for more details of encodeURL().
Question 8
All of my WAP clients use cookies, but WebLogic Mobility Server still puts a session ID into
"next" links, and so on, on the first page accessed in a session, resulting in some very long links.
Can this behavior be disabled?
Solution
Yes. Set the property "generatedLinks.encodeSessionId" to "false" in your application's
WebLogic Mobility Server properties. This will stop WebLogic Mobility Server from inserting
session IDs in any content it generates.
Question 9
Where has mis.properties gone?
Solution
The WebLogic Mobility Server properties are now stored in an application-specific properties
file, configured in the web.xml deployment descriptor for your web application. The following
example tells WebLogic Mobility Server to use a file called mis.properties in the web
application's CLASSPATH (for example WEB-INF/classes).
This is the default setting.
<init-param>
<param-name>propertiesname</param-name>
<param-value>/mis.properties</param-value>
</init-param>
Question 10
I have created a WebLogic Mobility Server deployment on my content server. I am making
modifications to my mis.properties file, but the modifications are not being reflected in the
deployed application.
Solution
Ensure that it is the properties file that is referenced in the deployed application web.xml that is
being modified. See Question 10.
Question 11
When I start the Diagnostics Console, the message "Unable to connect to server. Please verify the
deployment path in the Settings Dialog" displays.
Solution
The console is not pointing to a web application that is configured to support diagnostics. Open
the settings dialog and ensure the "Deploy Path" is set to /<webappname>/Diagnostics. If, for
example, the application is in /news under the web application directory, the deploy path should
be set to "/news/Diagnostics".
206 - BEA WebLogic Mobility Server User Guide
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?