• 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

How to install frameworks in the JVM used by Tomcat?

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to run a JAVA 3d sample program using Tomcat Server.
i'm using this link- http://www.btconsulting.ch/btcmain/index.php?id=5

It says--

Step 1 : WEB-Server Configuration - Enable J3D and JAI for your WEB-Server:

The procedure to enable the Java 3D and JAI frameworks within an Application (WEB) Server is (for Tomcat at least) quite simple and consists in ensuring that the 2 frameworks are installed in the JVM used by the Application Server



I do not understand what does the autor mean by ' 2 frameworks are installed in the JVM used by the Application Server'

Please could anybody help?

[ July 15, 2008: Message edited by: prajal Mehta ]
[ July 15, 2008: Message edited by: Ulf Dittmer ]
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow, that is real gibberish. "Installed in the JVM" takes the cake

If you are going to use ANY additional libraries in a Tomcat installation you have to pay attention to how Tomcat locates classes. A typical tomcat installation usually includes a file "class-loader-howto.html" under webapps/docs that will fill you in.

NOTE: You will also have to make sure that your compile environment can find the libraries - this is a separate problem.

Bill
 
Are you here to take over the surface world? Because this tiny ad will stop you!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic