Well, I just went back and copied over my modified properties files with the
default one and re-ran the server similar to what you did below, and it
works.

But what I was trying to do, and the instructions I followed in JRun, was to
create a new Server that runs on a new port without affecting the default
server.  I assume that this does not work.

At any rate, thank you for your assistance.

John



-----Original Message-----
From: Steve Penella [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 2:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Difficulty testing new Server installation


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C019CB.EA315632
Content-Type: text/plain;
        charset="iso-8859-1"

Are you sure you made all the appropriate changes to your local properties
file.

I just did a quick test where I copied the default server to myserver.

Then I moved SnoopServlet (and JRunDemoServlet since SnoopServlet calls it)
to the ...\myserver\WEB-INF\classes and called
http://localhost:8200/servlet/SnoopServlet from the browser.

That worked fine.  I've attached a copy of my local.properties.



-----Original Message-----
From: Dubchak, John [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 9:39 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Difficulty testing new Server installation


I am running it on Windows NT 4.0, so it is under

c:\Allaire\servers\TestServer\default-app\Web-inf\classes

Which contains the .class file

Thanks,
John

-----Original Message-----
From: Steve Penella [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 8:15 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Difficulty testing new Server installation


John,

Where did you put the TestServlet class file?

Steve

-----Original Message-----
From: Dubchak, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 07, 2000 3:55 PM
To: [EMAIL PROTECTED]
Subject: Difficulty testing new Server installation


I have JRun 3.0 installed and have created a new Server, rather than using
the default server.  I re-run the simple tests to make sure everything is ok
(executing a servlet for instance) but now I am getting "page not found".

I have the new server started, and have stopped the default server.  I am
specifying it by opening the following page:

http://localhost:8101/servlet/TestServlet

I believe I am configured incorrectly but I have double-checked the
configuration instructions and cannot locate the inconsistency.  Any
assistance would be a huge help.

Thanks,
John
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.


------_=_NextPart_000_01C019CB.EA315632
Content-Type: application/octet-stream;
        name="local.properties"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
        filename="local.properties"

########################################################################=

## jvm properties
########################################################################=


jrun.server.displayname=3DMy Server

# Redirection of Primordial output and error streams.  Run jrun
# program with -console argument to prevent standard out and error
# from being redirected to these files.
java.System.out=3D{default}
java.System.err=3D{default}

########################################################################=

## Java VM settings
########################################################################=


# path to java virtual machine.  Launchers will use system PATH if =
necessary
java.exe=3D{default}

# java.exe flags to prepend when using the jrun.exe -debug option
# These are the JPDA options which allow the server's JVM to be started
# in debug mode so it can be debugged by a debugger (such as JRun =
Studio).
#
# Default value:-classic -Xnoagent -Xdebug =
-Xrunjdwp:transport=3Ddt_socket,address=3D53006
java.args.debug=3D-classic -Xnoagent -Xdebug =
-Xrunjdwp:transport=3Ddt_socket,address=3D53006

# extra virtual machine args
user.javaargs=3D{default}

# shared library path for JNI libraries
user.jnipath=3D{servlet.jnipath};{ejb.jnipath}

# Classpath
user.classpath=3D{default}

########################################################################=

## logging services
########################################################################=


# Logging levels, as a comma separated list.
# Possible values are any combination of: debug, info, warning, error, =
metrics
logging.loglevel=3D{default}
logging.listeners=3D{default}


########################################################################=

## license manager services
########################################################################=


# license.properties (2.3: was in jsm-default/properties)
license.license=3D{default}


########################################################################=

## control services
########################################################################=


# endpoint properties
control.endpoint.main.bindaddress=3D{default}
control.endpoint.main.interface=3D{default}
control.endpoint.main.port=3D56000
control.endpoint.main.timeout=3D{default}
jrun.rootdir=3DC:\\PROGRA~1\\Allaire\\JRun
# list of services to start
servlet.services=3Djndi,jdbc,web,mail,url,{servlet.webapps}
webapp.services=3D{default}

########################################################################=

## java properties
########################################################################=


# shared library path for JNI libraries
servlet.jnipath=3D{default}

# Classpath
#
servlet.classpath=3D{default}


# extra virtual machine args
servlet.javaargs=3D{default}


########################################################################=

## session services
########################################################################=


# Invalidation time is the default session inactivity timeout.
# If the session is not accessed, it will be expired.  This value
# can be set on each session by calling =
HttpSession.setMaxInactiveTime()
# specified in minutes.
session.invalidationtime=3D{default}

session.persistence=3D{default}
session.sessionpath=3D{default}

# settings for cookie-based sesssion tracking
session.cookie.maxage=3D{default}
session.cookie.secure=3D{default}
session.cookie.active=3D{default}
session.cookie.domain=3D{default}
session.cookie.comment=3D{default}
session.cookie.path=3D{default}
session.cookie.name=3D{default}


########################################################################=

## jcpservices
########################################################################=


# endpoint properties
jcp.endpoint.main.interface=3D{default}
jcp.endpoint.main.bindaddress=3D{default}
jcp.endpoint.main.port=3D57000
jcp.endpoint.main.timeout=3D{default}
jcp.endpoint.main.min.threads=3D{default}
jcp.endpoint.main.active.threads=3D{default}
jcp.endpoint.main.max.threads=3D{default}


########################################################################=

## web services
########################################################################=


# endpoint properties
web.endpoint.main.bindaddress=3D{default}
web.endpoint.main.interface=3D{default}
web.endpoint.main.port=3D8200
web.endpoint.main.timeout=3D{default}
web.endpoint.main.min.threads=3D{default}
web.endpoint.main.active.threads=3D{default}
web.endpoint.main.max.threads=3D{default}

# docroot for JRun's web server
web.paths./=3D{default-app.rootdir}/


########################################################################=

## zeus ZDAC services
########################################################################=


# endpoint properties
zeus.endpoint.main.bindaddress=3D{default}
zeus.endpoint.main.interface=3D{default}
zeus.endpoint.main.port=3D9200
zeus.endpoint.main.timeout=3D{default}
zeus.endpoint.main.min.threads=3D{default}
zeus.endpoint.main.active.threads=3D{default}
zeus.endpoint.main.max.threads=3D{default}


######################################################################
# JDBC DataSource Binding Service
#
#   jdbc.[data source name].driver       - the JDBCDriver class
#   jdbc.[data source name].url          - the JDBC database url
#   jdbc.[data source name].description  - the datasource description
#   jdbc.[data source name].display-name - the datasource display name
#   jdbc.[data source name].pooling      - use connection pooling. =
(default=3Dfalse)
#   jdbc.[data source name].timeout      - connection object lifetime =
in minutes. (default=3D30 mins).
#   jdbc.[data source name].interval     - time interval between =
connection validation check in seconds. (default=3D60 seconds)
#   jdbc.[data source name].param.user     - the database login =
username
#   jdbc.[data source name].param.password     - the database login =
password
#   jdbc.[data source name].param.<other_custom_props>


#######################################################################
# JMS Queue/Topic Binding Service
#
#   jms.queue.[queue name].description   - JMS queue description
#   jms.queue.[queue name].display-name  - JMS queue display name in =
JMC
#   jms.topic.[topic name].description   - JMS topic description
#   jms.topic.[topic name].display-name  - JMS topic display name in =
JMC


#######################################################################
# JavaMail Session Binding Service
#
#   mail.[session name].description      - JavaMail session description
#   mail.[session name].display-name     - JavaMail session display =
name in JMC
#   mail.[session name].store.protocol   - JavaMail store protocol (pop =
or imap)
#   mail.[session name].transport.protocol - JavaMail transport =
protocol (smtp)
#   mail.[session name].host             - Mail server host name
#   mail.[session name].user             - Default username
#   mail.[session name].smtp.host        - Default SMTP server host =
name
#   mail.[session name].smtp.user        - Default SMTP user name
#   mail.[session name].imap.host        - Default IMAP server host =
name
#   mail.[session name].imap.user        - Default IMAP server user =
name
#   mail.[session name].pop3.host        - Default POP3 server host =
name
#   mail.[session name].pop3.user        - Default POP3 server user =
name
#   mail.[session name].from             - Default sender email address
#   mail.[session name].debug            - Enable debug messages =
(def=3Dfalse)


#######################################################################
# URL Binding Service
#
# url.[url object name].description      - URL object description
# url.[url object name].display-name     - URL object display name in =
JMC
# url.[url object name].url-string       - URL string (e.g. =
http://....)



########################################################################=

### global JRun properties
########################################################################=


# initial pool size for SingleThreadModel servlets.  JRun will create
# as many instances of this class as it needs.  This is the number of
# automatically created instances.  The initial pool is created when
# the servlet is first accessed, or at system startup time if the =
servlet
# is configured to preload.
# JRun 2.3 used to be 6 by default.  JRun will
# always create one extra instance the first time (so it can use =
instanceof)
webapp.singlethread.initpoolsize=3D{default}

