[ezmlm help]:Messages from the tomcat-user mailing list seem to have been bouncing

2001-08-21 Thread SongDongsheng
Hi, ezmlm give me a warning: Messages to you from the tomcat-user mailing list seem to have been bouncing. How can I about it ?

JSP and MySQL

2001-08-21 Thread Claus Jul Larsen
Hi! I've a problem with JSP and MySQL. I use the org.gjt.mm.mysql.Driver class (from dk.enovasion.db.MySqlDbConnect) and use the jsp file: C U T %@ page language=java contentType=text/html % %@ page import=java.sql.* % %@ page import=dk.enovasion.db.* % HTML HEAD TITLEA JSP

tomcat-SSL

2001-08-21 Thread Mehul S Dave
Hi I have configured tomcat-SSL as an Standalone. Its working Fine I have used JSSE Well i need some more step-by step dtails for more Secured Authentication. In the Server.XML in the SSL phase if i set parameter=clientAuth value=true then it will expect clients Certificate too

Re: New to servlets: Parameter initialisation in web.xml

2001-08-21 Thread P.Miller
Hi chris, init-params specified in a servlet tag in the web.xml-web-app context can be made available via the ServletConfig.getInitParameter(name). If you put them in context-param in the web-app they can be made available via the ServletContext object (instead of the ServletConfig as above) --

Final resolution on JCE exceptions and Tomcat (3.2.1)?- NEED CLARIFICATION

2001-08-21 Thread SUBRAHMANYAM,VEENA (HP-MountainView,ex1)
Hi I am having the same problem with JCE and tomcat 3.2.2. This is on NT, SP5, Tomcat 3.2.2, and cocoon2. The following pasted email I saw in the archives, alludes to 4 jar files that when moved, fixes the problem. I have moved the jce1.2.1.jar, and the jce provider.jar out of the web-inf

RE: tomcat-SSL

2001-08-21 Thread Rams
The jsse classes do on part of you. no need for u to do anything even in case of client authentication, as we do nothing in server Authentication. lf u r connecting as client to other severs and they need client Authentication. u should have ur client cert in ur keystore. Am l making sense?

Automatic start of Tomcat

2001-08-21 Thread Roberto B.
I found in this list the following script to automatically startup Tomcat at boot time.. -- #! /bin/sh # Init file for Jakarta Tomcat # # chkconfig: 345 98 00 # description: Jakarta Tomcat daemon # # processname: # config:

Re: [ezmlm help]:Messages from the tomcat-user mailing list seem to have been bouncing

