Re: Informix connection pooling via JNDI resource

2002-03-21 Thread Lev Assinovsky
Current connection pool (Tyrex) provides just straight connections. Try DBCP. It's not released yet but works. You need three subprojects: collections, pool, and dbcp. All are under commons. Take nightly builds (collections is released) and put all three jars into $CATALINA_HOME/common/lib. In

Re: problems running tomcat4.04b1 under cygwin - RECOMMENDATION

2002-03-21 Thread tek1
before, i had problems running the both startup.sh and catalina.sh files as they were under cygwin. however, i made the below changes and everything is working ok. is it possible to update the below files in the distribution to includes the following changes? startup.sh

Tomcat 4.0.2 Macintosh Bug VERIFIED and KILLED

2002-03-21 Thread Anders Rundgren
In: org.apache.catalina.util.CookieTools.java a flag Secure is added to JSESSIONIDs for SSL sessions. This is incompatible with Mac IE 5.0. RFC-compliant though What is the *future* way to handle this? We of course patched our TC. Open Source is just GREAT! Best Regards Anders Rundgren

RE: TC 4 - URLRewrite :: repost

2002-03-21 Thread Reynir Hübner
yes.. I am interested in that. thanx -reynir -Original Message- From: James Williamson [mailto:[EMAIL PROTECTED]] Sent: 20. mars 2002 20:55 To: Tomcat Users List Subject: Re: TC 4 - URLRewrite :: repost Hi Reynir, I looked into this quite deeply, it seems like you can't

Of topic: When to use J2EE

2002-03-21 Thread AMRAN121
Hi I normally program using JSP and Java Beans. I wanted to know why you need to program using EJB. I have read information at the Sun site but I really would like someone to share their personal experience of a situation where you would need to use it (Does it offer more security? Is their a

Tomcat 4.0.4 and IIS please help?...........

2002-03-21 Thread Carlos Martins
Hello, Could anyone please help me configure this setup? ISS calling Tomcat. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Unable to create jar cache

2002-03-21 Thread Yu-Meng Chong
Hi All ! I downloaded the latest version, Tomcat 4.0.3 for Linux and untarred it. When I launch it, I get an error that says : Error unable to create jar cache in /tmp directory. I never encountered this error in any of the previous versions of Tomcat I have downloaded and used, so this came as

Re: Unable to create jar cache

2002-03-21 Thread James Williamson
You sure you haven't run out of disk space? James Williamson www.nameonthe.net - Original Message - From: Yu-Meng Chong [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 10:28 AM Subject: Unable to create jar cache Hi All ! I downloaded the

RE: Tomcat 4 with Apache 1.3

2002-03-21 Thread Arnaud Heritier
Hi robert ! I wrote this e-mail this morning. It could help you ! good luck. == Firstly I think it is better to get tomcat 4.0.1 or higher because the ajp module isn't packaged in the 4.0.

RE: Tomcat 4.0.4 and IIS please help?...........

2002-03-21 Thread Carlos Martins
Most helpful!! many thanks! Carlos -Original Message- From: Pedro F Gaspar [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 21 de Março de 2002 10:21 To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0.4 and IIS please help?... Check this link:

Re: Unable to create jar cache

2002-03-21 Thread Yu-Meng Chong
Hmm... well, according to df it says that only 4% of the /tmp partition is being used up. Thanks and Regards, pascal chong - Original Message - From: James Williamson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 6:21 PM Subject: Re: Unable to

Odp: Re: Unable to create jar cache

2002-03-21 Thread tszacon
Hi ! I've changed VM from Sun to IBM and now i have exactly the same problem, so maybe it is not tomcat false. Any other suggestions ? Tom -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

AW: problems running tomcat4.04b1 under cygwin - RECOMMENDATION

2002-03-21 Thread Alexander Reifinger
[tomcat on cygwin] alexander, thanks for your help! :) Oh, did I? I just pointed out the opening window, the honor is yours ;-) Thanks anyway! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Re: Unable to create jar cache

