I've undeployed my webapp that I deployed previously as:
Context: "/cats"
Source dir: "D:\dirs\cats\"
When I restart tomcat, and every time I try to access a page, it causes an error that gets logged in catalina.log. The error looks like:
SEVERE: Error deploying configuration descriptor cats#.xml
at <30 lines of stack trace I don't have with me>
The word pirahna, is all I can think of that rhymes with marijuana
Marijuana MUST be legalized.
Name:
Anonymous2013-08-31 13:29
Why does that guy have the Mozilla logo on his uniform?
Name:
Anonymous2013-08-31 14:13
right up against my face
Name:
Anonymous2013-08-31 14:59
I'm now wanting to write larger programs, with more moving parts - acquiring data from a variety of different sources, cleaning it, processing it in various ways, displaying it in user interfaces, persisting it, communicating over networks, etc. How could one best structure such code to be legible, maintainable, and adaptable to changing requirements?