Thanks man
Yea, mine is set up similar way BUT take a look at the below graph.
FTPRoot
|
|----Tom
| |-------
| `---CGI-BIN
| ` `----myperlscripts
| ` `----myjsppages
| ` `----myaspages
| `
| `---MyPicture
| `---XFolder
|
|
|------Dave
|
------ `---CGI-BIN
` `----myperlscripts
` `----myjsppages
` `----myaspages
`
`---MyPicture
`---XFolder
My Question is, actualy I have 2 questions,
1) How do I set up the permissions on the
and
assummin the Path ic c:\FTPRoot with inheritance permisions for Everybody FULL CONTROL starting from C: drive, so that (THIS IS THE MOST IMPORTANT NOW) my client Jurek and Bob won't be able to delete theirs
and
folders and could read write to it, and the same with CGI-BIN folder, I don't want them to be able to delete it. So whenever I have a new user, he/she will start of with that Skeleter folder permissions.
2) How do I HOOK up jsp folder in each of these 2 users with Tomcat JSP WEB-INI folder, so they can upload JSP page in their ftp home directory, and they would run from there.??
Ok ok, i know I ran to far, I know, Hope you guys/girls help me a bit with this 2 problem, I you need more info just ask.
Thanks folks
Stay tune I will come back in about 3 hours East Time now is 4:45PM
2) How do I make IIS 5 to use TOMCAT to execute JSP pages in user c:\users\Tom\... folders ?
c:\users\Dan\...
c:\users\Mark\...
I configured Tomcat's server.xml and uripropertis files with following entries in order to get to work this ex.
Didn't work though, anyway see below what I'v done in those 2 files.
------IT IS NOT EXACT RIGTH I don't have the file in front of me so what ever I could remember----------------------
conf/ ---files ---
a) server.xml
<XXXXXX PATH="" codebase="c:\users" XXXX XXXX />
b) uriproperties.xml
/*.jsp=$(XXXXX)
PS. I use win2000 serv JDK 1.4 Tomcat, IIS 5.
Everything works fine except, the JSP. EXample pages work in the following formats:
a) virt. domain format
-
-> works!
-
-> works!
- localhost:8080/examples/jsp -> works!
- localhost/examples/jsp/ -> works!
b) My GOAL is to be able to execute JSP in each Client virtual host ex.
-
-> don't work
-
-> don't work
My HotMail is tombee79@hostmail.com