2002-03-21 Thread Yu-Meng Chong
Hey ! You could be on to something here !! I'm using the IBM JDK as well !! I'm going to check this out right now ... Regards, pascal chong - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 7:35 PM Subject: Odp: Re:

Re: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread Surya Suravarapu
I didn't get any responses, so I'm reposting with some summary. I'm pretty sure some body might have a solution for this. Summary: Is it possible to protect a resource in a particular folder which is under web application context? By protection I mean, only my application has to use that

RE: petstore 1.3 on Tomcat 4 as J2EE server

2002-03-21 Thread Randy Layman
-Original Message- From: robert rowntree [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 12:17 AM To: [EMAIL PROTECTED] Subject: petstore 1.3 on Tomcat 4 as J2EE server without running the J2EE server that comes with the J2SDKEE1.3 download, I tried deploying the

Re: Re: Unable to create jar cache

2002-03-21 Thread Yu-Meng Chong
You are absolutely right !!! Looks like 13 is the unlucky number for IBM (their most recent release is SR13). I reverted back to the January Service Release of IBM's JDK and the error disappeared. I guess I'll have to feedback this bug on the IBM newsgroup... Thanks a million, Tom !! You saved

RE: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread Barney Hamish
I had a similar problem. I kept the files out of the webapps folder. I wrote a servlet that checks the username before serving up the file. If the user has access to the file then it sends it otherwise it blocks access. Hamish -Original Message- From: Surya Suravarapu [mailto:[EMAIL

Servlet wierd behaviour regarding concurrency in tomcat 4.0.1(Sorry if i sent it twice)

2002-03-21 Thread Achilleus Mantzios
Hi, I have seen a strange threading behaviour in catalina engine. For servlets that a) Dont implement SingleThreadModel b) Dont synchronize over resources c) Dont have service methods synchronized, the server serves 2 concurrent requests to 2 clients requesting the same URL sequentially. Suppose

RE: Tomcat 4.0.1 to 4.0.3 upgrade problem

2002-03-21 Thread Cox, Charlie
compile your sources with debug turned on. This will give you line numbers This is a problem in your MnvuPage class. Some object is null and you don't check for null before using it. Charlie -Original Message- From: Joel Sather [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20,

using jsp:getProperty with session scope

2002-03-21 Thread Isak Rickyanto
Please help me learn about getProperty ... My first page is : %@ page language=java session=true % jsp:useBean id=status class=learnjsp.Status scope=session / Set The property jsp:setProperty name=status property=name value=Isak Rickyanto / jsp:setProperty name=status property=married

Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Isak Rickyanto
Hello all please help me... OK... I try to compile Java program to make simple custom tag I found error when compile it... I think because it doesn't found the jar file needed to compile.. I found that the jar file needed to compile in Tomcat 3 is servlet.jar but I use Tomcat 4.0.1

AW: using jsp:getProperty with session scope

2002-03-21 Thread Ralph Einfeldt
Probably because you lost your session between the pages. Print out the session id. Make shure that you have cookies enabled in the browser or that you use response.encodeUrl() to create the link between the two pages. -Ursprüngliche Nachricht- Von: Isak Rickyanto [mailto:[EMAIL

SV: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Klosa Uwe
smime.p7m Description: application/pkcs7-mime

Re: Load Balacing Apache-Tomcat

2002-03-21 Thread Bernd Koecke
mod_jk from jakarta-tomcat-connectors should do the trick with the lb worker. When the lb-factor is set to the same value for all workers, it should work with round-robin and sticky sessions. Bye Bernd Chris Ruegger wrote: We are using Apache as a front-end proxy to multiple tomcat

Tomcat 4.0 / Apache

2002-03-21 Thread l.marot
I've been playing for several months with tomcat as a standalone server and it works fine but i'd like now to make it work with apache. I've heard a lot about difficulties using mod_webapp, mod_jk, mod_jserv could someone show me the right way ? my conf : Apache 1.3.23 / tomacat 4.0 / Win2K

tomcat4.0.3 init startup script for solaris 8?

2002-03-21 Thread C Cayetano
All, Does anyone have a stable init startup script for Tomcat 4.0.3 under Solaris 8? I've made serveral efforts to create one, but have been unsuccessful. Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Servlet wierd behaviour regarding concurrency in tomcat 4.0.1

2002-03-21 Thread Achilleus Mantzios
Hi, I have seen a strange threading behaviour in catalina engine. For servlets that a) Dont implement SingleThreadModel b) Dont synchronize over resources c) Dont have service methods synchronized, the server serves 2 concurrent requests to 2 clients requesting the same URL sequentially. Suppose