# temp directory for the JVM
webapp.tempdir=3D{default}


### mimeservlets.properties (mime-type chaining)
# syntax is: webapp.mime-servlet.[mimetype]=3D[servletName]

### mime.properties (mime extensions)
# syntax is:  webapp.mime-mapping.[extension]=3D[mimetype]

### pathtrans.properties
webapp.pathcount=3D{default}
#webapp.path0.from=3D/virtualdir
#webapp.path0.to=3D/realdir


########################################################################=

## general servlet/service settings
########################################################################=


# Here is an example of how to configure the JRun Servlet connector.
# this allows JRun's to be distributed across processes or across
# the network
#remote.class=3D{default}
#remote.proxyhost=3D{default}
#remote.proxyport=3D{default}

### taglet.properties (dynamic taglets in ssi)
# Note- this feature is deprecated in JRun 3.0. The functionality =
offered
#       by taglets can be replaced with JSP 1.1 tag libraries.
# Property Syntax: ssifilter.[tag].DynamicTaglet=3D[servlet name]
#ssifilter.createtable.DynamicTaglet=3DTagletDemoServlet
#ssifilter.datetag.DynamicTaglet=3DDateServlet

########################################################################=

## rules
########################################################################=


webapp.servlet-mapping./servlet=3D{default}
webapp.servlet-mapping.*.jrun=3D{default}
webapp.servlet-mapping.*.shtml=3D{default}
webapp.servlet-mapping.*.jsp=3D{default}
webapp.servlet-mapping.*.thtml=3D{default}


