> The plugin will scan the entire classpath, but that's not to large of an > issue and pretty fast (considering). The issue is when it starts loading > classes into the perm space to determine if the class is in fact an Action > or not. This is the part where your perm space can become full and then you > start getting strange errors. >
It is not only about memory, but also dependencies. If you place the JSPs on the root, and make the plugin scan the classpath you will likely get a bunch of ClassNotFoundException(s) musachy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]