• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Document root in Visual Age for Java 3.5

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In VAJ 3.02 one could change the docRoot by changing the SERunner.properties file. In Version 3.5 this file is also present, however changing the docRoot doesn't seem to have any influence on the document root: it is stil in $approot$ide/project_resources/IBM websphere test environment/hosts/default_host/default_app/web. I like it better in X:/www/web or something similar. Can anyone help me with this?
tia,
Lex
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lex,
you can change the properties for the Servlet Engine in the default.servlet_engine file which can be found in the ../project_resources/IBM Websphere Test Environment/properties directory.
Change the <document-root= ...> so it points to your new root folder. Notice that this only applies to fetching static content and JSP files.
greetings
Sander
 
Does this tiny ad smell okay to you?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic