When trying to install APLAWS+ I receive the following error:
# ccm load-bundle --interactive --name aplaws-plus-demo
user: 'servlet' could not be found
Just running ccm on its own produces the following error:
# ccm
Exception in thread "main" java.lang.NoClassDefFoundError: com/arsdigita/packaging/MasterTool
Is this part of the Aplaws+ installation or is it part of RedHat.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you installed resin/tomcat correctly? Refer back to the APLAWS Installation instructions for installing teh servlet container and recheck your setup.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was getting that same error this morning. The way I got around it was to add the jar file containing MasterTool to my CLASSPATH system variable. YMMV
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When trying to install APLAWS+ I receive the following error:
# ccm load-bundle --interactive --name aplaws-plus-demo
user: 'servlet' could not be found
Just running ccm on its own produces the following error:
# ccm
Exception in thread "main" java.lang.NoClassDefFoundError: com/arsdigita/packaging/MasterTool
Is this part of the Aplaws+ installation or is it part of RedHat.
Have you installed resin/tomcat correctly? Refer back to the APLAWS Installation instructions for installing teh servlet container and recheck your setup.
I was getting that same error this morning. The way I got around it was to add the jar file containing MasterTool to my CLASSPATH system variable. YMMV