Re: tomcat webapps help

2005-10-26 Thread John Laughton
I had a similar issue, where I wanted to expose a bunch of jpeg files (use thumbails in the normal jsp pages, but hyperlink'd to the full size image - which I did not want to put into the war file) I basically created another web app I created the file .../tomcat/conf/Catalina/localhost/imageD

Re: tomcat webapps help

2005-10-26 Thread Anoop kumar V
Well - you can start off by adding a context in your server.xml file. It will be under the /conf folder You have not mentioned the version of tomcat you are using - or else peope could have given you more precise answers... -Anoop On 10/26/05, Raviteja Veerla <[EMAIL PROTECTED]> wrote: > > Hi, >

tomcat webapps help

2005-10-26 Thread Raviteja Veerla
Hi, I know that to create the root of a web application, we just have to make a directory in the webapps folder of tomcat and then copy the files in to that directory. but my situation is different, i have these folders which are to be exposed as web applications else where and i need to somehow po