Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The best place to get these would be from ~glast/tomcat/BASE55/common/conf/server.xml, which is the file used by the production tomcat servers, however it is protected so only the GLAST account can read it (because it contains the passwords). For now you will have to ask someone who has the glast password (Tony or Max for example) to send it to you.

...

You also need to set up the tomcat server installed as part of Netbeans to have access to the oracle JDBC driver. To do this download ojdbc.jar and save it in:

No Format

~/.netbeans/5.5/apache-tomcat-5.5.17_base/common/lib 

(you will need to create the common and lib directories). Then edit the catalina catalina.properties in

No Format

~/.netbeans/5.5/apache-tomcat-5.5.17_base/conf/catalina.properties

and change the "common.loader" line to:

No Format

common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/lib/*.jar,${catalina.base}/common/lib/*.jar

Getting Started with Netbeans

Checking out a project

Start netbeans, from the menu choose "CVS", "Checkout", fill in the form below (substitute your userid for tonyj and fill in your password)

...