Visa signatur
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan
Jag har en application hostad med tomcat.
I den mappen som jag hostat har jag en WEB-INF/lib-mapp som innehåller diverse Jar filer som jag kommer åt från JSP-filerna jag har i bas-mappen.
Jag har också en sub-mapp "update" var jag också har JSP-filer, dessa JSP har ingen möjlighet att komma åt classerna som finns i jar-filerna?
Finns det något sätt jag kan konfigurera Tomcat så att även dessa JSP-filer har tillgång till Jar filerna utan att jag behöver duplicera dem och lägga dem i ytterligare en WEB-INF mapp för submappen?
Tack
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan
Copyright © 1999–2023 Geeks AB. Allt innehåll tillhör Geeks AB.
Citering är tillåten om källan anges.