Re: class path (UNCLASSIFIED)

2005-04-13 Thread BAO RuiXian
Hello, S M wrote: tried that too... but it can't identify the path. C:\javacodejavac -classpath C:\Program Files\Apache Group\Tomcat 4.1\common\lib HellWorld.java Try use quotes instead of '' and '' to quote the class path. Good luck. Bao The system cannot find the file specified. anyways..

Re: Suggestion on where to put mysql driver

2004-03-05 Thread BAO RuiXian
Simone - Dev wrote: hello all, I'm installing a new server and I'd like know where should I put the mysql jdbc driver. In all my other server I installed them in the $JAVA_HOME/jre/lib/ext But I suppose this is not the best position for it. It should be in common/lib. Best Bao Where do u

Re: how to configure tomcat to user application

2004-02-25 Thread BAO RuiXian
xavier manohar wrote: Hello can any one help me to cofigure tomcat 4.1.29 to user application path ,during tomcat startup You can copy/modify the Context block for 'examples' to your 'user application' in Tomcat_Root/conf/server.conf file. Best Bao regards mano Yahoo!

Re: jsp:plugin and codebase

2004-02-25 Thread BAO RuiXian
Evgeny Gesin wrote: [snip...] jsp:plugin type=applet code=com.package.Applet.class codebase=/application1/applets/ width=50 height=50 /jsp:plugin Web applications, which run this applet, specify different codebase attribute, such as application2, application3 and so on. Can you then put

Re: another servlet-mapping question,.............

2004-02-25 Thread BAO RuiXian
Andres Ledesma wrote: Hi everybody, I got several servlets mapped on the web.xml file that works pretty fine on my local tomcat installation, but when uploaded to the hosting server, I get a 400 Server Statuts Error, it complains the path to the server does not exist !!! My web.xml for

Re: jsp:plugin and codebase

2004-02-25 Thread BAO RuiXian
your server's space except the the directory /WEB-INF and its subdirectories. I suppose you have only one applet shared by all your applications[1,2,3...], right? Best Bao Evgeny Gesin Javadesk --- BAO RuiXian [EMAIL PROTECTED] wrote: Evgeny Gesin wrote: [snip...] jsp:plugin type=applet

Re: servlet mapping problem

2004-02-25 Thread BAO RuiXian
Jason Keltz wrote: Hi. I am very troubled over a servlet mapping problem, and I am hoping that someone can make a suggestion. I have added a context in conf/Catalina/localhost/test.xml as follows: Context block should be in conf/server.xml file. Best Bao Context path=/mywebapps

Re: jsp deployment-- Clarification of Invoker

2004-02-16 Thread BAO RuiXian
Unable to check all the mails. But, glad to hear you and Doug together solved your problem. Cheers Bao Jerry Ford wrote: Well, that was certainly fun :) I have made it work, and I think I sort of know how. Not *why* the fix works, just *how* to get my app functional once again. And you

Re: jsp deployment

2004-02-14 Thread BAO RuiXian
/install?war=test Then run localhost:8080/test, what happens? Best Bao Workshttp://localhost/EBook Doesn't workhttp://localhost:8080/EBook Works---http://localhost/examples/jsp Works---http://localhost:8080/examples/jsp Jerry BAO RuiXian wrote: Jerry Ford wrote: Sorry, that's a cut

Re: jsp deployment

2004-02-13 Thread BAO RuiXian
Jerry Ford wrote: Good suggestions, but, no, didn't work. There are no config issues preventing Tomcat from serving files from my webapp---html and servlets all work. And I know Tomcat is serving jsp files correctly; Tomcat's default examples work. Have you tried run your jsp file directly

Re: jsp deployment

2004-02-13 Thread BAO RuiXian
, resource not available. So, actually it is not the problem of jsp, rather the configuartion of of your application context. Do you have a corresponding Context block to your application like the examples in your server.xml file in the directory config? Best Bao Jerry BAO RuiXian wrote: Jerry

Re: jsp deployment

2004-02-13 Thread BAO RuiXian
Jerry Ford wrote: Sorry, that's a cut-and-paste error that does not appear in the real server.xml. Only one /context end tag; the root context is closed before the EBook context begins: context... / The configuration seems okay then. BTW, can you run http://localhost:8080/manager/list to

Re: tomcat 5 mod_jk.conf

2004-02-13 Thread BAO RuiXian
[EMAIL PROTECTED] wrote: Installed tomcat 5 on my linux box and it works no problem stand alone. However I don't see that the auto/mod_jk.conf directory or file is being created. Does anyone know what you have to do to get these files to auto generate? thanks I don't know tomcat 5. But for

Re: IIS + Tomcat + Beans

2004-02-10 Thread BAO RuiXian
[EMAIL PROTECTED] wrote: I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle all Although I don't use IIS, but, since you still have problems, how can you claim you have successfully integrated Tomcat 4.1 and IIS. jsp files that are on the IIS webserver. Because I'm

Re: Tomcat 5 and applet

2004-02-10 Thread BAO RuiXian
Vernon Wu wrote: Since an Applet runs on a client box, you first need to place the .class in a client accessible directory, not underWEB-INF. But he said the applet class is already in the IE cache dir, so obviously his applet is already in a place accessable to the browser. Best Bao --

Re: IIS + Tomcat + Beans

2004-02-10 Thread BAO RuiXian
[EMAIL PROTECTED] wrote: -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle all Although I don't use IIS, but, since you still have problems, how can you claim you

Re: Tomcat 5.0.16 startup console error

