Project

General

Profile

Actions

Task #6433

closed

Test Metacat on tomcat7

Added by Jing Tao about 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
02/28/2014
Due date:
% Done:

0%

Estimated time:

Description

Aaron from UW installed a Metacat instance on tomcat7 (Ubuntu 12). But a user can't log in when a Morpho connected it.

It turned out that the header sending back from tomcat 7 is:" JSESSIONID=whatever; Path=/metacat; HttpOnly" and the Morpho can't understand "HttpOnly".

We edit the context.xml in the tomcat conf directory: <Context useHttpOnly="false">

Then the log-in worked. But the morpho always freeze. If morpho connects to a metacat running under tomcat6, it is fine.

Actions #1

Updated by ben leinfelder about 10 years ago

  • Target version set to 2.5.0
Actions #2

Updated by Jing Tao about 10 years ago

Update: after Aaron downgraded its tomcat to 6, morpho 10.1 still has the frozen issue.

Actions #3

Updated by Jing Tao over 9 years ago

  • Target version changed from 2.5.0 to 2.4.2
Actions #4

Updated by Jing Tao over 9 years ago

  • Status changed from New to In Progress

We need to document the change:

in /var/lib/tomcat7/conf/context.xml, we need an attribute - useHttpOnly and set it to false for the element Context:
<Context useHttpOnly="false">

Actions #5

Updated by Jing Tao over 9 years ago

  • Status changed from In Progress to Closed
  • translation missing: en.field_remaining_hours set to 0.0

Document what need to be done in order to make morpho access metacat.

Actions

Also available in: Atom PDF