You can create directories using the java.io package. Unless you're going to
store a lot of per company info like images and such, using the getPathInfo
is the better solution. Even if you want to store per company data, you can
store all such files in one directory with ids stored in a database.
thanks Edmond, ill google for getPathInfo(). Can the directory for each
company be created on the fly?
Kace
--
View this message in context:
http://www.nabble.com/creating-user-url...-tf3417316.html#a9528021
Sent from the Tomcat - User mailing list archive at Nabble.com.
I have never implemented such a solution but I know a lot of sites have
similar setup. There are two ways you could do it, one would be to create a
directory for each company and then drop an index.jsp file in there . A
second and perhaps better solution would be to get the path info of the
reques