Jump to content

[Solved] I have uploaded my servlet war file, could you please activate it ?


nm67

Recommended Posts

  • Replies 36
  • Created
  • Last Reply

Top Posters In This Topic

Thanks, now I see it running.

 

But it's not running properly : in the "server.xml" file, the following line needs to be added :

 

  <Context path="" docBase="GATE_Web" debug="0" reloadable="true">

 

Please see attached image below for details :

 


 

Link to comment
Share on other sites

OK, just reloaded a new .war file. Please reload. It should run, but still have the original problem, cookie session issue.

 

I know why, I can't include that change in my .war file, it needs to be done like this :

 

 

In /.../tomcat/conf/context.xml, change "<Context>" to :

 

<Context sessionCookiePath="/">
...
</Context>

 

Thanks.

 

Frank

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...