Unsubscribe Me

2003-09-02 Thread Indra Gunawan
Hi, I have sent blank messages to e-mail: [EMAIL PROTECTED] couple times but still I am still here . Please delete my email account from this list . Well , for administrators you should fix your unsubscribe mechanism coz it doesn't work . Thx in advance IG

$CATALINA_HOME/shared/lib is Ignored, Doc Grip

2003-09-02 Thread Tony LaPaso
Hi all, I'm seeing behavior that seems contrary to the TC Documentation (seems to happen a lot). I'm running TC 5.0.9 on Win 2k, J2SDK 1.4.2_01. I have some JAR files (for JavaMail) in the $CATALINA_HOME/shared/lib directory. I expect my web app will be able to use classes out of these JARs

Virtual host and mod_jk2 connector setup questions

2003-09-02 Thread Clive Luk
HI all, I am only newbie to tomcat. I really need help on setting up tomcat 4.1.27 with mod_jk2 connector with a virtual host on apache 2.0.47. I have digged through the mail-list and the jarkata doco page. still no help. Here are my configuration files and the output of the catalina.out file.

howto: multiple TC's on one machine

2003-09-02 Thread achana
Hiya. In order to have two TC instances on one machine, am I right I need only install TC twice e.g. CATALINA_HOME_tc1 = /path/to/tomcat4_tc1/conf CATALINA_HOME_tc2 = /path/to/tomcat4_tc2/conf and then rename /path/to/tomcat4_tc1/conf/catalina.sh to catalina_tc1.sh , ditto for tc2 e.g.

Re: $CATALINA_HOME/shared/lib is Ignored, Doc Grip

2003-09-02 Thread Jacob Kjome
At 08:28 PM 9/1/2003 -0500, you wrote: Hi all, I'm seeing behavior that seems contrary to the TC Documentation (seems to happen a lot). I'm running TC 5.0.9 on Win 2k, J2SDK 1.4.2_01. I have some JAR files (for JavaMail) in the $CATALINA_HOME/shared/lib directory. I expect my web app will be

tomcat+j2sdk+mysql-connecto+mysql

2003-09-02 Thread Sathyan
Hello All, I am new to tomcat and java. I want to install ipstat-0.9.7 tool which is used for bandwidyh monitoring. I started intalling its requirements ...tomcat-4.1.27, j2sdk-1.4.2, mysql-connector-java-2.0.14, mysql-3.23.54 in Redhat-9 I installed mysql rpm and j2sdk as binary ans its in

RE: soft linked directories.

2003-09-02 Thread Detlef Brendle
dont think this will work with 'war' files but I'll give it a go. thanks, detlef keep you informed. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 12:26 AM To: Tomcat Users List Subject: Re: soft linked directories. Could it be this?

Start hangs indefinately, cpu to 100%

2003-09-02 Thread Shawn
Hello, Using 4.1.27 (which starts normally except when a particular webapp(ie context) is included), starting hangs indefinately and the cpu goes to 100%. In the log for that particular webapp, it seems that nothing unsual appears for the context and it ends with -- 2003-09-02 13:38:21

Re: tomcat+j2sdk+mysql-connecto+mysql

2003-09-02 Thread Marco Tedone
Have you tried to put the mysql jdbc connector jar file under common/lib? The problem here is that the file is not found in the classpath. Hope this will help, Marco - Original Message - From: Sathyan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 7:30 AM

RE: Virtual host and mod_jk2 connector setup questions

2003-09-02 Thread Clive Luk
Hi all tomcat guru, After mess around. I found out what the problem was. it was the web.xml. all the servlet tags has to place before the servlet-mapping tags. I assume that the tags in web.xml has to be put in a certain order. But another problem. I can access all the *.jsp file with no

Re: IllegalStateException - org.apache.coyote.tomcat4.CoyoteRequest.doGetSession()

2003-09-02 Thread YErkan
Thanks guys! I went through the code last night, after sending the e-mail. I think I found the problem. Our developer uses dynamically included JSP declaring session=true (by not declaring anything) while the parent declares session=false. We'll go through a set of tests anyway. I'm ashamed

Re: Start hangs indefinately, cpu to 100%

2003-09-02 Thread showery
Hello all, I have a problem when I test my web by JMeter. That is HTTP/1.1 400 Invalid path /login was requested. So I try the following approch to find why, 1. In browser, input http://localhost:8080/TSS/login.do?userid=adminpassword=admin;. and it successed. 2. use telnet to connection to

RE: Start hangs indefinately, cpu to 100% --solved

2003-09-02 Thread Shawn
Apperantly one of the jars in my lib was either corrupted or in conflict because after removing unneeded ones and updated others, it seems to be likeable Tomcat behavior as usual. --following was original post--- Using 4.1.27 (which starts normally except when a particular

Connecting Multiple Tomcat instances with Apache (mod_jk2)

2003-09-02 Thread Pérez Velo, Pedro Isabelo
Hello, I'm trying to connect by the jk2 connector, several Tomcat v4.1.18 instances with one Apache v2.0. We have Suse 2.4.19 as O.S. The problem arise when we connect several instances of Tomcat with Apache, note that we have changed the CATALINA_BASE variable to enable multiple tomcat

Re: tomcat+j2sdk+mysql-connecto+mysql

2003-09-02 Thread Sathyan
Hello Marco, i copied the mysql-jdbc driver in common/lib and this time i am getting error as [Tue Sep 02 14:59:22 IST 2003] error: PoolManager: Exception getting connection from stat : java.sql.SQLException: getConnection() timed-out at

TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread Kenneth Ahn Jensen
After using Tomcat for a long time, I seem to be getting into trouble lately. My Tomcat suddenly does not automatically find the servlets in context-dir/WEB-INF/classes - so I have to make a web.xml file for each context. My server.xml is pretty much like the original, except for the user

JSP form submit does not overwrite request parameter value

2003-09-02 Thread Adam Lipscombe
Folks, I have a JSP that contains a form with some input fields. This JSP is called and passed a parameter in the request object. i.e. http://page_url?myparam=abc One of the input fields in the form has the name as the parameter. i.e. input name=myparam ... However, when the form is

Re: TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread Sonja Löhr
Hi, Kenneth! Since v 4.1.x in $CATALINA_HOME/conf/webapps/web.xml the servlet-mapping wich maps /servlet/* to the invoker-servlet is commented out !-- servlet-mapping servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern /servlet-mapping -- This happened

Re: tomcat+j2sdk+mysql-connecto+mysql

2003-09-02 Thread Christopher Williams
Try to isolate the problem. Check that you can get a Connection object by doing something like the following: String driver = ...; String url = ...; String userName = ...; String pw = ...; Connection conn = null; try { Class.forName(driver); conn = DriverManager.getConnection(url,

Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
I'm trying to run Tomcat 4.1 (currently 4.1.27) without needing a full JDK. I don't need any JSP stuff whatsoever, just servlets. Does anyone know of a page explaining how to remove Jasper from Tomcat, or fancy explaining it here? I couldn't find anything in the archive (with only a couple of

Re: TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread Sonja Löhr
sorry, I gave you a wrong path, I mean of course $CATALINA_HOME/conf/web.xml Am Die, 2003-09-02 um 12.11 schrieb Sonja Löhr: Hi, Kenneth! Since v 4.1.x in $CATALINA_HOME/conf/webapps/web.xml the servlet-mapping wich maps /servlet/* to the invoker-servlet is commented out !--

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Tim Funk
I don't think you need to do anything. But you probaly want to do this: - remove $CATALINA/common/lib/jasper-compiler.jar - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references If you don't use precompiled jsp's - remove $CATALINA/common/lib/jasper-runtime.jar You might not need

Tomcat Manager bug ?

2003-09-02 Thread EXT / ALTIOR CABOU Carl (DRT)
Hi all. I used to use the tomcat manager to restart my apps on previous version of tomcat. But since I've moved to tomcat 4.1.27 I get a http 503 error when accessing an app reloaded by the tomcat manager. I have to restart tomcat to make it work well again (or to stop then start again the app).

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
I don't think you need to do anything. But you probaly want to do this: - remove $CATALINA/common/lib/jasper-compiler.jar - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references If you don't use precompiled jsp's - remove $CATALINA/common/lib/jasper-runtime.jar You might

Re: Tomcat Manager bug ?

2003-09-02 Thread Tim Funk
YOu mean this? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim EXT / ALTIOR CABOU Carl (DRT) wrote: Hi all. I used to use the tomcat manager to restart my apps on previous version of tomcat. But since I've moved to tomcat 4.1.27 I get a http 503 error when accessing an app reloaded

Re: Tomcat Manager bug ?

2003-09-02 Thread Jon Wingfield
Have you applied the hotfix? http://hillman-family.net/dist/jakarta/tomcat-4/binaries/ EXT / ALTIOR CABOU Carl (DRT) wrote: Hi all. I used to use the tomcat manager to restart my apps on previous version of tomcat. But since I've moved to tomcat 4.1.27 I get a http 503 error when accessing an

RE : JSP form submit does not overwrite request parameter value

2003-09-02 Thread Hertenstein Alain
Hi, I have a JSP that contains a form with some input fields. This JSP is called and passed a parameter in the request object. i.e. http://page_url?myparam=abc One of the input fields in the form has the name as the parameter. i.e. input name=myparam ... I don't understand your need of

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Thomas Kellerer
Jon Skeet schrieb: I'm trying to run Tomcat 4.1 (currently 4.1.27) without needing a full JDK. I don't need any JSP stuff whatsoever, just servlets. Does anyone know of a page explaining how to remove Jasper from Tomcat, or fancy explaining it here? I couldn't find anything in the archive (with

RE: Tomcat Manager bug ?

2003-09-02 Thread EXT / ALTIOR CABOU Carl (DRT)
yes, I do mean this. I'm downloading the fix. THanks -Message d'origine- De : Tim Funk [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 septembre 2003 13:25 À : Tomcat Users List Objet : Re: Tomcat Manager bug ? YOu mean this? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim

TC Admin Console

2003-09-02 Thread Nazir Wasim Ahmed
Hi All, I am new to TC and i am having problems accesing the admin console when i open the admin console with http://localhost:8008/admin, I am asked to log in. After i log in... i get some menu on the left hand frame... But when i click them nothing is displayed on the right hand frame.. Pls

Re: Unsubscribe Me

2003-09-02 Thread Jens Skripczynski
Indra Gunawan: Hi, I have sent blank messages to e-mail: [EMAIL PROTECTED] couple times but still I am still here . Please delete my email account from this list . Well , for administrators you should fix your unsubscribe mechanism coz it doesn't work . Did you recieve a confirmation message

RE: RE : JSP form submit does not overwrite request parameter value

2003-09-02 Thread Adam Lipscombe
Cool - Many thanks! Adam -Original Message- From: Hertenstein Alain [mailto:[EMAIL PROTECTED] Sent: 02 September 2003 12:25 To: 'Tomcat Users List' Subject: RE : JSP form submit does not overwrite request parameter value Hi, I have a JSP that contains a form with some input fields.

Re: TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread John Turner
http://jakarta.apache.org/tomcat/faq/misc.html#invoker John Kenneth Ahn Jensen wrote: After using Tomcat for a long time, I seem to be getting into trouble lately. My Tomcat suddenly does not automatically find the servlets in context-dir/WEB-INF/classes - so I have to make a web.xml file for

javax.servlet.http.HttpSession.getId() returns null

2003-09-02 Thread Johann Uhrmann
Hello, I am writing a single-sign-on filter that uses cookies and a request-wrapper in order to fake a form-based login in case the user is already authenticated in another web application. The filter needs some internal structures to perform the single-sign-on process, e.g. a map that associates

Which is the best way to install an application with connection pooling

2003-09-02 Thread Kevin Passey
I have normally stopped the server - edited the server XML file, put my war file in the webapps folder and re-started tomcat. Using the manager app - is there a way I can do this 1)from a remote system and 2)without manually editing the server XML file. I've have tried putting the jndi info

Re: $CATALINA_HOME/shared/lib is Ignored, Doc Grip

2003-09-02 Thread John Turner
FAQ/archives (at least weekly if not daily) NoClassDefFoundError != ClassNotFound John Tony LaPaso wrote: Hi all, I'm seeing behavior that seems contrary to the TC Documentation (seems to happen a lot). I'm running TC 5.0.9 on Win 2k, J2SDK 1.4.2_01. I have some JAR files (for JavaMail) in

Re: http://172.20.15.188(local ip:8080 did work ,but http://localhost:8080/didnotwork!!

2003-09-02 Thread John Turner
THIS IS BAD. PUT IT BACK and DON'T CHANGE IT. John wrote: Hi, I have edited my /etc/hosts file ,changed 127.0.0.1 to 172.20.15.188,and http://localhsot:8080/ still doesnot work. --- [EMAIL PROTECTED] Hi,I have installed rpm version of tomcat 4.1.24 on Red hat Advanced

RE: Tomcat Manager bug ?

2003-09-02 Thread EXT / ALTIOR CABOU Carl (DRT)
I'll check it out. thanks. -Message d'origine- De : Jon Wingfield [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 septembre 2003 13:34 À : Tomcat Users List Objet : Re: Tomcat Manager bug ? Have you applied the hotfix? http://hillman-family.net/dist/jakarta/tomcat-4/binaries/ EXT /

Re: Which is the best way to install an application with connectionp ooling

2003-09-02 Thread John Turner
There are a number of ways. If autoDeploy = true then you can just drop the WAR file in the Host's appBase directory. You can also use the manager app's various tasks (install, deploy, etc): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html This is easily accomplished with

Re: javax.servlet.http.HttpSession.getId() returns null

2003-09-02 Thread Tim Funk
Before going farthar, have you looked at the Single Sign On valve? If you are using container managed security(such as form authentication), those contraints are executed before the filter chain is ever made. (Otherwise) I am unsure of the semantics of getId() without re-reading the javadocs

Re: permissions for Tomcat+Apache integration

2003-09-02 Thread John Turner
Could you clarify? If you are using Apache, and you have *.jsp mapped correctly, your programming resources won't be shown to the world. Since all servlets are under WEB-INF, all you have to be concerned about are JSP. Properties files, etc. go under WEB-INF, as well. Applciation

RE: JSP vs C#/.NET

2003-09-02 Thread Jerry Birchler
M$ thinks they can take on the US justice department and doesn't mind offshoring jobs from the US. I'd say that the eventual backlash of that political reality will hurt them if the majority of American people believe that can they elect people who will represent them--That could be a stretch.

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
Just out of curiosity: I'm wondering why you want to do that? The overhead of the JDK over JRE isn't that big and disk space isn't usually a problem. We distribute the JRE in our installation. I know these days you're allowed to distribute tools.jar (and javac.exe?) but the JRE we

Re: TC 4.1.24 can't find my servlet-classes?

2003-09-02 Thread Kenneth Ahn Jensen
Sonja Löhr wrote: sorry, I gave you a wrong path, I mean of course $CATALINA_HOME/conf/web.xml Thank you very much. That was exactly the answer I needed. :-) -- Mvh Kenneth - To unsubscribe, e-mail: [EMAIL PROTECTED] For

tomcat apache SSL

2003-09-02 Thread Elif Akten
Hi All, I use apache web server and for jsp files I configureted tomcat. I try to make SSL connection with client authentication. I configureted apache and did nothing with tomcat (should I do??), it works, asks me for client certificate and verifys it. Everything looks fine but when I try

RE: JSP vs C#/.NET

2003-09-02 Thread Sudhir Movva
Please do not make this a politics discussion list. Decisions to use a technology is made based on many factors (which technology suits the requirements and preference of an enterprise as a whole, availability of resources in that technology, support provided, confidence of the customers... many

HTTP 400 error

2003-09-02 Thread showery
I have a problem when I test my web by JMeter. That is HTTP/1.1 400 Invalid path /login was requested. So I try, 1. In browser, input http://localhost:8080/TSS/login.do?userid=adminpassword=admin;. and it successed. 2. use telnet to connection to localhost, and send GET

RE: howto: multiple TC's on one machine

2003-09-02 Thread Shapira, Yoav
Howdy, Yes to all your questions -- you seem to understand it perfectly well. Have fun, Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 10:47 PM To: [EMAIL PROTECTED] Subject: howto: multiple

FW: Tomcat startup with JDBC Realm [RE-POST]

2003-09-02 Thread Koes, Derrick
-Original Message- From: Koes, Derrick Sent: Friday, August 29, 2003 11:05 AM To: '[EMAIL PROTECTED]' Subject: Tomcat startup with JDBC Realm I have a timing issue where both my database and tomcat are being run as Windows services. If my server reboots for some reason, even though

RE: Is server.xml DTD case-sensitive?

2003-09-02 Thread Shapira, Yoav
Howdy, Also note that server.xml doesn't and can't have a DTD/schema I would change can't have that to doesn't have. There are plenty of extensible xml documents that have dtds - JDO for example. This is an interesting theoretical argument. I actually tend to be on the can't have side until

Re: JSP vs C#/.NET

2003-09-02 Thread epyonne
Totally agree. There are plenty of forums on the web for this kind of political discussion. It is okay to compare (in a technical sense) the two technologies in a technical forum like this one, but it is inappropriate to bash Microsoft or the government. Such discussion should be taken off-line

RE: ThreadPool misbehavin

2003-09-02 Thread Shapira, Yoav
Howdy, SEVERE: Unexpected exception message in the logs from ThreadPool:652. I like the comment at line 651 that says, can never happen, .. Does Gotta love that ;) anyone know why this exception would happen? I know that my webapp does make Thread.interupt() calls, but the tomcat threads

RE: The sessionCreated is not called at TC 4.1.27

2003-09-02 Thread Shapira, Yoav
Howdy, FWIW, I use session listeners with 4.1.27 with no problems. All events get called as they should. Yoav Shapira Millennium ChemInformatics -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED] Sent: Sunday, August 31, 2003 6:53 PM To: [EMAIL PROTECTED] Subject: The

RE: Start hangs indefinately, cpu to 100%

2003-09-02 Thread Shapira, Yoav
Howdy, Could it be that your network was/is down or unavailable while it was starting with errors? Can you reproduce this behavior at will? Yoav Shapira Millennium ChemInformatics -Original Message- From: Shawn [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 2:42 AM To:

Re: FW: Tomcat startup with JDBC Realm [RE-POST]

2003-09-02 Thread Tim Funk
http://marc.theaimsgroup.com/?l=tomcat-userm=106216990220530w=2 -Tim Koes, Derrick wrote: -Original Message- From: Koes, Derrick Sent: Friday, August 29, 2003 11:05 AM To: '[EMAIL PROTECTED]' Subject: Tomcat startup with JDBC Realm I have a timing issue where both my database and

Re: javax.servlet.http.HttpSession.getId() returns null

2003-09-02 Thread Johann Uhrmann
Tim Funk wrote: Before going farthar, have you looked at the Single Sign On valve? If you are using container managed security(such as form authentication), those contraints are executed before the filter chain is ever made. Unfortunately, I cannot use container managed security because I have

Autodeploy to false, but still happening?

2003-09-02 Thread Jon Skeet
I should state that I'm pretty new to Tomcat 4, but have used Tomcat 3 for quite a while. In order to prevent the examples web-app from loading (which required the invoker servlet, which I've commented out completely for the moment), I thought I could just set the Host autoDeploy attribute to

Re: http://172.20.15.188(local ip:8080 did work ,but http://localhost:8080/didnotwork!!

2003-09-02 Thread Joe_Rattz
Not sure that it is relevant, but you have inverted characters in your localhost URL below. You have the os inverted to so. This may not be relevant because you had it correct in your original post, but in some subsequent posts, it is wrong. I wonder if some of the changes you have made

Re: Autodeploy to false, but still happening?

2003-09-02 Thread Remy Maucherat
Jon Skeet wrote: I should state that I'm pretty new to Tomcat 4, but have used Tomcat 3 for quite a while. In order to prevent the examples web-app from loading (which required the invoker servlet, which I've commented out completely for the moment), I thought I could just set the Host autoDeploy

RE: Autodeploy to false, but still happening?

2003-09-02 Thread Jon Skeet
There's liveDeploy too (periodic deployment), in addition to autoDeploy. Aha! Great, thanks very much. The attributes have been changed in Tomcat 5, BTW (refer to the docs). That shouldn't bother me for a while - we're only getting round to moving to Tomcat 4 now; it'll be years before we

RE: FW: Tomcat startup with JDBC Realm [RE-POST]

2003-09-02 Thread Koes, Derrick
Thanks Tim. It's tough to get approval for inclusion in my configuration without an official release and we're stuck on 4.1.X (actually 4.1.18) right now. I'll try it anyway. Derrick -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 9:59 AM

Re[2]: ThreadPool misbehavin

2003-09-02 Thread Anton Tagunov
Hello Yoav, and All! Since it's a user mail list, plz let one STUPID question, just want to know everything in the world =) SEVERE: Unexpected exception message in the logs from ThreadPool:652. I like the comment at line 651 that says, can never happen, .. Does SY Are you doing

RE: Autodeploy to false, but still happening?

2003-09-02 Thread Jon Skeet
Having managed to disable all of that, I'd really *like* to be able to use context XML files and *only* context XML files, i.e. part of autoDeploy but not the rest. I'm assuming I can't do that, which is fine - it would be nice, but it's no biggie. If I decide later on that it would be

Re: First Servlet 404 error

2003-09-02 Thread Jim Si
Then I got HTTP Status 500 error description The server encountered an internal error () that prevented it from fulfilling this request. exception java.lang.IllegalArgumentException: Path welcome.jsp does not start with a / character at

RE: Re[2]: ThreadPool misbehavin

2003-09-02 Thread Shapira, Yoav
Howdy, There's no static interrupt() call -- I was thinking sleep() and typing interrupt() ;) Your question wasn't stupid at all ;) So I guess my question to the original poster should be rephrase: are you doing Thread.sleep() or Thread.currentThread().sleep() ? I'm no longer as confident this

RE: First Servlet 404 error

2003-09-02 Thread Shapira, Yoav
Howdy, Read the spec... When asking for a RequestDispatcher the resource path you're requesting must start with a / indicating its relativity to the context docBase. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jim Si [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Win2003 IIS6 ISAPI filter problem

2003-09-02 Thread Nick Tatham
I posted this thread back in June-03 as I was having problems making the ISAPI redirector work under IIS 6 on Windows 2003. Now thanks entirely to Andrew Duey of TerraScan Inc., I now have this working. If you are using IIS V6, which ships with Windows Server 2003, you must allow the Web

Re: dbcp config problems

2003-09-02 Thread Paul
thanks, i appreciate the response. I checked out the reference you supplied. Started following it and realized that the commons-dbcp and -pool packages needed to be unzipped first - that the jar files were contained inside. Everything else worked once the proper packages were put in place. -pl

Re: Win2003 IIS6 ISAPI filter problem

2003-09-02 Thread John Turner
Excellent. Thank you for posting this, many IIS users have posted to the list trying to get the redirector to work with IIS 6. John Nick Tatham wrote: I posted this thread back in June-03 as I was having problems making the ISAPI redirector work under IIS 6 on Windows 2003. Now thanks

Howto : how to set context specific attributes when using 'war' files

2003-09-02 Thread Detlef Brendle
Hi all, I need to a special treatment of symbolic links as mentioned within this mailinglist before. *** Context path=/myApp docBase=myApp debug=0 Resources className=org.apache.naming.resources.FileDirContext allowLinking=true / /Context *** This works fine

RE: Howto : how to set context specific attributes when using 'war' files

2003-09-02 Thread Shapira, Yoav
Howdy, Take your context information out of server.xml into a file called context.xml and put context.xml in your WAR file under the META-INF directory. Yoav Shapira Millennium ChemInformatics -Original Message- From: Detlef Brendle [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

Re: HTTP 400 error

2003-09-02 Thread P . van Kemenade
Hi I have a problem when I test my web by JMeter. That is HTTP/1.1 400 Invalid path /login was requested. I have no idea about your actual problem, but noticed So I try, 1. In browser, input http://localhost:8080/TSS/login.do?userid=adminpassword=admin;. and it successed. 2. use telnet to

Re: HTTP 400 error

2003-09-02 Thread Tim Funk
Port # is legal. Host = Host : host [ : port ] ; Section 3.2.2 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23 -Tim P.van Kemenade wrote: Hi I have a problem when I test my web by JMeter. That is HTTP/1.1 400 Invalid path /login was requested. I have no idea about your

Problem while installing

2003-09-02 Thread Damien
Hi, I have a problem while installing tomcat. I'm following this instruction : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt I have used the last versions of the packages mentionned in this page : j2sdk-1_4_2_01-linux-i586.bin apache-ant-1.5.4-bin.tar.bz2 xalan-j_2_5_1-bin.tar.gz

bug #21252

2003-09-02 Thread Dmitry Beransky
Hi, I've run into the same problem as described by http://issues.apache.org/bugzilla/show_bug.cgi?id=21252 (I'm using Tomcat 4.1.27). The bug report's comments say that this issue has been fixed. Anyone knows in what version? Thanks Dmitry Here's the error message I'm getting:

RE: bug #21252

2003-09-02 Thread John Corrigan
I'm assuming that you are running under windows since you didn't specify the environment. What is that path to the jvm.dll being used by Tomcat? -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:53 AM To: [EMAIL PROTECTED] Subject:

Re: Problem while installing

2003-09-02 Thread Filip Hanik
cd jakarta-tomcat-5 ant update ant download ant dist should work for you Filip - Original Message - From: Damien [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:50 AM Subject: Problem while installing Hi, I have a problem while

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
At 12:03 PM 9/2/2003, you wrote: I'm assuming that you are running under windows since you didn't specify the environment. What is that path to the jvm.dll being used by Tomcat? Yep, that bug is indeed windows specific. The JDK path is c:\java\j2sdk1.4.1_02. I'm launching Tomcat from inside

404 error on Tomcat 4.1.27...

2003-09-02 Thread Darryl L. Pierce
My company has been using 4.0.6 for about a year now and we've recently upgraded to 4.1.27. On our production server, all works just fine: we can copy the WAR file into webapps, start Tomcat and all is well and good. However, on my development laptop, when I do the same thing with the same

Re: 404 error on Tomcat 4.1.27...

2003-09-02 Thread Filip Hanik
look in your log files, this usually means that the deployment of your context failed, and tomcat continued to start up Filip - Original Message - From: Darryl L. Pierce [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 12:46 PM Subject: 404 error

Re: Problem while installing

2003-09-02 Thread Remy Maucherat
Damien wrote: Hi, I have a problem while installing tomcat. I'm following this instruction : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt I have used the last versions of the packages mentionned in this page : j2sdk-1_4_2_01-linux-i586.bin apache-ant-1.5.4-bin.tar.bz2

Re: 404 error on Tomcat 4.1.27...

2003-09-02 Thread John Turner
What's the difference between your production environment and your laptop? Symlinks enabled? Invoker enabled? Etc. John Darryl L. Pierce wrote: My company has been using 4.0.6 for about a year now and we've recently upgraded to 4.1.27. On our production server, all works just fine: we can

RE: bug #21252

2003-09-02 Thread John Corrigan
Have you tried placing the values for the switches inside quotes? Since your paths contain spaces that would seem to be an issue. -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:21 PM To: Tomcat Users List Subject: RE: bug #21252

Re: Problem while installing

2003-09-02 Thread Damien
Le mar 02/09/2003 à 22:35, Remy Maucherat a écrit : Damien wrote: Hi, I have a problem while installing tomcat. I'm following this instruction : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt I have used the last versions of the packages mentionned in this page :

Re: 404 error on Tomcat 4.1.27...

2003-09-02 Thread Holger Klawitter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Tuesday 02 September 2003 21:46 schrieb Darryl L. Pierce: [...]I *always* get a 404 error. In your webapp, do you rely on the invoker Serlvet to be enabled? See the web.xml in $TOMCAT_HOME/conf. Mit freundlichem Gruß / With kind regards

Re: bug #21252

2003-09-02 Thread Marco Tedone
Yes, the problem is the JDK installed under C. Install it under another partition (with no spaces, i.e. I installed it under D:\J2SE) and it will work. Marco - Original Message - From: John Corrigan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 02,

Re: 404 error on Tomcat 4.1.27...

2003-09-02 Thread Luciano Kiniti Issoe
We had the same problem here, in our case it was a NoSuchMethodException generated when we compiled the code in JBuilder using some strange flags. To debug this info, you must tail your localhost_log.2003-XX-XX.txt file under the $TOMCAT_HOME/logs/ If you find the error but yet have no idea about

Re: Problem while installing

2003-09-02 Thread Filip Hanik
also try to switch the download and update, I've been away for a while so I can't remember the order :) cd jakarta-tomcat-5 ant download ant update ant dist should work for you - Original Message - From: Damien [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday,

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
I just moved the tomcat installation to c:\tomcat and that solved the problem. I guess the invocation command was indeed getting too long. I'm fine for now, but the way I structure my dev projects, I'll be adding more paths in the future, so this problem may yet return. Is this solvable at

RE: bug #21252

2003-09-02 Thread John Corrigan
Why is the the location of the JDK a problem here? The endorsed directories and classpath seem to be the problem to me. -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:44 PM To: Tomcat Users List Subject: Re: bug #21252 Yes, the

Re: JAASRealm with Basic Authentication

2003-09-02 Thread Christopher Williams
Quoting from the recent 'Tomcat: The Definitive Guide' book: At the time of this writing, this realm (i.e. JAAS) implementation does not seem to work Possibly it still doesn't. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: JSP vs C#/.NET

2003-09-02 Thread Marco Tedone
I would ask: can .NET stay competitive with Java/JSP? Marco - Original Message - From: Xingqun Jiang [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 01, 2003 10:11 PM Subject: Re: JSP vs C#/.NET Sorry, guys, I posted this messages a few days ago.

restart tomcat everytime I make change to servlet

2003-09-02 Thread Clive Luk
Hi list, I have come up another problem with making changes on servlet. Hope someone can give me a hand on that. This is how I do it. 1. make changes to servlet1.java 2. javac servlet1.java 3. copy the servlet1.class to /whatever/WEB-INF/classes The problem is I don't have any problem running

Re: restart tomcat everytime I make change to servlet

2003-09-02 Thread Filip Hanik
you will need to restart the context I believe, but if you truly want this functionality, put your servlet code in a JSP Filip - Original Message - From: Clive Luk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 5:13 PM Subject: restart tomcat

Re: Any contractors from HK, S.E.Asia or India in this forum ?

2003-09-02 Thread achana
Beacuse I'm trying t put together a dedicated team in HK Santos Jha wrote: dude/dudess Why are u asking this question. Yes I am from SE Asia .so? [EMAIL PROTECTED] wrote: C'mon There are 7+ million people in HK, x-number of multi-nationals from y-number of

RE: restart tomcat everytime I make change to servlet

2003-09-02 Thread Clive Luk
Hi, As I can see from the logs the HelloWorld.class was modifed and TC is noticed that. catalina.out WebappClassLoader: Resource '/WEB-INF/classes/HelloWorld.class' was modified; Date is now: Wed Sep 03 11:21:41 EST 2003 Was: Wed Sep 03 11:13:25

RE: Any contractors from HK, S.E.Asia or India in this forum ?

2003-09-02 Thread Clive Luk
I am from HK but i am working in australia... but i am still after help i can be a hk team if you don't mind... Cheers, Clive -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 9:37 AM To: Tomcat Users

Re: Any contractors from HK, S.E.Asia or India in this forum ?

2003-09-02 Thread engp0510
From PR. China studying in Singapore. - Original Message - From: Clive Luk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 9:32 AM Subject: RE: Any contractors from HK, S.E.Asia or India in this forum ? I am from HK but i am working in

Re: Any contractors from HK, S.E.Asia or India in this forum ?

2003-09-02 Thread unplug
I am exactly from HK. engp0510 wrote: From PR. China studying in Singapore. - Original Message - From: Clive Luk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 9:32 AM Subject: RE: Any contractors from HK, S.E.Asia or India in this

RE: restart tomcat everytime I make change to servlet

2003-09-02 Thread Clive Luk
Filip, But the servlet is sitting in one of the virtual host i setup. I can't see my virtual host setting in my tomcat manager. I only see the default setting in the manager. is there any other way? Cheers, Clive -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent:

  1   2   >