Hello Krishnakumar,
Thanks for replying back..
I need more help regarding the same.
I am using Cocoon with Tomcat and integrated with
JBoss. I think the same concept should be applied here also as you have done it
for JBoss-Jetty.
May be I need more clarification regarding ur
mail.
I have one application running at server side with
following contents:-
ear file:- npi.ear(containing application.xml,
npi.jar(for EJB), npi.war(containing Cocoon servlet and XSP,XSL, images,js,css
etc)
content of application.xml is
<?xml version="1.0" encoding="ISO-8859-1"?> <application> <display-name>My application</display-name> <module> <web> <web-uri>npi.war</web-uri> <context-root>/npi</context-root> </web> </module> <module> <ejb>npi.jar</ejb> </module> </application> You are talking about making another war file that contain servlet to manage images. I am using only Cocoon servlet for whole application and I am generating images using this servlet only. So How can I configure new war file? what should it contain? and It manages the new generated images. Can you send me an example for configuring this with ear /war and application.xml? Thanks, waiting for ur reply.. Niket
|
- [JBoss-user] Deploying images dynamically Niket Anand
- Re: [JBoss-user] Deploying images dynamically Peter Fagerlund
- RE: [JBoss-user] Deploying images dynamically Krishnakumar N
- Re: [JBoss-user] Deploying images dynamically Niket Anand
- Re: [JBoss-user] Deploying images dynamically Niket Anand
- RE: [JBoss-user] Deploying images dynamically Krishnakumar N