2004-02-01 Thread BAO RuiXian
Avinash Sridhar wrote: [snip...] /* Start of Error message **/ SEVERE: Cannot find message associated with key standardContext.resourcesStart java.lang.IllegalArgumentException: Document base E:\sampleapp does not exist or is not a readable directory

Re: Applet class files' location

2004-01-30 Thread BAO RuiXian
Teja Jo wrote: Hello everyone , There r some jsp files in the root directory of the web application.They display some applets.If the applet class files are placed in a package structure inside WEB-INF/classes - then I get a ClassNotFoundException for the applet.The applet files It is

Re: Problems connecting to db

2004-01-23 Thread BAO RuiXian
[EMAIL PROTECTED] wrote: Note that the JDBC libraries are required by a definition of a resource in server.xml (not by your application ). Try putting them drivers in $TOMCAT_BASE/common/lib, to make them available to that resource. Hello, I tried it and it didn't help. But as far as I

Re: Tomcat4.1.29 Requested resource not available

2003-12-17 Thread BAO RuiXian
the new version, and not planned to do so:) Good luck. Bao -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 7:06 PM To: Tomcat Users List Subject: Re: Tomcat4.1.29 Requested resource not available Nadia Kunkov wrote: I did add the Context

Re: Tomcat4.1.29 Requested resource not available

2003-12-16 Thread BAO RuiXian
the test app by http://localhost:8080/manager/install?war=test I don't think you need to reinstall from RPM, nor need create index.html. If it works, you at least can see the content of the director of 'test'. Best Bao N.K. -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED

Re: Tomcat4.1.29 Requested resource not available

2003-12-11 Thread BAO RuiXian
Nadia Kunkov wrote: Hi, I've just installed Tomcat4.1.29 and it's my first time configuring it from the scratch. I'm able to go to http://localhost:8080/examples or http://localhost:8080/tomcat-docs/index.html. But I have also created a new directory under $Tomcat_home/webapps called test.

Re: Tomcat4.1.29 Requested resource not available

2003-12-11 Thread BAO RuiXian
error... Can you give me any idea on what is going on? Thanks N.K. -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 10:50 AM To: Tomcat Users List Subject: Re: Tomcat4.1.29 Requested resource not available Nadia Kunkov wrote: Hi, I've just

Re: Tomcat4.1.29 Requested resource not available

2003-12-11 Thread BAO RuiXian
in to the machine as Tomcat but I thin it has nothing to do with it, right?) When I try to to http://localhost:8080/manager/list I get the same error... Can you give me any idea on what is going on? Thanks N.K. -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: How To Install an APP under Tomcat 4.1.29 ???

2003-12-11 Thread BAO RuiXian
Richard Migneron wrote: Yep, you assumed right. It's not that Tomcat ain't starting (I can get in the Admin menu and add users, I can get to the manager window (.../manager/html)), it's just that I can't add our purchased app !!! (BMC-Remedy's mid-tier add). I read a doc I got late and it seems

Re: How to stop the URL comming up?

2003-11-27 Thread BAO RuiXian
Andoni wrote: Hello, I am looking for a way to stop my users bookmarking pages in the site. There is a login screen and they shouldn't even really be let bookmark this. I was given someone's card today an then I went to his site: http://www.xeotrope.net and when I find that as I look around

Re: Java/JSP/Servlet Programmer

2003-10-17 Thread BAO RuiXian
Ruben Gamez wrote: Ok... here's two questions... 1. Off the top of your head, what two methods are required in a Servlet? What two parameters do they take? doPost and doGet; HttpServletRequest, HttpServletResponse. 2. What does a Servlet extend? HttpServlet. Can I pass your question?:)))

Re: help me !

2003-10-17 Thread BAO RuiXian
Johan Kok wrote: which versions have you got -- Just get the latest of both and you won't need anything to integrate the two Remember to get the windows versions. Even not the mod_jk? Best Bao -Original Message- From: meyem [mailto:[EMAIL PROTECTED] Sent: 17 October 2003 08:11

Re: Why should i use Tomcat vs .NET?

2003-10-13 Thread BAO RuiXian
Hmm, you can still forward all the feedbacks to your CTO:) Best Bao Eduardo Vazquez wrote: Up front I do need to say that the support of this user group has been more than outstanding. I was a sole person looking for help and I received more than I could have expected, and for that

Re: Problem Compiling JSP Servlet

2003-10-02 Thread BAO RuiXian
Billy Aplin wrote: [snip] my classpath setting correct, but I am fairly certain that the CLASSPATH settings are correct: CLASSPATH .; c:\JavaDev; c:\Tomcat\common\lib\servlet.jar I doubt that the reason might be the spaces among the individual paths. Try to take the spaces out and see what

Re: sloppy English

2003-09-22 Thread BAO RuiXian
Sagara Wijetunga wrote: Making an attempt to write properly in whatever language implies that you care and respect the audience that you write. Sagara Agreed. Besides, careless and hurry-up writing might be one reason causing this list huge traffic. It is amazing that often one posting only

Re: servlet question

2003-09-21 Thread BAO RuiXian
Bruno Costacurta wrote: It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under $J2EE_HOME/lib/) which contain javax.servlet.* Hope it helps. Maybe. But, there should also be a servlet.jar in %TOMCATHOME%/common/lib directory. At least I have

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread BAO RuiXian
Hello, Keith Adams wrote: * ## Auto generated on Wed Jul 31 12:53:26 EDT 2002## IfModule !mod_jk.c LoadModule jk_module modules/mod_jk.dll /IfModule JkWorkersFile D:\jakarta-tomcat-4.1.18\conf\jk\workers.properties Since

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread BAO RuiXian
-Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443 acceptCount=10 debug=0