[opencms-dev] New module

Vardan Gevorgyan vgevorgy at sourcio.com
Thu Aug 3 07:26:30 CEST 2006


Christian Steinert wrote:
>> -----Ursprüngliche Nachricht-----
>> Von: The OpenCms mailing list <opencms-dev at opencms.org>
>> Gesendet: 02.08.06 16:55:01
>> An: The OpenCms mailing list <opencms-dev at opencms.org>
>> Betreff: [opencms-dev] New module
>>     
>
>
>   
>> Hello
>>
>> People how to add jar (or class ) files in new module?
>>     
>
> Exactly how all other modules do it:
> - you can put a JAR into the libs folder of your module
>
> - Alternatively you can uploaded .class files to the classes folder of your module.  (You have to have upload the classes together iwth a proper folder structure that reflects the packages of your .class files) 
> e.g. 
> if your class is com.test.whatever.MyClass
> then it has to be uploaded to /system/modules/my.own.module/classes/com/test/whatever/MyClass.class
>
>
> These
>
> c.
> ______________________________________________________________
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>   
Must I restart tomcat after putting jar or class files?
Because I have tried that what you write and it wasn't work.



More information about the opencms-dev mailing list