Sorry I know this is a simple question but, it's bugging me. I'm fairly new to servlet containers and the like so I'm sure I'm missing something very basic. For the last little while I've been modifying examples like
<jx:import uri="resource://org/apache/cocoon/forms/generation/jx-macros.xml"/> to an absolute address, since this resource isn't getting loaded -> e.g. changing to file://. However, I then have to change these files when I deploy the prototype app for others to see (to the correct absolute path on the other system -> a bit of a pain). On the cocoon site it says: Use resource://class-path-context/foo/bar to merge in xml content from the classpath. I initially added the path to the parent of org/apache/ etc to the classpath. This hasn't worked. I also tried adding the path to web.xml where you can add additional jars. It seems that this would be simple path to set, but, I can't think where. Any help is greatly appreciated. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
