RE: URLConnection

2000-08-01 Thread Clint Scott
Be aware that the URLConnection exhibits some strange behavior. If the webserver returns any exception code other than OK (200), the URLConnection will throw an IOException FileNotFound instead of a meaningful Http Exception. clint

very basic question

2000-06-14 Thread Clint Scott
I have a most basic problem that I can't seem to get beyond. I've read the FAQ, mailing list archives, and all docs. I have a new application I want to deploy (app1). It has only static html in it. I've created the application dir structure as noted in the "how to create an application" I've