So, you're saying I can't write my own java classes and run them on my server since I'm using standard? I thought that the cf code was compiled down to java and that's what actually ran. I'm using cf7
Michael At 09:58 AM 12/3/2005, you wrote: >Assuming you are running CF Enterprise (since a servlet won't work >in Standard): > >"To access a servlet that exposes the same functionality, you use the >same code, although the URL would change. For example, to run a >servlet called HelloWorldServlet, you put the servlet .java or .class >file in the serverroot/WEB-INF/classes directory and refer to the >servlet with the URL /servlet/HelloWorldServlet." > > From http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/java17.htm > >On 12/3/05, Mik Muller <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I found someone with a java uploader (as a substitute for a CF > > uploader, with the 300 mb limit) and have asked them to help me > > install it but I don't know where I should put the file. He has asked > > me this question: > > > > I need to know what the stuff in > > > > C:\CFusionMX7\wwwroot\WEB-INF\cfclasses > > > > Maps to. > > > > > > They have a class file that mentions a few includes at the top. > > > > package com.radinks.upload; > > import java.io.*; > > import java.net.*; > > import javax.servlet.*; > > import javax.servlet.http.*; > > > > Where do I put this file? In the directory where the CF files > > normally go, ie; in the folder where upload_action.cfm would normally > > go? Or in the WEB-INF/classes folder? How does it link to the other > > files (import)? Do I have to path them? > > > > Thanks for any info. > > > > Michael > > > > > > > > > > > > -------- > > Michael Muller > > Admin, MontagueMA.net Website > > Montague, MA 01351 > > cell (413) 320-5336 > > fax (518) 713-1569 > > skype: michaelBmuller > > email [EMAIL PROTECTED] > > http://www.MontagueMA.net > > > > Eschew Obfuscation > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| All-in-one: antivirus, antispam, firewall for your PC and PDA. Buy Trend Micro PC-cillin Internet Security http://www.houseoffusion.com/banners/view.cfm?bannerid=60 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5711 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