2001-08-21 Thread Kazi the P i R @ t {-
got the same issue here ... ... kazi - Original Message - From: SongDongsheng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 2:55 PM Subject: [ezmlm help]:Messages from the tomcat-user mailing list seem to have been bouncing Hi, ezmlm give me a warning:

Problems with IIS 5.0 jakarta redirect (please)

2001-08-21 Thread Thomas Tuft Muller
System: OS Win 2000 5.00.2195 IIS 5.0 Tomcat 3.2.1 Tomacat starts fine. All logs show successful startup of all web applications. Browser URL: http://localhost/examples/jsp/index.html Http log excerpt: 17:28:08 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 (and a lot of null bytes

Problem with loading servlets on start up 2

2001-08-21 Thread Atanas Michev
Hello, I'm a quiet newbie with Tomcat, and I have problems with running correctly the sample HelloUser under Tomcat v3.2.1 I have cleaned the directory webapps and put there only the folder hellouser with web-inf and meta-inf subfolders, the subfolder web-inf looks like this :

Re: Problem with loading servlets on start up 2

2001-08-21 Thread P.Miller
Hi, I got the same error with a bean that creates a connection Pool servlet servlet-nameOraPool/servlet-name servlet-classbeans.OraPool/servlet-class load-on-startup/ /servlet I put some log messages to see if the pool is created correctly in the class-constructor and that's okay!

Link error with mod_webapp

2001-08-21 Thread Shaun Campbell
There was a thread going around a week or so ago about an error: Linking Apache 1.3 WebApp Module /home/shaun/tomcat-connectors/webapp/apr/libtool: mod_webapp.lo: command not found make[1]: *** [mod_webapp.so] Error 127 make[1]: Leaving directory `/home/shaun/tomcat-connectors/webapp/apache-1.3'

RE: tomcat-SSL

2001-08-21 Thread Mehul S Dave
Hello Thanks for the reply . Well i get some problems I have my Personal Certificate . When i click on Security of Netscape Browser see Certificates Yours i can view my Certificates. its fine. But now i connect to my ssl tomcat enabled site it gives me

classpath questions

2001-08-21 Thread Albert Yip
Hi all, I am wondering if someone can instruct me or point me in the direction on how to make apps I create in the same tomcat to start with different classpaths and libraries? Currently I add the jar file into the global classpath but when I have more than one apps on tomcat, I run into

AW: tomcat and apache jsp execution

2001-08-21 Thread Bernier, Melanie
I looked on the mod_jk.log file. Here is two lines I am getting quite a lot and I don't really know what it means. [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 parameters

JMX related

2001-08-21 Thread Sriram Rajamanuri
Hi I v installed tomcat 4.0 b7 on win nt 4.0. I wonder how the MBeans can be registered with the tomcat server. All over the net i have found documentation related to JBOSS-Tomcat, which i do not want. I need to install MBeans on a standalone Tomcat - Catalina container and manage them. Also,

Re: classpath questions

2001-08-21 Thread Nitin Goyal
Hi, I think you dont need to add the application jar file to the global classpath. Whenever you create a new conext/application with a jar file, all the classes within this jar are automatically loaded by tomcat if required. So in your case, if you want to avoid the App A from calling servlet

Security issues with Tomcat 3.2.x

2001-08-21 Thread RoMaN SoFt / LLFB !!
Hi. I'm using Jakarta Tomcat 3.2.2 with Apache 1.3.20 / mod_jk (Linux) and I have some security-related questions: 1) I've read 3.2.3 is the latest available version for 3.2.x branch and that it covers a security issue. What's about this security issue and where could I read more about this

RE: Problems debugging JSPs

2001-08-21 Thread Rob S.
Probabaly better off on the JBuilder forums/newsgroup. Not that you might not get an answer back there, but @ there message boards, you're guaranteed everyone's running JB =) - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001

Re: AW: tomcat and apache jsp execution

2001-08-21 Thread Dmitri Colebatch
Mel, ok - so its getting to mod_jk ok... (not 100% sure what those lines mean specifically, but I get them too). I suppose the next thing to look at is the tomcat logs. open up server.xml and crank up all the debug levels and see what happens in the logs when the request comes in btw -

probing tomcat

2001-08-21 Thread Steven . Van_Loon
Hi, does anybody know whether there exists a way to probe from a remote computer whether tomcat is still alive ? Steven

Re: probing tomcat

2001-08-21 Thread Richard Draucker
1) Try hitting it on its default port, e.g. 8080 2) Try to telnet to it on its ajp port, e.g. 8007 On Tuesday 21 August 2001 08:32 am, you wrote: Hi, does anybody know whether there exists a way to probe from a remote computer whether tomcat is still alive ? Steven

about CLASSPATH: system or tomcat trick ?

2001-08-21 Thread Fabrice Terrasson
I added the path /usr/java/xerces-1_4_2/xerces.jar in CLASSPATH of tomcat.sh but it crashes tomcat I removed xerces.jar from CLASSPATH in tomcat.sh and putted it in the my user profile file : ~/.bashrc and ~/.profile but now tomcat works well got a clue ? any help will be appreciated.

Configuration

2001-08-21 Thread Roberto B.
I use a Debian box. I installed Apache and Tomcat 4 b6 (Apache as web server and Tomcat as application server for jsp/servet) Tomcat home is: /usr/tomcat4b6 I want several Virtual host (www.mysite.com, www.mysite2.com ) I want to place (for example) the file for my sites in:

AW: AW: tomcat and apache jsp execution

2001-08-21 Thread Bernier, Melanie
Hi Dmitri, I can't find anything useful in the logs:-( As I was reading the documentation from my colleague, I remembered something about RequestInterceptor. I read somewhere on the documentation for ajp13 connection to add in the server.xml : RequestInterceptor

Re: tomcat 4 mod_webapp config

2001-08-21 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: All, I'm having a little problem with mod_webapp (or maybe I'm not understanding this properly). I have an application deployed in catalina (v. 4b7) called laserweb (accessible via tomcat's http server port under /laserweb). I'd like to

starting tomcat from tcl

2001-08-21 Thread Held Martin ICM N MC MI E6
Hi all, I'm trying to start tomcat (3.2.3) from a tcl script using jacl. It starts up, but if try to browse a jsp file I get the following error: Internal Servlet Error: java.lang.NoSuchMethodError at org.apache.tomcat.context.ExceptionHandler.doService(DefaultCMSetter.java:28 9)

Re: Configuration

2001-08-21 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: VirtualHost xxx.xxx.xxx.xxx DocumentRoot /var/www/mysite.com ServerName www.mysite.com WebAppConnection conn warp localhost:8008 WebAppDeploy mysite.com conn /var/www/mysite.com /VirtualHost Your WebAppDeploy is wrong As written in

Re: tomcat 4 mod_webapp config

2001-08-21 Thread VASQUEZ_JASON
Pier-- Thanks for the patch. I'll give this a shot today or tomorrow and see if that does the trick. -jason Pier P. Fumagalli [EMAIL PROTECTED] 08/21/2001 08:34 AM Please respond to tomcat-user To: [EMAIL PROTECTED] cc: Subject:Re: tomcat 4

RE: Link error with mod_webapp

2001-08-21 Thread Shaun Campbell
Pier That's correct. What do I need to do now? Excuse my ignorance but compilation and linking etc is not my strong point!! Regards Shaun -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: 21 August 2001 14:37 To: [EMAIL PROTECTED] Subject: Re: Link error

Re: AW: AW: tomcat and apache jsp execution

2001-08-21 Thread Dmitri Colebatch
Mel, hmmm... yep - think you might be onto it there (o: ok... just been re-reading the docs, and to be honest I'm not sure what the RequestInterceptor className=org.apache.tomcat.modules.server.Ajp13Interceptor port=8009/ block is about, because I cant find that class

does tomcat3.2.1 and apache1.3.14 are slow

2001-08-21 Thread Rajesh
Hi, Can anybody tell me that why tomcat is slow handling the request coming form Apache1.3.14. I am using Window2000 prof. Pls help Rajesh

Re: tomcat 4 datasource casting

2001-08-21 Thread Pier P. Fumagalli
Lin, Zhongwu at [EMAIL PROTECTED] wrote: Craig, This bring up an interesting question: In installation guide for soap 2.2, it requires that mail.jar, activation.jar etc be in CLASSPATH for Tomcat 3.2. But for Tomcat 4.0 do we put them in $CATALINA_HOME/common/lib or include

Re: tomcat 4 mod_webapp config

2001-08-21 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Pier-- Thanks for the patch. I'll give this a shot today or tomorrow and see if that does the trick. AFAICS, it should... (I'm going to put it down in CVS later today) Pier

Re: Q: How to use mod_rewrite with mod_jk?

2001-08-21 Thread Denis Haskin
It does appear that you have everything set up properly. I'm unable to duplicate the behavior you're seeing, but the environment I have to test it is Solaris, Apache 1.3.19, Tomcat 3.2.1. I wonder if it's a bug just with directory listing? Can you get to servlets or JSP pages via the rewrite

Re: Link error with mod_webapp

2001-08-21 Thread Pier P. Fumagalli
Shaun Campbell at [EMAIL PROTECTED] wrote: Pier That's correct. What do I need to do now? Excuse my ignorance but compilation and linking etc is not my strong point!! Did you install Apache from an RPM, or you built it yourself? Can you send the output of httpd -l ? Pier

how to automatically load the servlet

2001-08-21 Thread Rajesh
Hi, How to load the servlet when tomcat3.2.1 starts can anyone help me Rajesh

Re: how to automatically load the servlet

2001-08-21 Thread Denis Haskin
1) Read the FAQ: http://jakarta.apache.org/site/faqs.html 2) Where you will discover: http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/12/topic_id/43/question_id/230 dwh Rajesh wrote: Hi, How to load the servlet when

RE: how to automatically load the servlet

2001-08-21 Thread Thomas Tuft Muller
See the load-on-startup/load-on-startup servlet parameter. -- Thomas | -Original Message- | From: Rajesh [mailto:[EMAIL PROTECTED]] | Sent: 21 August 2001 15:25 | To: [EMAIL PROTECTED] | Subject: how to automatically load the servlet | | | Hi, | How to load the servlet when

where is build-solaris.sh

2001-08-21 Thread Shahed A Moolji
Hi, I just downloaded the tomcat 3.2.3 src tarball. I cant find the build-solaris.sh or README.solaris or any Makefile for building the solaris mod_jk.so Thanks Shahed

RE: Link error with mod_webapp

2001-08-21 Thread Shaun Campbell
Pier I think I built it myself as opposed to an rpm. I think my config command was: ./configure --prefix=/usr/local/apache \ --enable-module=so Anyway here is the output from httpd -l: Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c

Re: Configuration

2001-08-21 Thread Roberto B.
It doesn't work !!! I wrote WebAppDeploy /var/www/mysite.com conn / in httpd.conf but the jsp pages don't work. How can I setup the server.xml? I have to create a tag host../host Tomcat home is in /usr/tomcatb6 My sites (html and jsp file) are in /var/www/... Roberto. - Original Message

RE: probing tomcat

2001-08-21 Thread Martin van den Bemt
Port 8007 shouldn't be available for that purpose.. It should only accept connections from the webserver you are running. If you telnet in, you will get a lot of bad packets and if you use an older version of tomcat, then tomcat/apache connection will be down when you telnet in.. If you run

Re: Multiple Url Patterns

2001-08-21 Thread Johannes Lehtinen
On Tue, 21 Aug 2001, Jonathan Holloway wrote: My problem is that I need to access exactly the same servlet but using a different url pattern. ... Is it possible to deploy a servlet under two pattern. i.e. as follows Does it matter if you get two instances of the same servlet? If two

How to make a connection pool when Tomcat start?

2001-08-21 Thread hongx
¡¡How can I make a connection pool when Tomcat start?

Re: Configuration

2001-08-21 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: It doesn't work !!! It doesn't help that you're not looking at the logfiles :) I wrote WebAppDeploy /var/www/mysite.com conn / in httpd.conf but the jsp pages don't work. Did you read that there was a patch for deployinhe rooot directory of the

RE: Tomcat: Getting Server Process information

2001-08-21 Thread Brandon Cruz
Depending on which database your are using, you can use commands to find out how many connections have been made total and how many are currently open. For example, to see the amount of current connections in mySQL, you can type show processlist; Brandon -Original Message- From: A.L.

How to make a connection pool when Tomcat start?

2001-08-21 Thread A.L.
This is just one possible way, but go to http://www.Javaexchange.com there is a good example there. __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

Re: how to automatically load the servlet

2001-08-21 Thread Rajesh
Hi, Thanx for everyone's response. Can anyone tell me why tomcat takes time to forwards the request. I am using tomcat3.2.1 and apache1.3.14 with mod_jk.dll Rajesh Thomas Tuft Muller wrote: See the load-on-startup/load-on-startup servlet parameter. -- Thomas | -Original

Re: tomcat 4 mod_webapp config

2001-08-21 Thread VASQUEZ_JASON
Pier -- The patch works fine for me -- the deploy directive works as expected when using a URI of / I am now seeing some other weirdness. In $CATALINA_HOME/conf/server.xml, this context has a jdbc resource defined with it. I'm testing access to it with a simple jsp which picks up the

Re: How to make a connection pool when Tomcat start?

2001-08-21 Thread P.Miller
Hi, create a connection pool in the init-method of a servlet. In web.xml setup this servlet to load-on-startup/. Though the init()-method of the servlet will be executed during tomcat-startup. Hth Peter hongx wrote: ¡¡How can I make a connection pool when Tomcat start?

Re: Configuration

2001-08-21 Thread Roberto B.
I setup the httpd.conf like you do. I setup the server.xml as at first installation. I deleted the log file ( of apache and tomcat) then I rebooted the system. I have seen the log after reboot and catalina.out: Starting service Tomcat-Standalone Apache Tomcat/4.0-b6 Starting service

Re: tomcat 4 mod_webapp config

2001-08-21 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Pier -- The patch works fine for me -- the deploy directive works as expected when using a URI of / I am now seeing some other weirdness. In $CATALINA_HOME/conf/server.xml, this context has a jdbc resource defined with it. I'm testing

Re: Configuration

2001-08-21 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: I setup the httpd.conf like you do. I setup the server.xml as at first installation. I deleted the log file ( of apache and tomcat) then I rebooted the system. I have seen the log after reboot and Rebooted the system? WHY? Can't you just

RE: tomcat 4 datasource casting

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Lin, Zhongwu wrote: Craig, This bring up an interesting question: In installation guide for soap 2.2, it requires that mail.jar, activation.jar etc be in CLASSPATH for Tomcat 3.2. But for Tomcat 4.0 do we put them in $CATALINA_HOME/common/lib or

Re: tomcat 4 datasource casting

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Pier P. Fumagalli wrote: Sometimes JDBC is a little bit overreactive :) :) :) Actually, the difference is caused by the fact that Catalina needs to do the same casts as the web app does, so it needs to use exactly the same javax.sql.DataSource class definition. It's

Re: JMX related

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Sriram Rajamanuri wrote: Hi I v installed tomcat 4.0 b7 on win nt 4.0. I wonder how the MBeans can be registered with the tomcat server. All over the net i have found documentation related to JBOSS-Tomcat, which i do not want. I need to install MBeans on a

log4j in custom tags

2001-08-21 Thread Andreas Leitner
I want to use log4j from within a custom tag. Now, since the custom tag will be instanciated from the jasper JVM, the logj4 properties file of the webapp will of course not be used to setup log4j. How can I configure log4j in a custom tag to use the same log-writer than my web app - or how can

Re: Multiple Url Patterns

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Jonathan Holloway wrote: I have a number of servlets deployed in a web application under tomcat, one of these servlets is specifically accessed as follows: http://localhost/servlets/exampleServlet My problem is that I need to access exactly the same servlet but

Re: Configuration

2001-08-21 Thread Roberto B.
- Original Message - From: Pier P. Fumagalli To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 5:28 PM Subject: Re: Configuration Rebooted the system? WHY? Can't you just stop-and-restart? I thought you were using Linux (Pier has an uptime of 628 days on one old Linux box in

Re: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-21 Thread Pier P. Fumagalli
Jonathan Eric Miller at [EMAIL PROTECTED] wrote: I'm having problems using ServletResponse.flushBuffer() and Tomcat 4.0b7. The following servlet demonstrates. What I want it to do is print out the title and the Test 1 line. Then, pause for 10 seconds and print out the Test 2 line. It

Re: Configuration

2001-08-21 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: Rebooted the system? WHY? Can't you just stop-and-restart? I thought you were using Linux (Pier has an uptime of 628 days on one old Linux box in Italy!) I'm more secure that nothing remains in memory.. you know.. I'm new to linux.. I was (I'm) a

Re: Configuration

2001-08-21 Thread Roberto B.
So.. I try to install Tomcat 4b7??? Do I have to build mod_webapp again??? (I have an old kernel version) Thanks...Roberto. - Original Message - From: Pier P. Fumagalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 6:16 PM Subject: Re: Configuration Roberto

RE: SSL-How-2 for Tomcat 4

2001-08-21 Thread Curtis Dougherty
No errors in the log file...BUT I did discover something unusual. I downloaded and installed Tomcat4b7 (been using Tomcat4b6) and - even though I have JAVA_HOME set to c:\java\jdk1.3.1 it saw the older version c:\java\jdk1.3 - SO... Why does it appear that Tomcat is hard coded to the older

behaviour of getRequestDispatcher for bogus URLs

2001-08-21 Thread Kevin HaleBoyes
What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext(). getRequestDispatcher(/I_know_this_page_doesnt_exist.html).

Re: log4j in custom tags

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Andreas Leitner wrote: I want to use log4j from within a custom tag. Now, since the custom tag will be instanciated from the jasper JVM, the logj4 properties file of the webapp will of course not be used to setup log4j. The tag might be instantiated by Jasper

RE: SSL-How-2 for Tomcat 4

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Curtis Dougherty wrote: No errors in the log file...BUT I did discover something unusual. I downloaded and installed Tomcat4b7 (been using Tomcat4b6) and - even though I have JAVA_HOME set to c:\java\jdk1.3.1 it saw the older version c:\java\jdk1.3 - SO... Why

Re: Configuration

2001-08-21 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: So.. I try to install Tomcat 4b7??? Do I have to build mod_webapp again??? (I have an old kernel version) Nope... Just replace only Tomcat with B7... You don't have to build anything, just download the B7 of 4.0, and keep the module you have (since

Runing Tomcat as a NT Service with JDK1.3.1 - problem solved

2001-08-21 Thread André Rosenzweig
Hi, I´ve been working on the problem of using jk_nt_service with jdk1.3, the problem described on the documentation for Tomcat 3.2.3 and also for th 3.3, and after a day of trying several ways to run Tomcat as a service I´ve just discovered at Sun that the problem was solved with a command line

Re: Configuration

2001-08-21 Thread Roberto B.
Ok I will replace the B6 with B7...but tomorrow.. now I need a long pause !!! output for ls -la /lib/libc* : -rwxr-xr-x1 root root 887712 Mar 26 00:35 /lib/libc-2.1.3.so lrwxrwxrwx1 root root 13 Jul 16 18:57 /lib/libc.so.6 - libc-2.1.3.so lrwxrwxrwx1 root

Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Kevin HaleBoyes wrote: What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext().

RE: SSL-How-2 for Tomcat 4

2001-08-21 Thread Curtis Dougherty
SSL Works in Tomcat4b7 - Wa Hoo!!! I have no clue why b6 wouldn't work...read on Couple of things worth noting.. in IE 5.5 (latest w/ all patches) you Must turn on TLS1.0 under [Internet Options] - not necessary with Netscape 6x (it prompts you for all the goodies) I did NOT have (on this box)

Problem with isapi_redirect.dll - Server Application Error

2001-08-21 Thread Rory
We are running IIS 5.0 (port 80) - there are multiple websites running) and tomcat (port 8080). We have no problem in getting the isapi_redirect.dll to load (green arrow). http://localhost:8080/examples/ works fine, but http://localhost/examples/ gives a Server Application Error. The entries in

Re: Configuration

2001-08-21 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: Ok I will replace the B6 with B7...but tomorrow.. now I need a long pause !!! :) output for ls -la /lib/libc* : -rwxr-xr-x1 root root 887712 Mar 26 00:35 /lib/libc-2.1.3.so lrwxrwxrwx1 root root 13 Jul 16 18:57

Re: probing tomcat

2001-08-21 Thread Mark Castillo
One simple thing that you could do is create a ping servlet which you can request from a remote machine (just a minimal servlet that prints a message). On the remote machine you would probably have a script or monitoring software attempt to grab the URL of the servlet. Although this tells you if

Help on my first Servlet JSP

2001-08-21 Thread Sheila Ratnam
Hi all, I have two requests. 1)The Tomcat documentation explains how to configure Tomcat using CVS. Could someone please direct me to a simpler, without-using-CVS way of deploying a servlet? 2) When I create a jsp file using Notepad, and try to save it as say index.jsp, my pc stores it as

How do I display Images from servlet

2001-08-21 Thread Mary Yauger
Hi Guys, I am facing a problem with displaying images from my servlet. I have a context created Context path=/ docBase=webapps/mycontext crossContext=false debug=0 reloadable=true/Context and my log file says something like this 2001-08-05 01:13:17 - ContextManager: Adding context Ctx(

Re: Help on my first Servlet JSP

2001-08-21 Thread Sheila Ratnam
Ok! I got my servlet to work. I set the Context ... tag in the servlet.xml under confg, and restarted the server. It did the setting, and then it worked. Now I understand why it wasn't working before. I still have to get my pc to learn what jsp is. Please help. Sheila From: Sheila Ratnam

Re: Help on my first Servlet JSP

2001-08-21 Thread David Smith
On Tuesday 21 August 2001 01:20 pm, you wrote: Hi all, I have two requests. 1)The Tomcat documentation explains how to configure Tomcat using CVS. Could someone please direct me to a simpler, without-using-CVS way of deploying a servlet? 2) When I create a jsp file using Notepad, and try

Re: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-21 Thread Mauro Bertapelle
Jonathan, this was already discussed in this list some times ago.. Regards, mauro -- Scott, I've finally got it. The problem with Internet Explorer is that, no matter how many flavors of no-cache, cache-no, no-cache-thanks, etc.. you put in your header, it'll not output anything until

Windows NT UNC File Referencing

2001-08-21 Thread Benjamin Garfield
I am in the process of setting up a new web farm environment. All of the web servers will be running the same code. To simplify management of that code, I would like to place the code in a common location and then use Windows UNC file referencing to point the servlet engine at the code.

Problems with German ä, ö, ü, ß

2001-08-21 Thread Frank Neumann
Hi folks, I'm experiencing problems when using the German letters ä ö ü ß in URL's. first box: Solaris 2.6, JDK 1.3.0, tomcat 3.2.1 tomcat was installed as binary distribution by a developer from another company. When using correctly URL-encoded ä ö ü ß there is no problem. The servlets work

Re: Help on my first Servlet JSP

2001-08-21 Thread Sheila Ratnam
Thanks David. You gave me the right clue. In Windows Explorer-File-Options File Types-New Opens a dialogueBox to create the new MIME type. Now the pc isn't as brain dead! Thanks, Sheila From: David Smith [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Help on

Socket write error under Windows with tomcat-3.2.3

2001-08-21 Thread Zsolt Koppany
Hi, as the subject says, under Windows (but not under Linux) with tomcat-3.2.3 I get very often this socket write error and I don't have this problem with tomcat-3.2.2. Do you know what the reason is? I use jre-1.3.1 from Sun. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com

Re: How do I display Images from servlet

2001-08-21 Thread Rob S.
just a path say /images/code.gif should do right, Quick suggestion: Try dropping the first '/'. Then again, I'm not sure what you mean by your servlet not being able to show images, so that could be completely wrong =) - r but this doesn't work. Please help me. Thanks alot, Mary

welcome file in web.xml with pre-compiled jsp's?

2001-08-21 Thread dhay
Hi everyone, I am pre-compiling my jsp's in my struts web app, and everything works fine, except specifying the welcome file in the web.xml. If I do not pre-compile everything, having index.jsp as the first page works great. However, when I pre-compile index.jsp it doesn't work. Putting an

Problem with JSP... Tomcat 4.0.7

2001-08-21 Thread Shawn Evans
I probally done something wrong here... but the error is at the end [error]... here is the [JSP]... I have 2 classes in a jar file in the lib lib/connectionpool.jar ConnectionPool.class PooledConnection.class [JSP] html body %@ page errorPage=errorpage.jsp % %@ page

Re: Problem with JSP... Tomcat 4.0.7

2001-08-21 Thread Rob S.
Did you scroll down and look at the root cause? Trying to convert oracle to a number? - Root Cause - java.lang.NumberFormatException: oracle at java.lang.Integer.parseInt(Integer.java:414) - r

RE: ignored - java.lang.NumberFormatException: 3379

2001-08-21 Thread Brandon Cruz
I am getting the same error, this is on my windows development machine. I have not noticed it on Linux. Did anyone ever see any reply to this, or know why it is happening? It doesn't seem to be causing any problems. I am using standalone tomcat 3.2.1 on Win2K Brandon -Original

Can't view Jsp examples

2001-08-21 Thread Amanda
I'm sure this question has been asked a billion times, but I'm desperate here. I installed Tomcat v. 3.3 on my e drive. The path is e:\myTomcat\tomcat. My OS is Win2K. I've got my jdk installed at c:\jdk1.3.1. Here are my environment variables: CLASSPATH: C:\jdk1.3.1\lib\tools.jar;.; JAVA_HOME:

Servlet Reads from file. how to specify path

2001-08-21 Thread A.L.
I have a servlet which needs to read from a file to get the database connection information. I've tried everything and can't seem to get the servlet to properly read the file. My question is how must paths be specified. I am running on windoes 200. The directory of my servlet is :

RE: Can't view Jsp examples

2001-08-21 Thread Mills, Theo
have you tried hitting it through http://127.0.0.1:8080/examples/jsp/? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: Can't view Jsp examples I'm sure this question has been asked a billion

RE: Can't view Jsp examples

2001-08-21 Thread Amanda
Yes. I have a personal web server set up so that I can use an http path, but no luck getting the jsp to work:( -Original Message- From: Mills, Theo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:58 PM To: '[EMAIL PROTECTED]' Subject: RE: Can't view Jsp examples have you

Re: Can't view Jsp examples

2001-08-21 Thread Rob S.
You have PWS and Tomcat setup? I'm confused... - r On Tue, 21 Aug 2001 16:07:31 -0400 [EMAIL PROTECTED] wrote: Yes. I have a personal web server set up so that I can use an http path, but no luck getting the jsp to work:( -Original Message- From: Mills, Theo [mailto:[EMAIL

JSP/Servlet Printing

2001-08-21 Thread JBrawner
This is a question I posted in Sun's Java Forums and got no replies. I really need a solution and was hoping someone in this group could help out. I have an Apache/Tomcat webserver on a standalone touchscreen kiosk. The customer would like a print button on every jsp and, when touched by the

RE: Can't view Jsp examples

2001-08-21 Thread Amanda
Yes. Me too. Do my PWS and Tomcat serve the same purpose? Did I not need to install Tomcat to view jsp pages? -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 4:11 PM To: [EMAIL PROTECTED] Subject: Re: Can't view Jsp examples You have PWS and

Weird exception.

2001-08-21 Thread Daniel Novy - (MGN)
Hi all. I'm running tomcat on a solaris machine and trying to access it from a Windows2000 machine. I have an servlet that returns a page with an applet that makes lot of use of swing objects. I have installed on the windows machine the Java plugin 1.3.1 for internet explorer and, when I try

bean creation race conditions?

2001-08-21 Thread Thad Humphries
As I mentioned yesterday, I have an application that stalls on Solaris 2.7 (properly patched) along with Apache 1.3.20, Tomcat 3.2.3, mod_jk, and JDK 1.3.1. It runs fine on Linux with Tomcat. The application starts with an index.jsp file that requests a bean with jsp:useBean. The index.jsp

how to get the target frame

2001-08-21 Thread Andreas Leitner
Hi, Is it possible to determine the target frame from within a Servlet (or better Custom Tag, but I assume once, I know how to do it from a Servlet, I can do it from a Custom Tag as well). This information must be somewhere, or am I mistaken? Many thanks in advance, Andreas

Mozilla and Tomcat

2001-08-21 Thread John Baker
Hello. Ever since the Mozilla builds between 0.9.2 and 0.9.3 (and I mean all builds, including 0.9.3), I have experienced some problems with redering Tomcat generated pages. If I change a jsp (I have reloadable on for development) then I will often see just this when the page reloads:

  1   2   >