Documentation Clarification on the use of *.aar and *.mar files
---------------------------------------------------------------
Key: AXIS2-2729
URL: https://issues.apache.org/jira/browse/AXIS2-2729
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: documentation
Environment: Online Documentation
Reporter: Nathan Hook
Priority: Minor
I don't think this is mentioned anywhere in the documentation, but from what
I've read it SEEMS as though the *.aar and
*.mar files are required for deploying services and modules.
However, the *.aar and *.mar files are not required. (As I'm sure many people
know but, isn't mentioned in the online documentation very well.)
A directory structure can be used in place of using either the *.aar or
*.mar files. Here is an example.
WEB-INF
services
<service name>
META-INF
service.xml
<package structure - optional read below>
<the actual class files DO NOT need to be present here if they are
somewhere>
<else in your classpath.>
moduels
<module name>
META-INF
module.xml
<package structure - optional read below>
<the actual class files DO NOT need to be present here if they are
somewhere>
<else in your classpath.>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]