Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0017075 | Openbravo ERP | A. Platform | public | 2011-05-09 15:20 | 2011-08-11 15:18 | |||||||
Reporter | gbisheimer | |||||||||||
Assigned To | alostale | |||||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 10 | OS Version | Versión 6.1.7600 | ||||||||
Product Version | 3.0RC6.1 | |||||||||||
Target Version | 3.0MP2 | Fixed in Version | 3.0MP2 | |||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Openbravo 3.0 | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0017075: Install from sources fails when using Tomcat 7 onwards | |||||||||||
Description | The Manager application has been re-structured for Tomcat 7 onwards and some of URLs have changed. All URLs used to access the Manager application should now start with one of the following options: /manager/html for the HTML GUI /manager/text for the text interface /manager/jmxproxy for the JMX proxy /manager/status for the status pages Changing line 87 in Openbravo.properties file from: tomcat.manager.url=http://localhost:8080/manager [^] to tomcat.manager.url=http://localhost:8080/manager/text [^] raises a new problems because of the new forward-slash in the URL (for isntance \src-util\diagnostic\src\org\openbravo\utils\ServerConnection.java : line 36 ). | |||||||||||
Steps To Reproduce | Install Openbravo ERP from sources using tomcat version 7 | |||||||||||
Proposed Solution | Change line 87 in Openbravo.properties file from: tomcat.manager.url=http://localhost:8080/manager [^] to tomcat.manager.url=http://localhost:8080/manager/text [^] Update code in ServerConnection.java on line 36 (and other similar files that modifies tomcat manager URL) to a smarter way to parse the URL in order to recognize the format: http://[server]:[port]/[manager-url] [^] where [manager-url] may contain anything | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2011-05-09 15:20 | gbisheimer | New Issue | ||||||||||
2011-05-09 15:20 | gbisheimer | Assigned To | => alostale | |||||||||
2011-05-09 15:20 | gbisheimer | Modules | => Openbravo 3.0 | |||||||||
2011-05-09 22:21 | gbisheimer | Note Added: 0036589 | ||||||||||
2011-05-16 10:03 | alostale | Relationship added | duplicate of 0017080 | |||||||||
2011-05-16 10:04 | alostale | Status | new => scheduled | |||||||||
2011-05-16 10:04 | alostale | fix_in_branch | => pi | |||||||||
2011-05-16 10:04 | alostale | OBNetwork customer | => No | |||||||||
2011-05-16 10:04 | alostale | Target Version | => 3.0MP0 | |||||||||
2011-05-16 10:04 | alostale | fix_in_branch | pi => | |||||||||
2011-06-02 10:53 | dmitry_mezentsev | Target Version | 3.0MP0 => 3.0MP1 | |||||||||
2011-06-22 19:57 | dmitry_mezentsev | Target Version | 3.0MP1 => 3.0MP2 | |||||||||
2011-07-12 14:30 | alostale | Relationship replaced | related to 0017080 | |||||||||
2011-07-26 13:11 | alostale | Note Added: 0039371 | ||||||||||
2011-07-26 13:14 | hgbot | Checkin | ||||||||||
2011-07-26 13:14 | hgbot | Note Added: 0039373 | ||||||||||
2011-07-26 13:14 | hgbot | Status | scheduled => resolved | |||||||||
2011-07-26 13:14 | hgbot | Resolution | open => fixed | |||||||||
2011-07-26 13:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fad122168625621e9acc7faa970e0db0a5740a7f [^] | |||||||||
2011-08-01 14:21 | hudsonbot | Checkin | ||||||||||
2011-08-01 14:21 | hudsonbot | Note Added: 0039681 | ||||||||||
2011-08-11 15:18 | jonalegriaesarte | Note Added: 0040129 | ||||||||||
2011-08-11 15:18 | jonalegriaesarte | Status | resolved => closed | |||||||||
2011-08-11 15:18 | jonalegriaesarte | Fixed in Version | => 3.0MP2 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|