########################################################################=

# Web Application Settings
########################################################################=


#
# List of all configurable web applications.
# There should be one app name per application definition.
#
# Property name: servlet.webapps
# Property value format: comma delimited list of webapp names.
#
servlet.webapps=3Ddefault-app,demo-app,demoapp2,testapp

#
# Web Application definitions
#
# Summary of steps for registering a web application:
#   1. create a app name to filesystem directory mapping
#   2. create one or more URL to app name mappings
#   3. register the app name with the jvm.webapps property
#
#
# Application to filesytem mapping property
# - this property defines the name of an app (must be unique) and its =
source filesytem directory
# - the directory should be an expanded Servlet 2.2 war file
# - property format: <app name>.rootdir=3D<filesystem path to root =
application directory>
#
# URL to web application mapping properties
# - these properties define the URLs that clients can use to access =
applications.
# - property format: jrun.webapp-mapping.[//<hostname>]<uri>
#=20
# Sample Application Properties:
#
#   bar-app=3Dc:/webapps/bar-app
#      - defines the app named 'bar-app' who's filesystem directory =
exists at c:/webapp/bar-app
#
#   jrun.webapp-mapping.www.foo.com/store=3Dbar-app
#      - maps bar-app to the URL /store only for host www.foo.com
#
#   jrun.webapp-mapping./store=3Dbar-app
#      - maps bar-app to /store for all hosts


default-app.use-webserver-root=3Dtrue
default-app.rootdir=3DC:\\Program =
Files\\Allaire\\JRun\\servers\\myserver\\default-app
default-app.class=3D{webapp.service-class}
webapp.mapping./=3Ddefault-app
demo-app.rootdir=3DC:\\Program =
Files\\Allaire\\JRun\\servers\\default\\demo-app
demo-app.class=3D{webapp.service-class}
webapp.mapping./demo=3Ddemo-app

########################################################################=

### EJB properties
########################################################################=


# shared library path for JNI libraries
ejb.jnipath=3D{default}

# Classpath
ejb.classpath=3D{default}

# extra virtual machine args
ejb.javaargs=3D-Dejipt.classServer.host=3D127.0.0.1 =
-Dejipt.classServer.port=3D2424 =
-Dejipt.homePort=3D2444"-Djava.security.policy=3D{jrun.rootdir}/lib/jrun=
.policy" "-Dejipt.home=3D{jrun.rootdir}" =
"-Dejipt.ejbDirectory=3D{jrun.server.rootdir}"

# list of services to start
ejb.services=3Dejb,jms
demoapp2.rootdir=3DC:\\Program =
Files\\Allaire\\JRun\\servers\\default\\demoapp2
demoapp2.class=3D{webapp.service-class}
webapp.mapping./demoapp2=3Ddemoapp2
testapp.rootdir=3DE:\\jrunqa\\qa\\jrun30\\testsource\\jsp
testapp.class=3D{webapp.service-class}
webapp.mapping./testapp=3Dtestapp

------_=_NextPart_000_01C019CB.EA315632--
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to