[ http://jira.codehaus.org/browse/MRM-209?page=all ]

Joakim Erdfelt updated MRM-209:
-------------------------------

    Description: 
The plexush.sh that's generated in the archiva-plexus-runtime model does not 
include tools.jar to the classpath of the JVM that is started. This causes 
error messages when first accessing the web application about being unable to 
compile JSPs.

The last line of plexus.sh currently looks like this:

{code}
exec "$JAVACMD" \
  $PLEXUS_OPTS \
  -classpath "${PLEXUS_HOME}"/core/boot/classworlds-*.jar \
{code}
....

but should have $TOOLS_JAR included in the -classpath argument's parameter.

  was:
The plexush.sh that's generated in the archiva-plexus-runtime model does not 
include tools.jar to the classpath of the JVM that is started. This causes 
error messages when first accessing the web application about being unable to 
compile JSPs.

The last line of plexus.sh currently looks like this:

exec "$JAVACMD" \
  $PLEXUS_OPTS \
  -classpath "${PLEXUS_HOME}"/core/boot/classworlds-*.jar \
....

but should have $TOOLS_JAR included in the -classpath argument's parameter.


> plexus.sh must include tools.jar on the classpath
> -------------------------------------------------
>
>                 Key: MRM-209
>                 URL: http://jira.codehaus.org/browse/MRM-209
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>            Reporter: Dirk Olmes
>
> The plexush.sh that's generated in the archiva-plexus-runtime model does not 
> include tools.jar to the classpath of the JVM that is started. This causes 
> error messages when first accessing the web application about being unable to 
> compile JSPs.
> The last line of plexus.sh currently looks like this:
> {code}
> exec "$JAVACMD" \
>   $PLEXUS_OPTS \
>   -classpath "${PLEXUS_HOME}"/core/boot/classworlds-*.jar \
> {code}
> ....
> but should have $TOOLS_JAR included in the -classpath argument's parameter.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to