Saved Bookmarks
| 1. |
Can I Set Java System Properties Differently For Each Webapp? |
|
Answer» No. If you can edit Tomcat's startup scripts, you can ADD "-D" OPTIONS to Java. But there is no WAY to add such properties in web.xml or the webapp's CONTEXT. No. If you can edit Tomcat's startup scripts, you can add "-D" options to Java. But there is no way to add such properties in web.xml or the webapp's context. |
|