Hi, there!

I have an app running on my JBoss server that uses Velocity templates to
display the HTML output.  I have another project I'm working on that also
uses Velocity to generate an HTML email (the actual web output uses JSP).  

For some reason, it seems that these two are in conflict with each other. 
Depending on which one is deployed first, the other won't load Velocity. 
I've tried deploying other Velocity projects I have, and they seem to work
fine, it's just these 2 that don't like each other.

I guess my first question is, for my 2nd project (HTML email generation),
does it need to be setup as a servlet?  If I don't set it up in my web.xml,
I'm unable to load the template (ResourceNotFoundException).  If I do set it
up as a servlet, then it can load the template, but then my first project is
messed up.

Any help would be much appreciated!
-- 
View this message in context: 
http://www.nabble.com/Question-about-Velocity-deployment-tp14320310p14320310.html
Sent from the Velocity - Dev mailing list archive at Nabble.com.


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

Reply via email to