• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Where to put Jar file?

New Here ,
Jun 01, 2006 Jun 01, 2006

Copy link to clipboard

Copied

Hello,

We are running the J2EE installation of ColdFusion, and I'm wanting to find out, is there a place on the server where I can add replace Jar files without restarting the JRun service?

Thanks.
TOPICS
Advanced techniques

Views

887

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 01, 2006 Jun 01, 2006

Copy link to clipboard

Copied

nope...JAR will not be loaded while service has already started. You will need to restart the service.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2006 Jun 01, 2006

Copy link to clipboard

Copied

thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 06, 2006 Jun 06, 2006

Copy link to clipboard

Copied

lok2005 wrote:
> Hello,
>
> We are running the J2EE installation of ColdFusion, and I'm wanting to find
> out, is there a place on the server where I can add replace Jar files without
> restarting the JRun service?
>
> Thanks.
>

Yep, depending on your installation type (stand-alone or multi-instance)
you can put jar files in the lib directory of the JRun server and
they'll get picked up without a restart. In the multi-instance
installation this directory is {JRunRoot}\servers\lib, so on a typical
Windows box this would be C:\JRun4\servers\lib. For a standalone
installation it would be C:\CFusionMX7\lib

Hope that helps,
Matt

--
Matt Woodward
mpwoodward@gmail.com
Adobe Community Expert - ColdFusion

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 06, 2006 Jun 06, 2006

Copy link to clipboard

Copied

LATEST
great, thanks! I'll give this a try.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation