quite sure how to get this setup. The Macromedia LiveDocs have the
following quote in terms of using CFMX to access and invoke methods from a
Java .jar file.
----------
The cfobject tag makes Java objects available in ColdFusion MX. It can
access any Java class that is available on the JVM classpath or in either of
the following locations:
* In a Java archive (.jar) file in web_root/WEB-INF/lib
* In a class (.class) file in web_root/WEB-INF/classes
----------
Now, my IIS webroot does not have a WEB-INF folder, but my Tomcat server
(same box) does. However, my Tomcat server is running on port 8080. Do I
need to put this .jar file in the Tomcat WEB-INF folder or am I missing
something all together here?
Any pointers? If it was not obvious, I don't typically deal with Java code
or environments, so this is all new.
Thanks
-- Jeff
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