Re: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread todd tredeau
This is sort of easy... of course you run your site through Apache... which in turns does this connection deny from all somedirectory in your application or code... include something from somedirectory todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source

Re: Tomcat 4.0.4-b1 does not work Help Help..................

2002-03-21 Thread todd tredeau
download a build older than 3-7-2002 greetings todd Uma Munugala wrote: Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were used for standalone application. does static

Servlet Deploy Problem Help

2002-03-21 Thread Sanjay Bahal
I am just restarting this thread. My problem remains unsolved. I am running Tomcat4.01/NT. The setup should be OK as the examples run. I am trying to deploy the HelloWorldExample. My directory structure is- Tomcat4\webapps\search\WEB-INF\classes I have my .htm file in the \search directory and

Distribution of production systems??

2002-03-21 Thread Brown Bay
I have an application that is ready to ship and uses basically servlets and JSPs. Our preferred system of choice is Tomcat/Apache, but there might be scenarios where customers would like to choose Websphere or BEA or . In this case we are considering packaging the application as a .war file

RE: Tomcat 4.0 / Apache

2002-03-21 Thread Chris Pheby
Here are my notes on Tomcat 4 / Apache / MySQL / Netbeans / Mozilla... Perhaps someone wants to tell me of a suitable place (on Jakarta?) to host documents like this. Chris - 1) Install Apache Install Apache_1.3.22-win32-x86.exe (Windows Installer of latest stable release) to

RE: Servlet Deploy Problem Help

2002-03-21 Thread Randy Layman
The stack trace you included indicates that you are running the servlet, but its throwing an exception. -Original Message- From: Sanjay Bahal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: Servlet Deploy Problem Help I

RE: Servlet Deploy Problem Help

2002-03-21 Thread Lance Smith
In you're web.xml change: servlet-mapping servlet-nameHelloWorld/servlet-name url-pattern/hello/url-pattern /servlet-mapping to : servlet-mapping servlet-nameHelloWorld/servlet-name url-pattern/hello/*/url-pattern /servlet-mapping Then you should be able

many java processes

2002-03-21 Thread Dean Hiller
On linux did anybody ever get a linux patch for fixing the problem of one process per java thread. I read on the sun bug parade they were going to port to a new threading model but we needed to update the linux threading I have seen many e-mails complaining about how tomcat creates s

Re: Log4j initialization problem

2002-03-21 Thread Sriram N
Hello, Here's an idea, thouh I'm not sure it's a clean one... 1. In the contextStarted, get hold of the real path from the servlet context. Let's say you get /var/tomcat/webapps/myapp/. 2. Set this to a System property e.g. String currentWebAppPath = /var/tomcat/webapps/myapp/;

Re: many java processes

2002-03-21 Thread D. Jay Newman
On linux did anybody ever get a linux patch for fixing the problem of one process per java thread. I read on the sun bug parade they were going to port to a new threading model but we needed to update the linux threading I have seen many e-mails complaining about how tomcat creates

Problems with Database Connections

2002-03-21 Thread Andreas Metz
Hello, i hope you can help me here. I will make a Database Connection with the J2EE. In my Java File i make following procedure. Context beanCtx = new InitialContext(); DataSource ds = (DataSource)beanCtx.lookup(java:/comp/env/Sprachdaten); dbConnection = ds.getConnection(); dbStatement

