Thanks.  That helped one small problem.  But I am still having problems just
knowing if my connection is making it to the remote server.  Do you know how
to debug within Jbuilder 5 to find out if a connection is being made, then
to find out if any data is being sent back?




----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Yee
Sent: Thursday, September 06, 2001 10:22 PM
To: [EMAIL PROTECTED]
Subject: Re: help with servlet error

Peter,
I'm not exactly sure what this line:
2001-09-06 09:09:19 - Ctx(  ): 400 R( /) null

means but I'll bet that your problem is with this line:

>2001-09-06 09:09:02 - Ctx(  ): File not found  C:\Documents and
>Settings\Administrator\jbproject\CreditCardAuthServlet\conf\tomcat-users.xm
l

Your path has spaces in it.  This is causing Tomcat to have problems
resolving it.  I would suggest moving your web app to a path that does not
have spaces in any of the directory names.

Regards,

Richard

At 09:12 PM 9/6/01 -0400, you wrote:

>I want to know what the last line means.  I am trying to run a servlet
>that will connect to a Credit Card Authorization database.
>
>
>
>
>
>C:\jdk1.3.1\bin\javaw -classpath
>"C:\jbuilder5\jakarta-tomcat-3.2.1\lib\webserver.jar;C:\jbuilder5\jakarta-t
omcat-3.2.1\lib\jasper.jar;C:\jbuilder5\jakarta-tomcat-3.2.1\lib\parser.jar;
C:\jbuilder5\jakarta-tomcat-3.2.1\lib\jaxp.jar;C:\jbuilder5\jakarta-tomcat-3
.2.1\lib\servlet.jar;C:\jbuilder5\lib\webserverglue.jar;C:\jbuilder5\jakarta
-tomcat-3.2.1\lib\servlet.jar;C:\jdk1.3.1\jre\lib\i18n.jar;C:\jdk1.3.1\jre\l
ib\jaws.jar;C:\jdk1.3.1\jre\lib\rt.jar;C:\jdk1.3.1\jre\lib\sunrsasign.jar;C:
\jdk1.3.1\lib\dt.jar;C:\jdk1.3.1\lib\htmlconverter.jar;C:\jdk1.3.1\lib\tools
.jar;C:\jdk1.3.1\demo\jfc\Java2D\Java2Demo.jar"
>org.apache.tomcat.startup.Tomcat -config "C:\Documents and
>Settings\Administrator\jbproject\CreditCardAuthServlet\conf\server8084.xml"
>
>Starting tomcat. Check logs/tomcat.log for error messages
>
>2001-09-06 09:09:01 - ContextManager: Adding context Ctx(  )
>
>2001-09-06 09:09:02 - Ctx(  ): Removing duplicate servlet jsp
>jsp(org.apache.jasper.servlet.JspServlet/null)
>
>2001-09-06 09:09:02 - Ctx(
>
>2001-09-06 09:09:02 - Ctx(  ): File not found  C:\Documents and
>Settings\Administrator\jbproject\CreditCardAuthServlet\conf\tomcat-users.xm
l
>
>2001-09-06 09:09:02 - PoolTcpConnector: Starting HttpConnectionHandler on
8084
>
>2001-09-06 09:09:02 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
>8085
>
>2001-09-06 09:09:03 - path="" :creditcardauthservlet: init
>
>2001-09-06 09:09:19 - Ctx(  ): 400 R( /) null

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to