hi,
i am currently developing website for a Client 'simliv'
We have developed some good 3/4 working pages and the client want to host this website on the internet.So the Client has decided to use its existing
IDC (Internet Data Center).
PROBLEM: But the Client's IDC allows the client to access only webapps folder under
tomcat. ie any damn file for the website can be placed under
webapps in folder simliv.The Client cannot access any folder like logs,bin etc.
Now while inhouse development we have used a External Resource in Web.xml using <resource-ref> tag and the actual parameters for the resource is in Server.xml under <context> in
<Resource /> <ResourceParams > tags.
My Questions:
1>Is it possible to run a website in tomcat without adding <Context> element parameter (ie without configuring Context in Server.xml) in Server.xml
2>Can i shift the external resource(type javax.sql.DataSource) defined in Server.xml to Web.xml.
3>Can i prevent the information to be written under folder 'logs' in the file localhost or catalina.out for my website.
All this becoz IDC doesnot allow Client to access any folder other than Webapps and particularly 'simliv' under webapps.
please reply
thanks