• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic