Tomcat 6 Deploy to subdirectory

2008-03-19 Thread Kelly.Graus
Hello, I am having problems trying to deploy a web app to Tomcat 6. I initially developed the app with the name LessonDownloader using Eclipse. I can export the app as a war file (LessonDownloader.war) and deploy it using the Tomcat Manager App. This works fine, and going to www.mysite.com/Les

Simple File Server

2008-03-17 Thread Kelly.Graus
Hello, I am trying to write a simple file server web app. Basically, an administrator can log in and upload files, and a user can log in and download files that the administrator has given him access to. I know how to do the file uploading and downloading, what I really need to know is where to