Our‘s application deploy a server,
and the server's ip is 10.10.10.10 port: 50000
we mount this ip and port to the url: http://aa.bb.cc/dd
and our's application context's name is:  app

now , when we deploy the application on the tomcat
when ever use http://10.10.10.10:5000/app  or use  http://aa.bb.cc/dd/app
it's all fine。
and we deploy the application on the netweaver,
we use the http://10.10.10.10:5000/app the application works too.
but when we use http://aa.bb.cc/dd/app on netweaver,
problem is occur, the session can't delivery,
i use findbugs and find, every action, the server all set a jessionid
cookie,so every action ,the session is new created,
how can i resolve the problem?
excuse my poor english~
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAP_BASIS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/SAP_BASIS?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to