Mapping problem

2003-08-10 Thread Donald Duquaine
1. What ever happened to the 'catalina out log'?

2. this is the error I am getting upon starting Tomcat(catalina).

Aug 6, 2003 10:27:07 AM org.apache.commons.nodeler.Registry loadRegistry
INFO: Loading registry information
Aug 6, 2003 10:27:07 AM org.apache.commons.nodeler.Registry getRegistry
INFO: Creating new Registry instance
Aug 6, 2003 10:27:07 AM org.apache.commons.nodeler.Registry getServer
INFO: Creating MBeanServer
Aug 6, 2003 10:27:11 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.24
Aug 6, 2003 10:27:15 AM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 129 column 11: The content of element type
web-app must
match (icon?.desplay-name?,description?,distributable?, context-parm*,
filter*,
filter-mapping*, listener*, servlet* ...


   at.org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)


   etc.

I was modifying my Web.xml file...  The problem is in the entries for
mapping..If I take the
mapping section out of the Web.xml file everything works fine.

Any ideas... is the syntax wrong... ( Web.xml) file attached

!-- M A P P I N G s --
  servlet-mapping
servlet-nameQuintessentialLIMS/servlet-name
url-pattern//url-pattern
  /servlet-mapping

  mime-mapping
extensiontxt/extension
mime-typetext/plain/mime-type
  /mime-mapping
  mime-mapping
extensionhtml/extension
mime-typetext/html/mime-type
  /mime-mapping
  mime-mapping
extensionhtm/extension
mime-typetext/html/mime-type
  /mime-mapping
  mime-mapping
extensiongif/extension
mime-typeimage/gif/mime-type
  /mime-mapping
  mime-mapping
extensionjpg/extension
mime-typeimage/jpeg/mime-type
  /mime-mapping
  mime-mapping
extensionjpe/extension
mime-typeimage/jpeg/mime-type
  /mime-mapping
  mime-mapping
extensionjpeg/extension
mime-typeimage/jpeg/mime-type
  /mime-mapping
  mime-mapping
extensionjava/extension
mime-typetext/plain/mime-type
  /mime-mapping
  mime-mapping
extensionclass/extension
mime-typeapplication/java/mime-type
  /mime-mapping
  mime-mapping
extensionsh/extension
mime-typeapplication/x-sh/mime-type
  /mime-mapping
  mime-mapping
extensionzip/extension
mime-typeapplication/zip/mime-type
  /mime-mapping
  mime-mapping
extensiongtar/extension
mime-typeapplication/x-gtar/mime-type
  /mime-mapping
  mime-mapping
extensiontar/extension
mime-typeapplication/x-tar/mime-type
  /mime-mapping
  mime-mapping
extensionpdf/extension
mime-typeapplication/pdf/mime-type
  /mime-mapping
  mime-mapping
extensionrtf/extension
mime-typeapplication/rtf/mime-type
  /mime-mapping
  mime-mapping
extensiongz/extension
mime-typeapplication/x-gzip/mime-type
  /mime-mapping
  mime-mapping
extensionwav/extension
mime-typeaudio/x-wav/mime-type
  /mime-mapping
  mime-mapping
extensionmpeg/extension
mime-typevideo/mpeg/mime-type
  /mime-mapping
  mime-mapping
extensionmpg/extension
mime-typevideo/mpeg/mime-type
  /mime-mapping

Best Regards,

Donald Duquaine
Millennium Laboratories Inc.
(813) 925-3871 voice (813) 925-3872 fax
mailto:[EMAIL PROTECTED]
http://www.mlabs-fl.com
?xml version=1.0 encoding=ISO-8859-1?

!DOCTYPE web-app 
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN 
http://java.sun.com/dtd/web-app_2_3.dtd;

web-app
servlet
	servlet-nameQuintessentialLIMS/servlet-name
	servlet-classorg.apache.catalina.servlets.QuintessentialLIMSServlet/servlet-class
	init-param
		param-namedebug/param-name
		param-value0/param-value
	/init-param
	init-param
		param-namelistings/param-name
		param-valuetrue/param-value
	/init-param
/servlet
!-- D E F I N ES E R V L E T   B E A N S --
servlet
	servlet-nameWrite/servlet-name
	descriptionWrite web log data/description
	servlet-classjblog.Write/servlet-class
/servlet
servlet
	servlet-nameShow/servlet-name
	descriptionShow Web log/description
	servlet-classjblog.Show/servlet-class
/servlet
servlet
	servlet-nameSignificantFigures/servlet-name
	descriptionsignificant figures/description
	servlet-classcom.Ostermiller.util.SignificantFigures/servlet-class
/servlet
servlet
	servlet-nameLotteryGuessingBean/servlet-name
	descriptionlottery test/description
	servlet-classcom.lottery.LotteryGuessingBean/servlet-class
/servlet
!-- E S T A B L I S H   D E F A U L T   W E L C O M E  F I L E S --
welcome-file-list
	welcome-fileindex.jsp/welcome-file
	welcome-fileindex.html/welcome-file
	welcome-fileindex.htm/welcome-file
/welcome-file-list
!-- M A P P I N G s --
  servlet-mapping
servlet-nameQuintessentialLIMS/servlet-name
url-pattern//url-pattern
  /servlet-mapping

  mime-mapping
extensiontxt/extension
mime-typetext/plain/mime-type
  /mime-mapping
  mime-mapping
extensionhtml/extension
mime-typetext/html/mime-type
  /mime-mapping
  mime-mapping
extensionhtm/extension

Tomcat Education Examples

2003-07-29 Thread Donald Duquaine
I understand that this list can be helpful to have our questions answered.
And, that
books seem not to be the most up todate means to acquire the most current
practices
and Tomcat (catalina) techniques.  I learn best by examples and I have been
a Tomcat
user for several years.  In all my google searching, I have not found a
robust template
example that has assisted me in creating my app.  I am having to code from
scratch.
I have started over several times because my design was flawed for one
reason or another,
but I am making headway.  My app is now in production. What I want most is
to be
part of a group that is focused on developing the end application.  Tomcat
is an important
part of this development and this 'app-group' would need to recognize
Tomcat's capabilities.
How many others need an 'app-group'? or examples?

Best Regards,

Donald Duquaine
Millennium Laboratories Inc.
(813) 925-3871 voice (813) 925-3872 fax
mailto:[EMAIL PROTECTED]
http://www.mlabs-fl.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



off subject - examples

2003-07-01 Thread Donald Duquaine
I know that this list is directed toward tomcat (catalina) issues
specifically.
But, as a user group can you direct me to some open source examples of
(JSP) web apps.  Is there a group within this user group that collaborate
and share knowledge base about building the end product web apps.

Best Regards,

Donald Duquaine
Millennium Laboratories Inc.
(813) 925-3871 voice (813) 925-3872 fax
mailto:[EMAIL PROTECTED]
http://www.mlabs-fl.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]