Guy Rish, who I've seen post on this list from time to time wrote an article in 
CFDJ about this subject a little while back.  One of the solutions he wrote 
about was to use a custom class loader, unfortunately the link to the source he 
refered to in the article was a broken.  If he reads this maybe he could post 
another link to it.  It looked promising.

Jeff

>Hi,
>
>No more success from here.
>
>For those developping with CFEclipse, here is a builder that will stop 
>and restart your CFMX server if
>it is on the same station. Depending on your system, it will take from 
>30 to 60 seconds, but it is automatic.
>
><?xml version="1.0" encoding="UTF-8"?>
>
><project name="myProject" default="updateTag" basedir=".">
>    <property name="service.name" value='"coldfusion mx 7 application 
>server"'/>
>    <target name="updateTag">
>        <exec executable="net">
>            <arg value="stop"/>
>            <arg value='"coldfusion mx 7 application server"'/>
>        </exec>
>     <copy file="JDBCinfo.class"
>              todir="../../wwwroot/WEB-INF/classes"/>
>        <exec executable="net">
>            <arg value="start"/>
>            <arg value="${service.name}"/>
>      </exec>
>   </target>
>   
></project>
>
>-- 
>_______________________________________
>REUSE CODE! Use custom tags;
>See http://www.contentbox.com/claude/customtags/tagstore.cfm
>(Please send any spam to this address: [EMAIL PROTECTED])
>Thanks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223832
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to