Issue Details (XML | Word | Printable)

Key: CARGO-638
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Savas Ali Tokmen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cargo

JONAS_BASE not taken into account

Created: 17/Dec/08 07:35 AM   Updated: 17/Dec/08 08:34 AM
Component/s: JOnAs
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: cargo-beta-2

Doesn't happen in cargo-beta-1

Complexity: Intermediate


 Description  « Hide
In the following configuration:

<configuration>
<wait>false</wait>
<container>
<containerId>jonas4x</containerId>
<home>${basedir}/target/jonas/root/${jonas.root.dir}</home>
<type>installed</type>
<output>${basedir}/target/jonas/secu.log</output>
</container>
<configuration>
<type>existing</type>
<home>${basedir}/target/jonas/secujonasbase/jonasbase</home>
<properties>
<cargo.servlet.port>9051</cargo.servlet.port>
<cargo.logging>high</cargo.logging>
<cargo.jonas.server.name>jmacairsecu</cargo.jonas.server.name>
<cargo.jonas.domain.name>jonas</cargo.jonas.domain.name>
</properties>
</configuration>
</configuration>

The configuration.configuration.home parameter is ignored



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savas Ali Tokmen added a comment - 17/Dec/08 08:34 AM
Happens because the classpath had JONAS_ROOT/conf instead of JONAS_BASE/conf

Fixed SVN rev. 1851 (JOnAS 4)
Fixed SVN rev. 1852 (JOnAS 5)