Hi Bhavya,

> i have aproblem i want to place all my onw java code(custom generator) in
> webapp dir , how can i do that ?

I would see this problem solved, too.
For simple bean classes e.g. "mypackage.MyBean.java" you may put them in
your own webapp directory below the directory "mypackage". They get
automagically compiled and reloaded. BTW, if you use Eclipse just put a
symbolic link to "src/mypackage".
For generators and friends they must be manually compiled and put below
build/webapp/WEB-INF/classes/mypackage. And then you have to restart
Cocoon. Not nice.

Anyone out there to help us with this issue?

Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to