D
Dean Rettig
currently my webapps directory is something like:
C:\java\netbeans3.5.1\tomcat406\webapps
This is where the Netbeans install put it. I want to move the
directory to something a little more convenient to work with like:
c:\webapps
All I can find in the Tomcat configuration file is:
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
but if I change appBase to anything like "c:\webapps" or "c:/webapps"
it doesn't work. Can anybody tell me how to move the appBase
directory outside of the Tomcat or Netbean directory?
Thanks in advance.
Dean
C:\java\netbeans3.5.1\tomcat406\webapps
This is where the Netbeans install put it. I want to move the
directory to something a little more convenient to work with like:
c:\webapps
All I can find in the Tomcat configuration file is:
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
but if I change appBase to anything like "c:\webapps" or "c:/webapps"
it doesn't work. Can anybody tell me how to move the appBase
directory outside of the Tomcat or Netbean directory?
Thanks in advance.
Dean