I have created virtual hosts with the J2ee SAP Administrator. I want to have environment variables at that virtual host level and not across the whole server.
My ultimate goal is to have a development and testing environment on the same server.
http://dev-url/ (root directory /sap/apps/dev)
http://tst-url/ (root directory /sap/apps/tst)
Both of these virtual hosts will be using the same naming for the JDBC Connection and other server specific variables, but when in the dev-url I want it to point to my development resources and similarly for my testing environment.
I understand that I can do this at the application level, but I need it at the host level.
With tomcat, I can create a at the root level for each virtual host. I have not been able to do this with the SAP product.
Any Suggestions?
Nathan Zentner