Help (error in mod_jk.log)

2002-02-04 Thread unplug
Hi all, I have configured to running tomcat3.3 with apache under Linux7.2. I found the following error in the mod_jk.log when they are working together. [jk_ajp13_worker.c (381)]: Error ajp13_process_callback - write failed The error appears very often. Can anyone tell me what's wrong wi

Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-04 Thread Antony Stace
Hi I have a very simply jsp page. It has $B$3$s$K$A$O(B in shift-jis format in it. However when I display this page I get garbage where $B$3$s$$$A$O(B is. Is there any configuration that I need to do to enable Japanese characters to be displayed. At the top of the file I have contentTy

AW: What's up with Borland?

2002-02-04 Thread Lauer, Oliver
I'm running TC4.0,4.01 and 4.0.2 with JB6 and do proper debugging. I don't know what the JB guys are talking about ? What can do for you ? Oliver > AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > Wörthstraße 34 > D-50668 Köln > Germany > Tel.: +49 221 148 31277 >

AW: Session not sticking after timeout

2002-02-04 Thread Ralph Einfeldt
One guess: Did you have a look at the session id that is transmitted after the user logged in ? Is it a new one or is it the an older one ? Have a look at request.getRequestedSessionId()and session.getId() in the login page and the following page. One thing I expierienced is, that the IE has h

Re: DB2 App Driver?

2002-02-04 Thread Gregor Kovaè
Hi! I have to say this is not true. All you need on your client is db2java.zip file and you have to use net driver instead on app. You don't need the DB2 client as far as I know. Best regards, Kovi At 19:57 4.2.2002 +, you wrote: >Hi Derek, > >we use the app-driver to connect to D

AW: improper JSP, or Tomcat bug?

2002-02-04 Thread Ralph Einfeldt
Try this: New. <% return; %> Tomcat tries to put out the linfeed between the scriptlet and the useBean Tag. > -Ursprüngliche Nachricht- > Von: Gregory Guthrie [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 4. Februar 2002 21:56 > An: [EMAIL PROTECTED] > Betreff: improper JSP, or

RE: JRE or JDK

2002-02-04 Thread isaco
to add a little to Paul's correct explanation, it is required to place the java_home\jre\lib\rt.jar in your classpath variable for compiling JSPs and regular Java applications, such as beans and utility files etc. in your path variable, you would add the java_home\bin reference. also, with NT inst

Tomcat 4: mod_jk filters only serlets and JSPs

2002-02-04 Thread Markus Maeder
I noticed a difference in handling filters in mod_jk an mod_webapp: mod_jk filters only JSPs and servlets. mod_webapp filters everything (thats what I want). Which behaviour is conformant to the specification? Regards Markus -- To unsubscribe: For additional comm

Tomcat 4.0.2beta + Apache1.3.22 + mod_webapp and ssi, php........

2002-02-04 Thread Grandy Fu
Hi, I finally making examples in Tomcat 4.0.2beta + Apache1.3.22 + mod_webapp working with WebAppDeploy examples warpConn /examples but Problem 1. when I add: AddType text/html .html AddHandler server-parsed .html into httpd.conf for apache to handle html as shtml. I've got exampl

Re: mod_rewrite+mod_webapp

2002-02-04 Thread [EMAIL PROTECTED]
So as I understood I can use only Tomcat, then in my case how can I make redirect settings like that : any request to http://myserver.com/... will be redirected only one servlet http://myserver.com/exaples/servlet/Jump ? May be in server.xml? Robert Hewlett wrote: > If you are only using o

testing install

2002-02-04 Thread Jim Pringle
Using Win 2k Pro, I followed the Tomcat 4 tutorial @ Java Boutique (http://javaboutique.internet.com/tutorials/Tomcat/compile.html) but ran into a snag while testing the server. While testing some simple servlets ip lace a HelloWorld.class example into 'install-directory/ROOT/WEB-INF/classes'

RE: mod_rewrite+mod_webapp

2002-02-04 Thread Robert Hewlett
If you are only using one servlet and no static html pages then just use the Tomcat standalone. It will satisfy your needs. If you decide later to add static pages then think ahead and setup both to work together. Apache/Tomcat will work for just fine for doing either. Although I am having proble

Session not sticking after timeout

2002-02-04 Thread Ivan E. Markovic
This is a problem I have been working on for the whole day with no luck! Help! (1) I store Session info in Cookies (I'm using Tomcat 3.2.1). (2) I set a short MaxInactiveInterval value (2 mins). (3) I logon to my system, which creates a new session and stores the odd item in the session. (4)

RE: Apache w/ mod_jk and Tomcat 3.2.1 not handling URL rewriting

2002-02-04 Thread John Moore
It sounds like apache is not configured to hand .jsp or /servlet requests back to tomcat. From Tomcat 3.3 (sorry it's all I have around right now). If you mistakenly encoded your gif/.js references you will need to do a rewrite of the URL so apache can pass by it. I say it only because we did i

Re: mod_rewrite+mod_webapp

2002-02-04 Thread [EMAIL PROTECTED]
It Works,Thanks Robert. Robert, If I am using this server for only one Java servlet [in my case Jump] should I have Apache +Tomcat+mod_webapp or is better to have only Tomcat as standalone of Perfomance reason? Robert Hewlett wrote: > Place an index.html file in your apache HTDOCS when you go

uploading files

2002-02-04 Thread Jagan
hi! i am using tomcat 4.0.1 and am able to upload file with any extension means jpg or txt if i am working as standalone, if at all i am not using standalone mode i am unable to upload jpg files or any binary data conversion files. can i have any solutions? thanks in advance Regards Jagan Unidu

RE: mod_rewrite+mod_webapp

2002-02-04 Thread Robert Hewlett
Place an index.html file in your apache HTDOCS when you go to test.com it will access the index.html and redirect you to the proper URL. Automatic Redirect http://whatever/serlvet/whatever";> -- To unsubscribe: For additional commands:

uploading files

2002-02-04 Thread Jagan
hi! i am able to upload any type of files using port 8080 and but not able to upload the same without port means if i am using standalone we can upload any type file. i want to upload any type of file without using in standalone mode any answers? thanks in advance Regards Jagan Unidux Electron

mod_rewrite+mod_webapp

2002-02-04 Thread god
As Nobody responds and as I am desperatly seeking answer here I am reposting my mail. Hi, as I am Newbie in Tomcat,I have a big problem with Rewriting to tomCat from Apache. Please send me you suggestions if you can. I have installed Apache(with mod_rewrite) + Tomcat4 with mod_webapp. In httpd.c

Help tracking down a problem please.

2002-02-04 Thread Mario Felarca
Hello, I am using Apache 1.3.22+mod_jk+mod_ssl(2.8.5 I believe)+Tomcat 3.3a on Win2K. Currently, we have a context that has all data (i.e. images, scripts, applets) served up through Tomcat. The request comes in via HTTPS and on particularly heavy pages, for example ones that have a lot of ima

RE: Catalina Beans - Class Path Problem -- workaround solution found

2002-02-04 Thread isaco
Thank you very much for your reply, Paul. I managed to get it working once I put the classes folder in my classpath. But I realize this is a workaround as I think it may limit my ability to run any other applications that are within contexts other than the "classwork" context I have set up. Here i

Connection Pool

2002-02-04 Thread Karambir Singh
Hi, Does anyone know how to configure connection pool and set upperLimit and desired size properties in Tomcat 4.0.1. My server.xml is as follows. I want to use transaction sand connection pooling. factory org.apache.naming.factory.TyrexDataSourceFactory

RE: JRE or JDK

2002-02-04 Thread Pavel Brun
you need the JDK for JSP page compilation. JRE (Java Runtime) is only good for running Java Applications. The JDK is used to compile the JSP pages into servlets. Paul -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 6:45 PM To: [EMAIL PROT

JRE or JDK

2002-02-04 Thread Ken Sanderson
Hello all. I have installed tomcat on my NT machine, in order to run a software application that requires it. In the install instructions it talks about setting the JAVA_HOME variable to the JDK bin folder. However, it cannot find the necessary files it needs in that location. Instead if I set th

Unable to compile class for JSP

2002-02-04 Thread Atok Koenig
Trying to get jk_nt_service working. before... nt service wouldnt start from command line or manually (applet/ netstart) but startup.bat got web server to function fine now... new wrapper.properties with wrapper.tomcat_home replacing wrapper.catalina_home. jk_nt_service.exe -s doesnt start NT

Apache w/ mod_jk and Tomcat 3.2.1 not handling URL rewriting

2002-02-04 Thread Robert Wille
I have a standalone Tomcat 3.2.1 installation I am trying to make work through Apache with mod_jk and ajp13. Rewritten URL's (ones with ;jsessionid= in them) give me a 404 error. Even when the browser has cookies enabled, there is still a problem with the second request. Tomcat doesn't know whe

Re: Using JNDIRealm with password digesting and openldap

2002-02-04 Thread John Holman
Dirk This isn''t possible with the current JNDIRealm in Tomcat 4, though you could probably specify the appropriate digest algorithm and hack the Tomcat code to disregard the {crypt} prefix returned from OpenLDAP. A much cleaner solution is to have the JNDIRealm to authenticate by binding to

RE: which is the current directory for Tomcat Server?

2002-02-04 Thread Koningshoed
Hi There is a directory called work (jakarta-tomcat-4.0.1/work) under which a directory gets created for each context - where the servlets get run. Excactly how it works from there I'm not sure but you should be able to get to your file by using absolute addresses. Or perhaps by using a relative

Session Binding with IIS (Is it Possible?)

2002-02-04 Thread Pavel Brun
I am not sure if this is possible, but what possibilities are out there to bind the IIS session with Tomcat's Session Management and vice versa? Thanks Paul -- To unsubscribe: For additional commands: Troubles with the list:

problem mod_webapp.so module

2002-02-04 Thread Koningshoed
When executing "make" in the directory where everything will build fine until it gets to the mod_webapp.c file in the apache-1.3 directory. When doing make in the apache-1.3 directory I get the following output: ~/web_app/webapp-module-1.0.1-tc401/apache-1.3# make { APXS_LDFLAGS_SHLIB="`/usr/loc

Problem with Class Loader

2002-02-04 Thread Jing Wang
Hi, Tomcat-Users, I have a servelt called SedSoap which will handle the request from a SOAP client. I tested my client on 16 linux machines with Tomcat4.0.1, 4 out of them have the following problem(The strange thing are I used the same installation package to install the 16 machines, the servle

What's up with Borland?

2002-02-04 Thread Robert D. Morse
I'm trying to get JBuilder 6 Enterprise to work with Tomcat 4.0.1 (which is packaged with JBuilder 6 Enterprise). Everything works fine with 3.2 selected but selecting 4.0.1 results in a "No Realm has been configured to authenticate against" error. Not finding anything in the e-mail lists, or Bo

RE: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread Pavel Brun
I would have assumed that once you load a JAR into the ClassLoader, that any changes will not be taken into account unless you reload the application (Tomcat). However, I took the approach of replacing the JAR's, not really updating them. I will have to give that a try to see if that works. :-) T

Database Pooling

2002-02-04 Thread Jason Webber
Does anyone know of a database pooling bean or soemthing that will aloow me to share connections among many jsp pages. Preferably something that is free. -- To unsubscribe: For additional commands: Troubles with the list:

Re: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread August Detlefsen
I have found that it does not pick up changes to WEB-INF/classes, though it does recognise changes to WEB-INF/lib. My solution is to update the jar (jar -uvf) whenever I change a class. My build script (run from WEB-INF/src dev directory) goes something like this: #!/bin/bash export CLASSPATH=$

jk_uri_worker_map_t::uri_worker_map_close errors?

2002-02-04 Thread Gregory Guthrie
What do these errors mean, in tomcat/logs/mod_jk.log: [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameter s [jk_connect.c (143)]: jk_open_socket, connect() failed errno =

Re: Tomcat with IIS 6.0

2002-02-04 Thread Daniel Parnell
I would imagine that the IIS plugin would not work too well. If all you need are JSPs, then you could try my little program available at http://warpconduit.sourceforge.net/ Daniel >Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am >attempting this using the JNI configura

improper JSP, or Tomcat bug?

2002-02-04 Thread Gregory Guthrie
I am trying to use a simple JSP page that tests for an existing Bean, and uses the pre-existence of it as a logic branch by putting some code in the initialization part of the jsp:usebean, and then a <%return;%> statement. But, I find that both Tomcat and Websphere put some code after my last c

Re: APJ connector source code for Tomcat 4.0.1

2002-02-04 Thread jonathan
On Mon, Feb 04, 2002 at 10:15:30AM -0800, Jianliang Zhao wrote: > I tried find the source code for tomcat_ajp.jar which is used by > Tomcat 4.0.1 release, but it seems it's not published on the Apache > website. Tomcat 4.0.1 source only contains the jar file for the AJP > connector, not the sourc

Tomcat with IIS 6.0

2002-02-04 Thread Jones, Stephen
Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am attempting this using the JNI configuration, and not having any luck so far. This is the webserver that is coming with the new "Windows .NET Server Family"-- I think a lot of people will need to deploy Tomcat on it. Any hel

Re: populating save as... dialog for application/octet-streamcontent type (solved maybe)

2002-02-04 Thread Gary Helmling
On Sun, 2002-02-03 at 07:53, rob wrote: > I tried the following > > request.setHeader("Content-Disposition", "attachment; filename="mypdf.pdf"); > > and it seemed to work, is this the correct way or is there a more > appropriate way to do this? > > Thanks > That is the correct way. I've had

Problem starting redeployed webapp

2002-02-04 Thread Press, Michael
Summary: I can stop and start a webapp that's loaded when Tomcat starts. But if I remove and re-install it using the manager webapp, I get an error when trying to start it - "FAIL - Application at context path /test could not be started". This works: Start Tomcat with test war unpacked (no tes

Session Binding with IIS (is it possible??)))

2002-02-04 Thread Pavel Brun
I am not sure if this is possible, but what possibilities are out there to bind the IIS session with Tomcat's Session Management and vice versa? Thanks Paul -- To unsubscribe: For additional commands: Troubles with the list:

Re: Are spaces allowed in Servlet Context names?

2002-02-04 Thread David M Johnson
Should I file a bug, or have you already done that? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: For additional commands: Troub

JSP in JAR

2002-02-04 Thread Benezra, Michael
Hi, I am not sure if this question should be asked in the dev or user list, but here goes: Is it possible to package JSP file in a JAR file and install it as a JAR file on the Jakarta-Tomcat server? Any ideas? Michael

FW: How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3

2002-02-04 Thread Thanh Duong
-Original Message- From: Thanh Duong [mailto:[EMAIL PROTECTED]] Sent: Montag, 4. Februar 2002 19:55 To: Tomcat Users List Subject: How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3 Hi, I am trying to setup multi virtual hosts on tomcat 4.0 and apache 1.3. I don't know what

Http Protocol Violation

2002-02-04 Thread Cahoon Tobias C GS-09 96 CG/SCTOA
I am writing a VB.NET client that access a web service thru tomcat 4.0.1. The application works over HTTP with BASIC authentication, and over HTTPS without BASIC authentication, but when I try it over HTTPS with authentication I get the following error: An unhandled exception of type 'Sy

Re: DB2 App Driver?

2002-02-04 Thread Anja Falkner
Hi Derek, we use the app-driver to connect to DB2 with Tomcat 4.0. If your application runs on another maschine than DB2, you must install a DB2-Client. Without that you can't use the app-driver. If your application runs on the same maschine than DB2, you must tell Tomcat where your driver is.

How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3

2002-02-04 Thread Thanh Duong
Hi, I am trying to setup multi virtual hosts on tomcat 4.0 and apache 1.3. I don't know what I did wrong, but it doesn't work. When I try to call "http;//example1.de/index.jsp", it said "The requested resource (/index.jsp) is not available." Does someone know how to setup virtual hosts correctly?

404 Status

2002-02-04 Thread Tamim, Samir
Hi all, Hope somebody will help. I am getting a status 404 when requesting localhost/examples/It was working and suddenly it stopped. But works normal when requesting localhost/myapp/ that I created. Env: tomcat 4.0.1/Warp/apache1.3.22/win2000/jdk1.3.1_02 Any help ! Sam

Repost: Can't upload binaries with JSPSmartUpload, Tomcat and Netscape Server

2002-02-04 Thread Durham David Cntr 805CSS/SCBE
Can upload text files, binary files fail and stderr.log says: IOException: Connection aborted by peer: socket write error I don't know if that means that the connection to the client's browser failed or possibly the connection to Netscape Server failed. Like I said, this only happens o

APJ connector source code for Tomcat 4.0.1

2002-02-04 Thread Jianliang Zhao
I tried find the source code for tomcat_ajp.jar which is used by Tomcat 4.0.1 release, but it seems it's not published on the Apache website. Tomcat 4.0.1 source only contains the jar file for the AJP connector, not the source itself. Does anyone know where I can get it? Thanks, Jianliang --

RE: error on startup - catalina.out no such file or directory

2002-02-04 Thread John Menke
I untarred with tar -xzvf tomcatfile and it created the directories. >-Original Message- >From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] >Sent: Monday, February 04, 2002 12:40 PM >To: Tomcat Users List >Subject: RE: error on startup - catalina.out no such file or directory > > >Do

geting JSP reponse without sending request??

2002-02-04 Thread Liu, Xiaoyan
Hi, all, I have a piece of server side code that needs to get Http response from some jsp pages on the same server. Currently a requst is sent to the page for the response. Is it possible to get it directly without rounting through the net? thanks. Liu

RE: error on startup - catalina.out no such file or directory

2002-02-04 Thread Cressatti, Dominique
Do U have the correct directory structure? Another thing DO NOT install tomcat in /home the correct place is in /var (unless of course you wanna know how long the logs generation will take to fill up your /home directory) Dom -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]

RE: AW: How to configurate tomcat 4.0 with JBuilder 6.0 professio nal?

2002-02-04 Thread Emerson
how do I configure jbuilder 5 enterprise with TC 4 At 09:12 4/2/2002 -0800, you wrote: >JBuilder 6 Enterprise comes with Tomcat 4.0.1. However, When I specify it >as the container, I get a: >"No Realm has been configured to authenticate against" error. > >I added a context in JBuilder6/jaka

RE: AW: How to configurate tomcat 4.0 with JBuilder 6.0 professio nal?

2002-02-04 Thread Robert D. Morse
JBuilder 6 Enterprise comes with Tomcat 4.0.1. However, When I specify it as the container, I get a: "No Realm has been configured to authenticate against" error. I added a context in JBuilder6/jakarta-tomcat-4.0.1/conf/server.xml but that doesn't seem to help. Any ideas? -Original Message

RE: Principal Cast Exception

2002-02-04 Thread Nicolas PERIDONT
Thanks for all, I make an interface for MyPrincipal and put all classes in /common/lib And now it works fine. Nicolas -Message d'origine- De : Randy Layman [mailto:[EMAIL PROTECTED]] Envoyé : lundi 4 février 2002 12:56 À : 'Tomcat Users List' Objet : RE: Principal Cast Exception

RE: Help !!! JNI & Tomcat (UnSatisfiedLinkError exception)

2002-02-04 Thread Anil Bhagwat
I tried all these options. But, unfortunately, it didn't resolve the issue. I think Tomcat does find the DLL, since if I remove DLL from \winnt\system32 folder I get a different error meesage. My guess is to run JNI under Tomcat, certain security seetings need to be configured. Does anyone know

RE: Apache + Tomcat ... some questions

2002-02-04 Thread Mike Millson
Someone please correct me if I'm wrong, but as far as I can tell using the Warp connector, you cannot do what you're talking about below. What I see happening is that you can specify directories that you want Tomcat to serve and directories you want Apache to serve. You cannot put html pages and j

SSL under IE6.x vs Netscape6.x

2002-02-04 Thread Lockhart, Scott
I'm in the process of enabling SSL for a number of servlet classes, using Tomcat4.0.1 under Solaris 7. All is working well under IE, however under Netscape the communications between the servlet and applet appear to hang. Also, any applet images don't appear under Netscape. I can snoop and see

RE: DB2 App Driver?

2002-02-04 Thread Reynir Hübner
I evaluated the app driver few days ago, also the net driver. check this page out before you start trying to use it : http://www-4.ibm.com/cgi-bin/db2www/data/db2/udb/winos2unix/support/docu ment.d2w/report?&fn=1000797 I use merant (datadirect-technologies.com) driver now. The problem you are d

Apache + Tomcat ... some questions

2002-02-04 Thread Adrian Caneva
Hi, I have some questions related to Tomcat+Apache: [Platform : Tomcat 4.0.1+mod_webapp+Apache 1.3.22] * Apache handling static contents How can I know if static contents are being served by Apache or Tomcat in my configuration ? I installed my web application under: %TOMCAT_HOME%/webapps/my_ap

error on startup - catalina.out no such file or directory

2002-02-04 Thread John Menke
I am trying to run the 4.01 version. When I try to run startup.sh I get the following: [root@remote bin]# ./startup.sh Using CLASSPATH: /home/jakarta-tomcat-4.01/bin/bootstrap.jar:/usr/java/jdk1.3.1_01/lib/tools. jar Using CATALINA_BASE: /home/jakarta-tomcat-4.01 Using CATALINA_HOME: /home/jakar

Re: Scope Bug in 4.01 !

2002-02-04 Thread L Rutker
Hi, Can you explain what you mean by: > "Duplicate ids found in the same translation unit > shall result in a fatal translation error." What is duplicate? I am declaring 2 seperate beans based on the condition. Neither of them should be visible to the rest of the page. Yet they are vis

Re: Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Eric LOEW
"Hwang, Joseph" wrote: > > I would think that if the memory is in apache/tomcat, then the memory should > be recovered when I shut them down. Is that right? How could I get the > memory back from the "Memory Cache" without rebooting? I have the same problem and i reduce the maximum number of a

Using JNDIRealm with password digesting and openldap

2002-02-04 Thread dirk . dussart
** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. *

RE: Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Loïc Lefèvre
Hi, We have experienced same problems, all we found to do is to kill "with our hands" the java process (that can rest after the servlet engine shutdown). Here is the bash script we use: #!/bin/bash kill -9 `ps -A | grep java | cut -c 1-5` kill -9 'ps -A | grep jre | cut -c 1-5' Hope that helps,

DB2 App Driver?

2002-02-04 Thread Derek Holden
Hello, Anyone have any issues getting applications to talk to DB2 using the app drivers? Searching the list saw that Tomcat wouldn't read the drivers zipped, jar'd them up and it solved that problem. However I can only talk to the local database using the net drivers. Any suggestions?

Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Hwang, Joseph
We are loosing about about 500 MB of memory on a 1 GB server after running Apache/Tomcat on Linux for 24 hours. (We are trying to fit within 512 MB.) The strange thing is that after I shutdown Apache and Tomcat, the memory only recovers about 100 MB. vmstat still shows "Memory Cache" that takes

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Adrian Caneva
You are right: I'm using webapp as DocumentRoot for that virtual host, so /examples sub physically exist. Thanks for the explanation ! Adrian == Adrian Caneva NEXT TECHNOLOGY SRL La Rioja 26 (T4000ISB) Tucuman Tel/Fax +54 381 4219105 [EMAIL PROTECTED] www.nex

Re: Tomcat upgrade on Debian fails..

2002-02-04 Thread Gregory Guthrie
At 10:29 AM 02/04/2002 +0100, JavaNet developer wrote: >Two stupid check hoping helps: >1- Check: Tomcat must start first, than start Apache. >(..PoolTcpEndpoint Endpoint >ServerSocket[addr=localhost/127.0.0.1,port=0,localport=8009.) -- Thanks, I'll have to see how to force this on Debi

Re: How to make Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Pascal Forget
Dong Wenyu wrote: > >1, Does Tomact 4.01 alone support servlet already? >Does it necessary to install JServ in addition as the >case with Tomcat 3.x? > You must install the mod_jk.so module in the Apache web server if you use tomcat and apache. > >2, Many books recommend the configuration of Tom

RE: Errors compiling warp connector

2002-02-04 Thread thys . deWet
I tried that.. also tried CC='gcc' ./configure ...blah blah for apache .. still get the same problem... Am going insane .. linux works fine .. Solars=PROBLEM -Original Message- From: Patrick Roumanoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:31 PM To: Tomcat Users Lis

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Marc Ostrow
That's not necessary Adrian, I bet you have an examples directory in your Apache document root. When I create such a directory, I get the behavior you are talking about. The following most likely happens: 1) Submittal of uri /examples to Apache 2) Apache asks mod_webapp if it will handle this

Re: InitialContext in Servlet

2002-02-04 Thread Emerson
I think you must send the properties : // Set up the naming provider; this may not always be necessary, depending // on how your Java system is configured. Properties env = new Properties(); env.setProperty("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactor

web.xml and errorpage

2002-02-04 Thread Volker Turau
Hi, in my file web.xml I have registered two errorpages: java.io.IOException /ausnahmen/ioException.jsp java.sql.SQLException /ausnahmen/sqlException.jsp if I generate an exception of type java.sql.SQLException the registered errorpage is called. This is no the case

Errorpage

2002-02-04 Thread Volker Turau
Hi, in section SRV.9.9.2 of the Servlet Spec. Version 2.3 a list of request attributes is given (e.g. javax.servlet.error.exception). These request attributes must be set by the container. However using Tomcat 4.0.1 the attributes are not available for an errorpage specified in the page directive

InitialContext in Servlet

2002-02-04 Thread Volker Turau
Hi, I try to use the following line of code in a servlet: Context con = new InitialContext(); The Servlet is loaded on startup. I get the following exception using Tomcat 4.0.1 javax.naming.NoInitialContextException: Cannot instantiate class: org.apache.naming.java.javaURLContextFac

AW: How to configure Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Ralph Einfeldt
- Tomcat is a servlet and jsp engine. So you don't need JServ to do servlets (it wasn't necessary for tomcat 3.* either) - mod_jserv/mod_jk/mod_webapp are different generations of connectors that connect a webserver with tomcat. - There are several reasons to use apache (or IIS) togeth

RE: How to configure Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Loïc Lefèvre
1. Yes, Tomcat is a servlet container and thus supports servlet (spec. 2.3). No, it is not necessary to install JServ but JServ and Tomcat can work together (no problem with the mod_webapp connector). 2. Yes it makes sense since Apache can distribute static files faster than Tomcat. Apache has al

How to configure Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Dong Wenyu
I have been confused for weeks about Tomcat 4.01 + Apache http server 1.3.19. 1, Does Tomact 4.01 alone support servlet already? Does it necessary to install JServ in addition as the case with Tomcat 3.x? 2, Many books recommend the configuration of Tomcat + pache http server. Does it make any

RE: NullPointerException: causes?

2002-02-04 Thread John Wadkin
Chinni, Absolutely right!! What a muppet - I though that the "@host" part of the connection string should be replaced with "ahost.domain.com" rather than "@ahost.domain.com". I think it's old age - I'm approaching the quarter of a century mark. Thanks, John -Original Message- From:

RE: Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT

2002-02-04 Thread Brian Adams
mod_jk, works great on NT -Original Message- From: YI,LI (HP-USA,ex1) [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 8:31 AM To: 'Tomcat Users List' Subject: Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT I have been struggling to make this work for two days, it was wor

Tomcat JNDI problem

2002-02-04 Thread Sergey Ponomarev
Hi, I have Tomcat 4.0.1 on one machine and BAS 4.5.1 on other. I need to get access to EJBs hosted on BAS. I have copied asrt.jar and vbjorb.jar files from BAS installation to {tomcat-web-app}\WEB-INF\lib. All works fine - I can get that EJBs. After that I have to get access to database from my s

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Adrian Caneva
Hi Marc, I am using : #WebAppDeploy examples warpConnection /examples and it works fine. If as you stated TC is looking for URL "/../", I can only think that it is working because my Apache (1.3.22) is somehow adding the trailing slash when not found. I dont't know if there is a simple configurati

Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT

2002-02-04 Thread YI,LI (HP-USA,ex1)
I have been struggling to make this work for two days, it was working fine with Tomcat 3.2.1/mod_jk & Apache 1.3.14, but not with Tomcat 4.1 using Warp, I've installed the latest Apache, still no luck. Works with either TC or Apache alone, but with Warp connector, Apache always hangs using 100% C

Re: Problem with POST and FORM based authentication

2002-02-04 Thread RSEQUEIRA
This is possibly a shot in the dark. But in your login.html page have you defined ? Hope this helps. Thanks RS "Anil Paul" <[EMAIL PROTECTED]> on 02/02/2002 10:58:32 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Problem with POST and FO

Re: Tomcat on QNX with the J9VM !

2002-02-04 Thread Attila Szegedi
My bet would be that you're running Tomcat on a JRE instead on a JDK, and it can't find the Java compiler (which is necessary for compiling JSPs). Attila. - Original Message - From: "Thai DANG" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: 2002. február 4. 11:5

Re: Tomcat not getting installed

2002-02-04 Thread Virga
set JAVA_HOME environment first. i don't know in xp, but in w2k you can go to control panel->system->advance->system enviroment (i guess it has the same procedure). set the name as JAVA_HOME and the value to your jdk directory (which is under visual cafe directory). VR -- To unsubscribe:

RE: Custom Auth for JDBC Realm server xml help 3.3-m4

2002-02-04 Thread Larry Isaacs
Using an entry in Tomcat 3.3's server.xml like implies there is a module mapping for this in the modules.xml or a modules-*.xml file. Something like: You don't mention adding this, so I assume you haven't. Unfortunately, if this mapping is missing, Tomcat 3.3 silently ignores your entry in s

Re: Charset problem

2002-02-04 Thread Eric LOEW
Gregor Kovaè wrote: > > Hi! > > You should probably read mailing list archives. There has been a lot on > this issue. Thank you for forwarding me a message from this mailing list with the same problem : <%@ page info="Test page" contentType="text/html; charset=iso-8859-2" %><%! ... %><%

RE: Tomcat 4 Speed

2002-02-04 Thread Ignacio J. Ortega
Probably the HTTP11 connector, uncomment the HTTP10 in server.xml, use ajp13 and a apache front end, or use 3.3, that is a fair percentage faster than 3.2.X ;))) Saludos , Ignacio J. Ortega > -Mensaje original- > De: Lauer, Oliver [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 4 de febr

RE: Jakarta NT service error

2002-02-04 Thread Cox, Charlie
that seems to be consistent as mine has tomcat in place of your jakarta and my service is named tomcat. Charlie > -Original Message- > From: Atok Koenig [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 5:45 PM > To: Tomcat Users List > Subject: RE: Jakarta NT service error >

RE: applet works, https doesn't

2002-02-04 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Dean Hiller [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 02, 2002 10:57 PM > To: [EMAIL PROTECTED] > Subject: applet works, https doesn't > > > I have an applet that connects back to the server on 8443 and it > works fine even without a certifi

RE: Jakarta NT service error

2002-02-04 Thread Cox, Charlie
what's this extra line in there for? $(wrapper.startup_class) -config $(wrapper.server_xml) -home $(wrapper.catalina_home) being a properties file and needing x= on every line, this will definately cause problems Charlie > -Original Message- > From: Atok Koenig [mailto:[EMAIL PROTECTED]]

Re: Apache 1.3.20 + Tomcat 4.0.1 + WARP Connector

2002-02-04 Thread Jean-Luc BEAUDET
Anthony Jones a écrit : > Hi, > > I am having problems implementing servlets and JSP pages using Tomcat 4.0.1 > and Apache 1.3.20 (mod_ssl) on Solaris 8. > > Initially, after searching on the web, I used the AJP connector as this > (according to what I read) was the recommeded connector to use.

RE: Tomcat 4.01 + SSL + JDK 1.4 (on RedHat 7.1)

2002-02-04 Thread Deacon Marcus
Hi, > -Original Message- > From: Moin Anjum H [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 5:38 AM > To: Tomcat Users List > Subject: Re: Tomcat 4.01 + SSL + JDK 1.4 (on RedHat 7.1) > > > Hi, > As long as i can remember the default post of https is 8443 > and not 443

RE: restarting tomcat by calling runtime.exec on a .bat file (tc 3.2.4)

2002-02-04 Thread Randy Layman
If you call "net stop tomcat" (which effectively does a System.exit), how will the Java process be around to call "net start tomcat"? (Answer, it won't). Randy > -Original Message- > From: Matt Egyhazy [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 02, 2002 6:24

RE: Principal Cast Exception

2002-02-04 Thread Randy Layman
The problem does have to do with the class loaders. From what you are trying, I guess that you have a copy of the Principal in the lib/container jar and in lib/apps or WEB-INF. The problem is that classes loaded by two different class loaders are not equal and the same class from two di

  1   2   >