I am having a problem getting System.getProperty to work right in a
JSP in the Oracle Application Server 10g. I have a JSP in a web app that needs to display the System.getProperty("user.name") value. I am logged in to the WIN2K SP4 box as testuser but I get "System" as the value from the getProperty call. I must be reading application level properties and not System but I thought the System.getProperty call went all the way out to the host VM. Anybody have any ideas?