On Mon, 2004-05-24 at 07:00, Greg Bullough wrote:
> I have a Java custom tag CFX_ImageSize
The one I wrote or a different one?
> which I'm
> trying to get to work on an MX 6.1 Enterprise
> system (Linux)
If the one I wrote, make sure XWindows is installed or the tag will
probably fail
>
> I have dutifully copied the ImageSize.class file
> into /opt/coldfusionmx/cfx/java directory and
> then registered the tag into the Java database
I don't think /opt/coldfusionmx/cfx/java is in the classpath by default
you can try to add the path (in administrator under java there should be
like an "additional class path" put the full path to the jar there), or
you can add it to a path already used by cf. I can't recall the path off
hand...
/opt/coldfusionmx/wwwroot/WEB-INF/classes?
Someone here knows...
> paying careful attention to case. I've made sure
> that the class that implements the function is
> ImageSize. I tried adding that directory path
> to the ClassPath in the CF administrator.
Ok never mind that last suggestion :-/ (unless you didn't go all the way
to the .jar - /blarg/booga/yadda/super.jar)
> No matter, when I call either CFX_ImageSize or
> cfx_ImageSize, I always get the response:
>
> The CFX custom tag "CFX_ImageSize" was not found in the custom tag database.
> Please be sure to add custom tags to the database before using them. If you
> have added your tag to the database then you should check the spelling of
> the tag within your template to insure that it matches the database entry.
I assume you did all these (this is for non-enterprise)
http://www.rohanclan.com/library/cfxImageSize.cfm
Because it really sounds like it's not being loaded.
Just so you know, if it is indeed the one I wrote, it's not supported on
linux (but it should work if Xwindows is installed), if it's not the one
I wrote... figure it out yourself ;)
> Has anybody had any success with solving this problem? MM is
> characteristically silent to the cries of the poor users on
> this issue.
I think it's just a matter of getting it in the right place
--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