Redirecting std err on win2000 to catalina.out

2002-03-21 Thread john bell
Sorry logging again. My Tomact 4 std error stream on Win2000 is not directed at $CATALINA_HOME/logs/catalina.out in the catalina.bat file. Could anyone tell me the syntax to use please. In addition within a servlet I use log(some message) and I cannot find where this is going to. John

RE: Servlet Deploy Problem Help

2002-03-21 Thread Sanjay Bahal
Thanks of the insight. The servlet is a HelloWorld example. The only imports in the class are: import java.io.*; import java.text.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; I would easily suppose these should be available to Tomcat. If not what do I do. Thanks

RE: Servlet Deploy Problem Help

2002-03-21 Thread Randy Layman
Your problem isn't in the loaded classes (that would be a class not found). Instead look at where you are calling the method java.util.ResourceBundle.getBundle. The parameter you are passing in references a resource that Tomcat can't find. Randy -Original Message-

Re: using jsp:getProperty with session scope

2002-03-21 Thread Isak Rickyanto
Thank's very much.. I found the problem is I disable cookie.. ; Make shure that you have cookies enabled in the browser or that you use response.encodeUrl() to create the link between the two pages. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: Servlet Deploy Problem Help

2002-03-21 Thread Sanjay Bahal
Lance Thanks. What does servlet-mapping mean- is it directory structure or an alias to a servlet.I was trying to use /hello as an alias for the HelloWorld servlet and try calling it by /hello or by full URL /hello- am I completely off on this. and what is this anything? Thanks again

JNDI - Custom Factory

2002-03-21 Thread Elisabeth Julg
Hi, I have a problem with NamingException : Cannot create resource instance with code : initCtx = new InitialContext(); } envCtx = (Context) initCtx.lookup(java:comp/env); System.out.println(envCtx.lookup(bean/MemoireFactory)); || NamingException : Cannot create

Re: many java processes

