Is there a line in the default servers' local.properties
mapping the app URL to a directory? eg
(at end of D:\Allaire\JRun\servers\default\local.properties)
----------8<------------
########################################################################
# list of services to start
########################################################################
ejb.services=ejb,jms
logging.filelogwriter.filename={default}
myapp.rootdir=D:\\Allaire\\JRun\\servers\\default\\myapp
myapp.class={webapp.service-class}
webapp.mapping./myapp=myapp
---------->8------------
this tells jrun to start this service; evidence of success
(or at least that an attempt was made) is in default-event.log
(note: the format of these lines is defined in lib/global.properties as
logging.format={date yyyy-MM-dd HH.mm.ss.SSS}: {log.name},
{log.level} :[{thread.name}] {log.message}
)
2001-08-29 09.17.21.765: JRun, info :[main] Loading monitor
2001-08-29 09.17.21.806: JRun, info :[main] Loading license
2001-08-29 09.17.21.846: license, info :[main] Did not find a valid license
key, limiting to 3 concurrent requests
2001-08-29 09.17.21.856: JRun, info :[main] Loading control
2001-08-29 09.17.21.926: control, info :[main] control listening on
127.0.0.1:53000
2001-08-29 09.17.21.926: JRun, info :[main] Loading jndi
2001-08-29 09.17.22.276: JRun, info :[main] Loading jdbc
2001-08-29 09.17.22.286: JRun, info :[main] Loading web
2001-08-29 09.17.22.316: JRun, info :[main] Loading mail
2001-08-29 09.17.22.316: web, info :[main] web listening on *:8100
2001-08-29 09.17.22.336: JRun, info :[main] Loading url
2001-08-29 09.17.22.346: JRun, info :[main] Loading myapp
2001-08-29 09.17.22.867: myapp, info :[main] Loading scheduler
2001-08-29 09.17.22.877: JRun, info :[main] Loading session
2001-08-29 09.17.22.877: myapp, info :[main] Loading logging
2001-08-29 09.17.22.927: JRun, info :[main] Loading authentication
2001-08-29 09.17.22.947: JRun, info :[main] Loading propfile
2001-08-29 09.17.22.987: JRun, info :[main] Loading jsp
2001-08-29 09.17.23.278: JRun, info :[main] Loading file
2001-08-29 09.17.24.670: JRun, info :[main] InitializationServlet: init
2001-08-29 09.17.25.911: JRun, info :[main] SplashServlet: init
2001-08-29 09.17.25.921: JRun, info :[main] myapp Ready
2001-08-29 09.17.25.962: JRun, info :[main] default Ready
2001-08-29 09:17:25,851 com.me.myapp.InitializationServlet INFO :[ main]()
> Initialized Apache Jakarta Log4J
Here we see that "web listening on *:8100" and "myapp Ready" and "default
Ready" show
that I can connect to the 'default' server at port 8100
to access application "/myapp" (as in default\local.properties)
hope this helps
john
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists