Bug 959871 - postinstall.tomcat.bat
Summary: postinstall.tomcat.bat
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Web Server 2
Classification: JBoss
Component: tomcat6, tomcat7
Version: 2.0.1
Hardware: All
OS: Windows
high
high
Target Milestone: ---
: 2.0.1
Assignee: Weinan Li
QA Contact: Libor Fuka
URL:
Whiteboard:
Depends On:
Blocks: 956987 956990
TreeView+ depends on / blocked
 
Reported: 2013-05-06 07:21 UTC by Libor Fuka
Modified: 2014-08-08 04:24 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-03 12:58:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Libor Fuka 2013-05-06 07:21:19 UTC
Description of problem:
There is typo bug in postinstall.tomcat.bat for EWS 2.0.1
mklink commons-daemon.jar ..\..\java\commons-daemon-1.0.10.jar
the new name of file is: commons-daemon-1.0.15-redhat-1.jar

Mladen, please double check postinstall bats for Windows and Solaris.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Libor Fuka 2013-05-06 07:42:25 UTC
The same problem in all Solaris .postinstall.tomcat:
createsymlink ../../java/commons-daemon-1.0.10.jar commons-daemon.jar

Comment 2 Mladen Turk 2013-05-06 08:30:53 UTC
Yes. Seems I forgot to update new commons daemon version.
However beside that we changed the source jar name so now its

createsymlink ../../java/commons-daemon-1.0.15-redhat-1.jar commons-daemon.jar

Updated in the git. I'll rebuild tomcat6, tomcat7, jboss-ews-application-servers
and jboss-ews packages.

Comment 4 Weinan Li 2013-05-07 04:16:57 UTC
This fix will be put in ER2.

Comment 5 Radim Hatlapatka 2013-05-22 09:34:59 UTC
Verified to be fixed in EWS 2.0.1-ER2


Note You need to log in before you can comment on or make changes to this bug.