2002-03-21 Thread Dean Hiller
than why do they all have a different process id?? Also, how what would the option be to turn off viewing of threads and just view processes? thanks for your help Jay, Dean D. Jay Newman wrote: On linux did anybody ever get a linux patch for fixing the problem of one process per java

Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread mh
I use Apache 1.3.19 Tomcat 4.0.1 via mod_jk on Linux platform. I try to do this in a servlet : String authHeader = request.getHeader(Authorization); if (authHeader != null) { AuthInternaute ai = new AuthInternaute(authHeader); String username = ai.getUsername(); String password =

Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread David Cassidy
can you send the full set of headers that you get back ? wget -s will do this .. D mh wrote: I use Apache 1.3.19 Tomcat 4.0.1 via mod_jk on Linux platform. I try to do this in a servlet : String authHeader = request.getHeader(Authorization); if (authHeader != null) { AuthInternaute ai =

Re: many java processes

2002-03-21 Thread D. Jay Newman
I looked at my ps output, and they do seem to each have a different pid. However, I will look into this. I *think* that I have native threads on this machine. I don't know ps well enough to find the right option, but there is always man ps... than why do they all have a different process id??

Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread mh
--16:17:44-- http://dev.cerib.reflexe.fr/cerib_BD = `cerib_BD' Connexion vers dev.cerib.reflexe.fr:80...Connecté! requête HTTP transmise, en attente de la réponse...302 Found 2 Date: Thu, 21 Mar 2002 15:17:44 GMT 3 Server: Apache/1.3.19 (Unix) (Red-Hat/Linux) mod_jk PHP/4.0.1pl2

Re: many java processes

2002-03-21 Thread Jean-Luc BEAUDET
D. Jay Newman a écrit : I looked at my ps output, and they do seem to each have a different pid. However, I will look into this. I *think* that I have native threads on this machine. I don't know ps well enough to find the right option, but there is always man ps... than why do they

RE: many java processes

2002-03-21 Thread Cato, Christopher
pstree -p might help to show what get's started by what For the processes, they aren't really processes as someone has said earlier but rather the LINUX representation of threads. Threads are shown as processes. Does the fact that threads are shown as processes in PS cause you any problems? If

RE: many java processes

2002-03-21 Thread Furmaniak Christophe
pstree -p might help to show what get's started by what and if you prefer to have a true ps output, just try ps -faux CF -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Of topic: When to use J2EE

2002-03-21 Thread AMRAN121
REpost I normally program using JSP and Java Beans. I wanted to know why you need to program using EJB. I have read information at the Sun site but I really would like someone to share their personal experience of a situation where you would need to use it (Does it offer more security? Is

can I use only tomcat with out Apache httpd server

2002-03-21 Thread Uma Munugala
Hi I installed tomcat 4.0.4b1 and apache httpd sever. My question is can tomcat work without starting apache httpd, do I have to start both of them and some how link them. I tried to start tomcat alone and its examples working but when I run my servlet iam getting error

Re: Struggling for one week please Help Help..................

2002-03-21 Thread Daniel Hinojosa
Uma Munugala wrote: Hi Daniel I double checked that compiler, iam using jdk1.3 for compiling my source codee and tomcat uses jdk1.3. classes are located in /WEB-INF/classes. Thanks Uma -Original Message- From: Daniel Hinojosa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March

Re: many java processes

2002-03-21 Thread Dean Hiller
thanks all for the help, I have a much better understanding of what is going on. Our customers were complaining about that. I will contact redhat as to see if they are going to fix that or not. thanks, Dean Furmaniak Christophe wrote: pstree -p might help to show what get's started by

Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread David Cassidy
What do you get if you connect to the tomcat 8080 port and do the same thing ? D mh wrote: --16:17:44-- http://dev.cerib.reflexe.fr/cerib_BD = `cerib_BD' Connexion vers dev.cerib.reflexe.fr:80...Connecté! requête HTTP transmise, en attente de la réponse...302 Found 2 Date: Thu,

Re: many java processes

2002-03-21 Thread Jason Koeninger
I missed a lot of this thread, but given some of the comments made, I thought I should post some information. FWIW, these discussions take place frequently and can be found in the list archives. The Linux thread implementation represents a thread as a process. That's why you see tons of

Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread mh
It works fine with tomcat standalone tomcat port 8080 - Original Message - From: David Cassidy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 4:40 PM Subject: Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC What do you get if you

Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread David Cassidy
Can I see the headers ? mh wrote: It works fine with tomcat standalone tomcat port 8080 - Original Message - From: David Cassidy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 4:40 PM Subject: Re: Apache Tomcat

Re: Apache Tomcat response.setHeader(WWW-Authenticate,BASIC

2002-03-21 Thread mh
I do : wget -s and I see this : --16:57:34-- http://dev.cerib.reflexe.fr/cerib_BDAdmin = `cerib_BDAdmin' Connexion vers dev.cerib.reflexe.fr:80...Connecté! requête HTTP transmise, en attente de la réponse...302 Found Location: http://dev.cerib.reflexe.fr/cerib/cerib_BDAdmin [suivant]

Tomcat 4.0.3. is not unpacking my WAR file

2002-03-21 Thread Jeff Larsen
Tomcat 4.0.3 is NOT unpacking my WAR file and my application is not getting loaded. Is this a bug or is there a configuration issue that I am missing. If I run without unpacking the war (i.e., docBase=online.war), the application runs just fine, but then I can't have Apache httpd serve my

?Different process/jvm for each webapp?

2002-03-21 Thread tomcat raymond
tomcat and webapps is every webapp/application in tomcat run in its own jvm/address space/process? i see a number of webapplications, accessing a different application scoped variable with the same name. regards all, vj - Do You Yahoo!? Get personalised at My

Re: Of topic: When to use J2EE

2002-03-21 Thread Markus Spath
[EMAIL PROTECTED] wrote: REpost I normally program using JSP and Java Beans. I wanted to know why you need to program using EJB. I have read information at the Sun site but I really would like someone to share their personal experience of a situation where you would need to use it

RE: can I use only tomcat with out Apache httpd server

2002-03-21 Thread Huy K Dung
I believe Tomcat can work as a httpd server as well as app server. The reason one would use Apache with Tomcat is because Apache is a better httpd server than Tomcat. The reason Tomcat doesn't work for you is because of misconfigurations somewhere. I've been using Tomcat alone for development

RE: Servlet Deploy Problem Help

2002-03-21 Thread Sanjay Bahal
Lance, So in other words if I may to /hello/* I would be able to call my servelet with /hello? or the full URL http://localhost:8080/search/hello? I tried it did not work- requested resource (/hello) is not available. Thanks a lot, Sanjay --- Lance Smith [EMAIL PROTECTED] wrote: Sanjay, The

RE: Servlet Deploy Problem Help

2002-03-21 Thread Sanjay Bahal
Randy, Yes that was the problem.Now when I give the complete path-http://localhost:8080/search/servlet/HelloWorldExample I can execute the class. But I still can not execute the class with: /hello or http://localhost:8080/search/HelloWorld or http://localhost:8080/search/servlet/HelloWorld

Re: Tomcat 4.0.3. is not unpacking my WAR file

2002-03-21 Thread Daniel Bruce Lynes
On March 21, 2002 08:02 am, you wrote: Tomcat 4.0.3 is NOT unpacking my WAR file and my application is not getting loaded. Is this a bug or is there a configuration issue that I am missing. It'll only do this if the server is restarted. Tomcat doesn't support on-the-fly deploy yet. I've

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-21 Thread Leila Lappin
thanks I put all the listed jars in my classpath and it worked. thanks again. - Original Message - From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 10:47 PM Subject: Re: j2sdk1.4 compilation errors, any good

Re: Tomcat 4.0.3. is not unpacking my WAR file

2002-03-21 Thread Jeff Larsen
Let me clarify: Tomcat NEVER unpacks the war, not when it's restarted, and even if the directory is not there. On restart, Tomcat complains that it can't start the application, because the directory does not exists. - Original Message - From: Daniel Bruce Lynes [EMAIL PROTECTED] To:

RE: Tomcat 4.0.1 to 4.0.3 upgrade problem

2002-03-21 Thread Joel Sather
I finally tracked the problem down to a req.getRemoteHost() call that was being made. It works fine in 4.0.1 via Apache, but in 4.0.2 and higher if the call is via Apache it returns null. In order to fix it, I set the AJP13 connector to enableLookups=true in server.xml and also had to set

RE: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Andy Eastham
Isak, It's still servlet.jar, in tomcat4\common\lib. Andy -Original Message- From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 05:42 To: Tomcat User Group Subject: Please help me found Jar file needed to compile Tag Handler Hello all please help me...

Re: Solaris Install Question

2002-03-21 Thread Jeff Larsen
Solaris will not allow an unprivileged user (i.e., not the root user) to open a server on a port number below 1024. You must run as root or use a higher port number. Jeff - Original Message - From: Scott Purcell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 21, 2002

Problem with win2k installation of 4.0.3

2002-03-21 Thread Soren Dayton
Hi, I get the following error when I start the Apache Tomcat Service: The Java Virtual Machine has exited with a code of 2, the service is being stopped. JAVA_HOME is set to c:\j2sdk1.4.0, which actually does contain j2sdk 1.4.0 (installed via the j2sdk-1.4.0_win.exe installer from Sun) The

Re: Solaris Install Question

2002-03-21 Thread Joel Sather
It also looks like it is trying to open port 8005 and that it is already in use. Check the server.xml and see what is trying to use that--you may not need it if it is the AJP connector or something like that. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED]

coyote httpconnector design

2002-03-21 Thread peter lin
I searched the tomcat-user archive and couldn't find anything on the design difference between coyote and httpconnector in 4.0.1-4.0.3 tomcat releases. If anyone can point in the right direction, I'd really appreciate it. Here is a little background on why I am looking for the information.

Re: many java processes

2002-03-21 Thread Erwin Ambrosch
When I do a ps and Tomcat is running I get a different pid for each Java (Process?). pstree also says that there are some java (Processes?) are running. Can you say me how I can determine whetere all the Java (Prosesses) are belonging to the same process. Are you sure to not missinterpreting

RE: Solaris Install Question

2002-03-21 Thread Andy Eastham
Scott, I think processes have to run as root to open sockets below 1024? Try it on a higher port number such as 8180 Andy -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 16:45 To: [EMAIL PROTECTED] Subject: Solaris Install Question I am

J2EE Security Technical Session at JavaOne

2002-03-21 Thread tomcat
Given the numerous security questions posted to this list, we'd like to ensure that those attending JavaOne know about our technical session: My Stuff, Your Stuff, Their Stuff: A Tutorial on Application Security for the JavaTM 2 Platform, Enterprise Edition (J2EETM) Wednesday March 27,

Re: coyote httpconnector design

2002-03-21 Thread Craig R. McClanahan
On Thu, 21 Mar 2002, peter lin wrote: Date: Thu, 21 Mar 2002 12:24:24 -0500 From: peter lin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: coyote httpconnector design I searched the tomcat-user archive and couldn't find

TOMCAT 4.0.1 - OutOfMemoryError when connecting to DB2

2002-03-21 Thread Madhavi Kavaturu
Hi All! This is my first attempt to use TOMCAT and I am stuck with a problem. Any help would be greatly appreciated. Here's my enviroment: OS : Windows NT TOMCAT 4.0.1 JDK 1.2 / J2SE Version 1.3.1_01 Database: IBM DB2 Universal Database Version 7 (Personal Edition) Problem I'm facing: I am

Does tomcat support session management and connection pooling

2002-03-21 Thread Uma Munugala
Hi I wanted to know if tomcat supports session management and connection pooling if so what are the modules i have to down load. can some body point me to that url Thanks Uma -Original Message- From: Lev Assinovsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 8:49 AM

Re: Solaris Install Question

2002-03-21 Thread Jean-Luc BEAUDET
Scott Purcell a Ýcrit : I am trying to install Tomcat 4.0.3 on Solaris and I am having some issues getting the product to start. I downloaded the jakarta-tomcat.4.0.3.tar.gz from the site and extracted the files. I am a new employee here and I am installing it as myself in my own

RE: Servlet Deploy Problem Help

2002-03-21 Thread Lance Smith
try http://localhost:8080/search/hello/HelloWorld let me know if this works. Lance -Original Message- From: Sanjay Bahal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 10:13 AM To: Tomcat Users List Subject: RE: Servlet Deploy Problem Help Lance, So in other words if I may

RE: Servlet Deploy Problem Help

2002-03-21 Thread Lance Smith
oops I missed that it was in the stack trace. Sorry, Lance -Original Message- From: Sanjay Bahal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 10:20 AM To: Tomcat Users List Subject: RE: Servlet Deploy Problem Help Randy, Yes that was the problem.Now when I give the

Servlet mapping question

2002-03-21 Thread Sean LeBlanc
I want to have a servlet listen at the top level of my app for urls of this type: http://www.myserver.com/foo http://www.myserver.com/bar etc. Basically, anything NOT in a subdir, or ending in .jsp or .html. I want the foo and bar to be data driven, not something I have to put into the web.xml

RE: mod_jk problems

2002-03-21 Thread Robert Abbate
Thank you! I will try that. I am using Java 1.3 Robert -Original Message- From: Griffith, Patrick, CTR, AFPCA/OAA [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 10:47 AM To: 'Tomcat Users List' Subject: RE: mod_jk problems I had something similar to this. I could get tomcat

HTTPS error

2002-03-21 Thread Nicholls, Leon
Hi I have installed Tomcat 3.3a on Windows 2000. I get this weird exception generated by Tomcat the first time I use HTTPS to access the server. I am using a self-signed keystore. A dialog does popup in the browser to allow the user to accept the certificate. The page does load fine and Tomcat

JSPC problem

2002-03-21 Thread Nicholls, Leon
Hi I have been trying to use the java precompiler for Tomcat 3.3a. However, I am getting weird error messages. It seems to complain about not finding the crimson xml parser, but the crimson.jar file is located under jakarta-tomcat/lib/container. The crimson parser seems to have registered itself

RE: Distribution of production systems??

2002-03-21 Thread Shapira, Yoav
Hi, JARs and WARs and EARs, oh my ;) A WebApplicationArchive (WAR) contains the files for a web application, e.g. servlets, JSPs, static files (html, images, libraries, etc.) and so on, as well as that web application's deployment descriptor (web.xml). An EAR typically contains more than a

minimun requirment of computer to run tomcat

2002-03-21 Thread divyakant verma
Hi anyone know what is the minimum requirment to run the Tomcat to run servlet jsp. Thank you. Divyakant Verma __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ -- To unsubscribe: mailto:[EMAIL

RE: Servlet Deploy Problem Help

2002-03-21 Thread Sanjay Bahal
Lance - yes it works thanks a lot. But what are other shorter forms that I can use to call the servlet. I would hope to call it with like /search/hello. What has the /hello/* mapping bought me. Thanks Sanjay --- Lance Smith [EMAIL PROTECTED] wrote: try

Re: coyote httpconnector design

2002-03-21 Thread peter lin
thanks craig for responding. Here are more details. Craig R. McClanahan wrote: Here is a little background on why I am looking for the information. I've been doing some performance benchmarks comparing coyote and httpconnector on 4.0.2 and 4.0.3 with JSTL. My test pages use a lot of

Debian Woody / Tomcat / Example JSPs

2002-03-21 Thread Marcus Bungert
Hello everybody, first at all, I'm sorry for my poor english but I hope you understand my problem description. I tried to install Tomcat 3.3a with mod_jk for Apache 1.3.23 and Blackdown J2SDK1.3 to my Debian Woody. After the installation I'm able to access /examples via Port 8081 and via

Re: minimun requirment of computer to run tomcat

2002-03-21 Thread Mark Eggers
I don't have a good clue as to what the 'minimum' is. However, I am running two small systems primarily for development / testing work. Both seem to work well and are loaded down with quite a bit. System 1 Tecra 8000 with 256 MB memory and 7 GB hard drive OS - RedHat Linux 6.2 Apache 1.3.22

RE: JSPC problem

2002-03-21 Thread Larry Isaacs
A bug prevents JSPC from working in Tomcat 3.3(a). This has been fixed in Tomcat 3.3.1-rc1 and the nightly Tomcat 3.3.x. Tomcat 3.3.x has the advantage of outputting the correct slash ('/' instead of '\') in the generated web.xml file for url-pattern elements on Windows systems. Cheers, Larry

Re: Distribution of production systems??

2002-03-21 Thread Brown Bay
Hello, Thanks for the reply. Thanks for the short explanation, I am assuming here that war is the way to go for me ;) (pardon the pun) So, that gets me to my second question, should a war created through ant or java's war utility be able to work on any application server (certified or not).

Problems with jsps that have underscores

2002-03-21 Thread Ed Mangual
After not being able to pre-compile jsps with tomcat-4.0.3 I tried tomcat-3.2.3 and when pre-compiling jsps that have underscores I get something hex like in source file name Example: my_own.jsp produces the following my_0005fown.jsp And if you look at the source file it self

re-deploying a web app

2002-03-21 Thread Satish Jeejula
Hi All, I have tomcat 3.3a running and am using that to deploy my web applications. The procedure I am following to deploy a webapp is by placing filename.war file in the webapps directory under tomcat_home. When I start the tomcat, the war file is getting expanded into web-app directory

  1   2   >