RE: Tomcat Apache JSP compilation error

2002-01-15 Thread Arnaud Héritier
With Tomcat 4 the package java.util isn't imported by default in your JSP page. you should add this : %@ page language=java import=java.util.Vector% or %@ page language=java import=java.util.*% arno -Message d'origine- De: Stuart Stephen [SMTP:[EMAIL PROTECTED]] Date: lundi

JDK on Free BSD

2002-01-15 Thread Galbayar
Can i install JDK on Free BSD?

RE: JDK on Free BSD

2002-01-15 Thread Lai Kok Cheong
Yes and there is two way ? Are you a new freeBSD user ? -Original Message- From: Galbayar [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 8:38 AM To: Tomcat Users List Subject: JDK on Free BSD Can i install JDK on Free BSD? -- To unsubscribe: mailto:[EMAIL

Re: JDK on Free BSD

2002-01-15 Thread Galbayar
Yes - Original Message - From: Lai Kok Cheong [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 16:41 Subject: RE: JDK on Free BSD Yes and there is two way ? Are you a new freeBSD user ? -Original Message- From: Galbayar

can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Galbayar
Hello all? I'm installed JDK,MySQL,Tomcat on Linux RedHat 7 and all services running ok. If i connect to the MySQL from java(use MySQL MM driver) have Server configuration denied access error. How to solve this problem?

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Sajida Kalsoom
add the host name/ipaddress in mysql database named as mysql . - Original Message - From: Galbayar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 2:12 PM Subject: can't access to MySQLfrom java on Linux RedHat 7 Hello all? I'm installed

Re: Solved: TC4 + Apache virtual host configuration

2002-01-15 Thread Anton Brazhnyk
I finally got virtual hosting working with Apache and TC4.0, woo hoo! Congratulations! The relevant sections from httpd.conf and server.xml are below. The only downside with this configuration is that I haven't been able to mount webapps in the root context specified by DocumentRoot.

Tomcat 4.0.1, Apache 1.3.22, Warp Connector and Loadbalancing

2002-01-15 Thread Martin Kerstein
Hy. Iam new to this list, so if this topic has already been covered, please forgive me and point me in the right direction :-) To my problem: We are setting up apache 1.3.22 as web server, integrating tomcat 4.0.1 via the WARP connector. I am looking for a way to configure load balancing, so

AW: Tomcat 4.0.1, Apache 1.3.22, Warp Connector and Loadbalancing

2002-01-15 Thread Ralph Einfeldt
AFAIK tomcat 4.* currently doesn't support loadbalancing with any connector. Solutions: - Drop back to 3.2/3.3 and mod_jk - use a external loadbalancer that supports sticky sessions with cookies and urls's. -Ursprüngliche Nachricht- Von: Martin Kerstein [mailto:[EMAIL PROTECTED]]

Upgrading from JServ/Apache to Tomcat/Apache

2002-01-15 Thread Fredrik Westermarck
Hi! We have been using JServ/Apache for a long long time. Since JServ is not supported anymore we need to upgrade to Tomcat/Apache to be able to use JSPs. We want to keep our existing URLs (/servlet/) and have the possibility to have JSPs in the htdocs folder. We want the following mappings:

memory

2002-01-15 Thread Krzysztof Janiszewski
Hi! How to set maximum memory availiable for JVM? Pozdrawiam Krzysztof Janiszewski IT Partner http://www.it-partner.com.pl/ - oprogramowanie dla kawiarni internetowych http://www.fr.pl - webhosting -- Znudzilo Ci sie logo w komorce? Wgraj nowe [ http://komorki.onet.pl/dodatki.html ]

Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
I have tried to search the mailing-lists but unsuccesfull. What I'm looking for is a way to login to restricted resources in my ROOT folder. I have a tomcat-4.0.1 connected to apache 1.3.22 via mod_jk and both *.jsp files and html files are supposed to be in the /-folder of the webserver. The

RE: Form-based login from html-page

2002-01-15 Thread Barney Hamish
You can use realm based authentication to acheive what you want to do. See the Tomcat documentation http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html and the Servlet specifications http://java.sun.com/products/servlet/download.html for more information -Original Message-

Problem: Tomcat/4.0.1 JSP didn't work!java.lang.IncompatibleClassChangeError

2002-01-15 Thread SMIGIELSKI ANDREAS
Hi, my standalone WebApp's didn't work with Tomcat. I have tracked it down and found out Tomcat didn't initialize my Java Applications correctly. The problem can be verifyed by the JSP Samples that came with Tomcat. They work only partialy. The problem is Tomcat dosn't initialize servlet jsp,

RE: Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
Ok, it might be a bit unclear what I'm asking for. I have a jdbc-realm already, and my users login via a login.jsp site when they are trying to access one.jsp. What I want is to access the one.jsp without having people going from index.html login.jsp one.jsp via form-based login - Pete

RE: Form-based login from html-page

2002-01-15 Thread Barney Hamish
If you want people to go directly to login when they access your site you can make one.jsp the default welcome file. Then make one.jsp restricted. This means when people go to your website they will try to access one.jsp but that page is restricted so they will be redirected instead to the

RE: Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
First, I just want to make clear that all jsp-files are restricted, (well, except from login.jsp and error.jsp) and html-files are public. What I would like to achieve is, having a form on index.html where people type in their usernames, clicks log in and then they are at one.jsp - Peter

RE: Tomcat 4.0.1, Apache 1.3.22, Warp Connector and Loadbalancing

2002-01-15 Thread GOMEZ Henri
Tomcat 4.0.2 will support load balancing with mod_jk. Stay tuned - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread GOMEZ Henri
Did you tried the RPM for TC 4.0.1 ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Steve

AW: Tomcat 4.0.1, Apache 1.3.22, Warp Connector andLoadbalancing

2002-01-15 Thread Lauer, Oliver
That're really good news !!! We stay tuned and please don't forget the doc :-). When will 4.0.2 be available ? Thanx 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 Fax: +49 221 148 43963

RE: Form-based login from html-page

2002-01-15 Thread Barney Hamish
Then put the login form on index.html. Make one.jsp the default welcome page and make the login page index.html When they first come to your site they will be redirected to index.html After they've logged in they will be redirected one.jsp It's really not hard! Have a look at the documentation

sockets

2002-01-15 Thread Krzysztof Janiszewski
Hi Is it normal: tcp0 0 127.0.0.1:8008 127.0.0.1:4315 ESTABLISHED tcp0 0 127.0.0.1:4315 127.0.0.1:8008 ESTABLISHED tcp0 0 127.0.0.1:8008 127.0.0.1:4313 ESTABLISHED tcp0 0 127.0.0.1:4313 127.0.0.1:8008

Re: When to switch from tomcat to commercial, if ever...

2002-01-15 Thread Mika Goeckel
Hi! Yes, I think you should carefully monitor response times and system load. The number of users is not a metric on it's own right as its impact heavily relies on the application itself. If you want to improve, the first thing to look at is the application, not the servlet-container. For

Tomcat 4 Help on running https: http connects but no access to 127.0.0.1

2002-01-15 Thread Chuck Amadi
Hey folks need some help. My set upis as follows. Win 98, 32 BIT, Netbeans 3.2 IDE Tomcat 4 C:\J-tomcat-4.0.1 JSSE (jar's in jdk.1.3)/jre/lib/ext Autoexec.bat - As Follows set PATH=C:\JDK1.3\bin; set CATALINA_HOME=C:\jakarta-tomcat-4.0.1 set JAVA_HOME=C:\JDK1.3 (1) I have uncommented the

RE: Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
Thanks a lot. I tried to figure it out, but missed the part where you make one.jsp the default welcome-page, - Peter -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: 15. januar 2002 12:42 To: 'Tomcat Users List' Subject: RE: Form-based login from html-page Then

How to receive Session Manager from servlet?

2002-01-15 Thread Oto Buchta
Hi, I'm revriting the application from the JSDK2.0 to current Tomcat and I found a very big problem - HttpSessionContext.getIds() is deprecated. It's clear why, but it brings a critical problem for me. I've found (in tomcat javadoc), that the

Apache1.3.20 TC3.3 authentication

2002-01-15 Thread MTea
Hi everybody, I don't understand sg, pls help me. We have a Apache+Tomcat3.2.4 with BASIC http authentication on apache side. It is working fine (just tomcat's class reloading is a little bit urhhh...). So I would like to change tc to 3.3 (or 3.3.x because of the ajp12 is important), but the

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread John Niven
Steve I'm not sure (I'm a relative newbie and my platform is typically Windows :( ) but I thought the default port on Linux was 8180, not 8080. If you've not changed the defaults, have you tried http://localhost:8180? Best wishes, John John Niven johnDOTnivenATmarcatDOTcom -Original

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Cressatti, Dominique
Did you get the RPM or the standard binary? The RPM open port 8180 (this is set in catalina_home/bin/conf/server.xml) while the standard binary (jakarta-tomcat)open port 8080. I've found that with the rpm version, ./service tomcat4 start doesn't start tomcat (even though it claim so). I

RE: Apache1.3.20 TC3.3 authentication

2002-01-15 Thread Larry Isaacs
Are you using the Tomcat 3.3 generated configuration files? Tomcat 3.3 also defaults to forwarding all requests to Tomcat. I assume for Apache's BASIC authentication to be triggered, Apache must serve some content. You may need to set forwardAll=false on the ApacheConfig or JservConfig. Also

Guidenance Please

2002-01-15 Thread Ansalvish, Dave R
-Original Message- From: Ansalvish, Dave R Sent: Tuesday, January 15, 2002 8:14 AM To: '[EMAIL PROTECTED]' Subject: Guidenance Please Hi, First, I want to thank the group the helpful hints I have been receiving, I'm slowly getting the hang of this TOMCAT/Apache monster. But, I

Re: memory

2002-01-15 Thread j4web
Here you go: java -Xmxsize ex. java -Xmx1024m Will set the max heap to 1 GIG. Here is the min and max parts of the JDK documentation for the java command: -Xmsn Specify the initial size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 1MB. Append

Tomcat Stability

2002-01-15 Thread Laurent Féral-Pierssens
Hi, We've been experiencing problems with stability recently. Every 2 weeks, Tomcat crashes with 500 errors. We now have more information about what happened the last time. Our configuration is: Tomcat 3.2.4 with Apache 1.3.20 and mod_jk Linux Debian, PIII 1 GHz, 512 Megs of RAM, Raid 1

Re: Integrating TC 4.0 with Apache 1.3.12

2002-01-15 Thread RSEQUEIRA
Chetna Bhatt [EMAIL PROTECTED] on 01/14/2002 08:47:44 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Integrating TC 4.0 with Apache 1.3.12 Hi, Thanks for the help.but there is still one problem..suppose if i

AW: Tomcat Stability

2002-01-15 Thread Ralph Einfeldt
Do you find anything usefull in the logs. There are several levels on which tomcat can crash. (The connector, the JVM, Tomcat itself) Are there Exception, cores or what else ? -Ursprüngliche Nachricht- Von: Laurent Féral-Pierssens [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 15.

RE: Tomcat Stability

2002-01-15 Thread Laurent Féral-Pierssens
Unfortunately this time, we couldn't find something... (log were badly configured and were deleted after restart :-( but last time it was a java out of memory error. Could that help? The only thing we know this time was that it is an error 500. Thank you, Laurent -Original Message-

Re: Upgrading from JServ/Apache to Tomcat/Apache

2002-01-15 Thread Anton Brazhnyk
Hi! We have been using JServ/Apache for a long long time. Since JServ is not supported anymore we need to upgrade to Tomcat/Apache to be able to use JSPs. That's what I'm going to do soon We want to keep our existing URLs (/servlet/) and have the possibility to have JSPs in the htdocs

Tomcat / Apache problem ...

2002-01-15 Thread Julien OIX
hi everyone, I have a little redirection problem with my tomcat/apache server ... here comes a part of my httpd.conf: / NameVirtualHost 193.52.112.79 VirtualHost 193.52.112.79 Port 8011 ServerName

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Steve
I didn't use an rpm so I guess I got the standard binaries. I tried both ports in my browser...8180 and 8080. I copied the same Tomcat 4.0.1 download to the windows 98 side of my hard drive. I had no trouble getting it to work with http://localhost:8080 there. Cressatti, Dominique

Re: AccessControlException with Applet

2002-01-15 Thread RSEQUEIRA
If your RMI server is on the same machine as the web server, then I don't see why you are facing a problem. You might need to make sure that you have granted access to applets (socket connections) to connect to port 2113 (Ofcourse you would need to start Tomcat with the -security option. If you

Question about URLencoded Cookie data?

2002-01-15 Thread Gerry Duhig
Many thanks to Craig for pointing me at Filters to solve my access problems. Next Question: Running Tomcat 4.0.1, my cookies now seem to be URLencoded, ie characters + and = get encoded. How do I decode before reading them in a Filter or servlet? Gerry -- To unsubscribe: mailto:[EMAIL

Apache 1.3.22 + Warp + Tomcat

2002-01-15 Thread Elteto Zoltan
Hi everyone, I want to install the warp connector into an apache...under linux So far so good :) I couldn't find a good documentation for this :( I have made the following steps: 1) install apache ./configure --prefix=/usr/local/apache \ --enable-module=so \ --enable-module=rewrite \

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Cressatti, Dominique
stupid question but have you set JAVA_HOME and CATALINA_HOME ? what do you get when you do echo $JAVA_HOME ? Dom -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 02:32 To: Tomcat Users List Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand

RE: When to switch from tomcat to commercial, if ever...

2002-01-15 Thread Brandon Cruz
Thanks Mika, That's the information I was looking for!!! Brandon -Original Message- From: Mika Goeckel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 6:01 AM To: Tomcat Users List Subject: Re: When to switch from tomcat to commercial, if ever... Hi! Yes, I think you

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Martin van den Bemt
Maybe your firewall is too strict, or ping localhost doesn't work? (add it to /etc/hosts if it doesn't..) Mvgr, Martin -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 03:32 To: Tomcat Users List Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get

RE: Apache 1.3.22 + Warp + Tomcat

2002-01-15 Thread Cressatti, Dominique
my guess you didn't specify if you made the module executable. have u done so. if not do: chmod 755 /apacheLibs/mod_webapp.so -Original Message- From: Elteto Zoltan [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 14:42 To: Tomcat Users List Subject: Apache 1.3.22 + Warp + Tomcat Hi

RE: Question about URLencoded Cookie data?

2002-01-15 Thread Ing. Gabriel Gajdos
There is such a method in JDK: static String java.net.URLDecoder.decode() Does it help? ;-) | Many thanks to Craig for pointing me at Filters to solve my access | problems. | | Next Question: Running Tomcat 4.0.1, my cookies now seem to be URLencoded, | ie characters + and = get encoded. How

RE: Hey Check this out... Tomcat forums!

2002-01-15 Thread Mike Curwen
Thought I'd add 2 cents. Javaranch is a pretty popular java programming/certification site, and I co-moderate a few forums there. Servlets: http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forumf=7 JSP: http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forumf=50 Apache / Tomcat:

AW: Tomcat Stability

2002-01-15 Thread Ralph Einfeldt
If you get OutOffMemoryErrors there are several things to look at: - Memory settings of the VM - Physical memory of the computer - Memory usage by other applications - Memory leaks in your application - A profiler like OptimizeIt might help. - Memory usage of your application Depends much on

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Cressatti, Dominique
Maybe your firewall is too strict, or ping localhost doesn't work? (add it... I wouldn't go into that at this point. Dom -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 14:45 To: Tomcat Users List Subject: RE: Tomcat 4.0.1 Suse 7.2 Can't Get

Re: Tomcat Stability

2002-01-15 Thread Mauricio Nuñez
El Martes 15 Enero 2002 10:45, Laurent Féral-Pierssens escribió: Hi, We've been experiencing problems with stability recently. Every 2 weeks, Tomcat crashes with 500 errors. We now have more information about what happened the last time. Our configuration is: Tomcat 3.2.4 with Apache

Re: executing JSP with virtual hosts

2002-01-15 Thread David Smith
If the jsp source is showing, then the request is never going to Tomcat. Sounds to me like you have an alias in your httpd.conf to the directory of your app and Apache is serving out the files as static. Can you post the relevant parts of your httpd.conf? I'm specifically interested in

RE: Guidenance Please

2002-01-15 Thread Jeff Grummons
ServerName is set to whatever you have it set to in the httpd.conf. The fact that you're running two separate Apache instances makes things tricky. You need the WebAppConnection and WebAppDeploy lines in both of your httpd.conf files. The port number you are using, however, is not the Apache

IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen
Hi, This has probably been covered before, but thought I'd risk a 'stfw' and ask anyways. ;) What is the cause (and solution?) for this fairly frequent and non-fatal error? IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by peer: socket write error. p.s. - I have done a

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread David Smith
hmmm if you do a ps -a | grep java, do you get a list of java threads? That'll show that TC is actually working and not getting a seg fault on startup or something. Also netstat -tln should provide a list of open server ports for your machine and you should see some ports open [8005

Tomcat 4.0.1 : What do these environmental variables mean?

2002-01-15 Thread Steve
Hi; I was looking through catalina.sh and I want to confirm that I understand what these environmental variables. When I say Tomcat I am refering to the absolute path on my system ( Suse Linux 7.2 ) ending with a directory called Tomcat which contains all of the subdirectories for Tomcat

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Steve
I don't have a firewall set up. I know this because when Suse boots up it sends me a note saying that the firewall is not in use( I am using this box as a desktop/development environment). I did ping localhost I am getting responses( no error messages )...it is still going. Martin van

Re: IOException, that reset by peer thing.

2002-01-15 Thread Tom Drake
That message means the the 'other' end of the connection was closed. This could happen if you press the 'stop' button on your browser. - Original Message - From: Mike Curwen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 7:21 AM Subject: IOException, that reset

Session timeouts

2002-01-15 Thread Duncan Smith
Hello all. I want to set the session timeout for a web app. In the example web.xml it says that the the value is is seconds, but in book I have about Tomcat 4 it says that it's in minutes. Does anyone know which one is right? Many thanks Duncan. -- To unsubscribe: mailto:[EMAIL PROTECTED]

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Cressatti, Dominique
David have you got the mod-webbapp working under Mandrake? Dom -Original Message- From: David Smith [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 15:25 To: Tomcat Users List Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode hmmm if you do a ps -a |

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Steve
I have no problem with those questions. I have set both in my /etc/profile thus: JAVA_HOME=/usr/local/JDK CATALINA_HOME=/usr/local/Tomcat I get those same exact paths with the $echo commands. Cressatti, Dominique wrote: stupid question but have you set JAVA_HOME and CATALINA_HOME ?

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Cressatti, Dominique
u said that you added JAVA_HOME (and etc) in your profile but have you checked that they are set to some value before starting tomcat? -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 03:29 To: Tomcat Users List Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Steve
David Smith wrote: hmmm if you do a ps -a | grep java, do you get a list of java threads? That'll show that TC is actually working and not getting a seg fault on startup or something. Also netstat -tln should provide a list of open server ports for your machine and you should see

Re: Tomcat 4.0.1 : What do these environmental variables mean?

2002-01-15 Thread David Smith
From what I understand, CATALINA_BASE was designed to allow for multiple instances of Tomcat 4 on one machine. Each instance would have a separate CATALINA_BASE directory containing a conf dir, server.xml, etc., ... CATALINA_HOME is the directory containing stuff like the bin directory and

RE: Form-based login from html-page

2002-01-15 Thread jerry . fang
You might want to look int your httpds.conf on how apache is connected to tomcat. If you tell apache to forward all requests, no matter jsp or html, under your app context to tomcat, you will get what you want. -Jerry -Original Message- From: Peter M. Nielsen [mailto:[EMAIL

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread David Smith
Yeah. I built mine from the nightly snapshots posted to http://nagoya.apache.org/~pier/snapshots/ It's worked like a charm for me. I probably should take a look at the history for the project since my build is a couple of months old. --David On Tuesday 15 January 2002 10:37 am, you wrote:

running tomcat under Mandrake

2002-01-15 Thread Cressatti, Dominique
David, sorry to be persistent but did you said that your running tomcat under Mandrake? If so have you managed to get the mod_webapp working properly? Dom

Re: Apache 1.3.22 + Warp + Tomcat

2002-01-15 Thread Elteto Zoltan
Good guess!!! I did not change that. th but the error message is still persisting :(( zoli - Original Message - From: Cressatti, Dominique [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 4:53 PM Subject: RE: Apache 1.3.22 + Warp + Tomcat my

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Steve
Yes. I used $echo JAVA_HOME and Tomcat is echoing JAVA_HOME correctly on start up Steve Cressatti, Dominique wrote: u said that you added JAVA_HOME (and etc) in your profile but have you checked that they are set to some value before starting tomcat? -Original Message- From:

AW: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Ralph Einfeldt
The following line from your mail indicates that tomcat is listening: tcp0 0 0.0.0.0:80800.0.0.0:* LISTEN To be really shure that this is tomcat do the following. (As root) lsof -i :8080 Witch that you get the pid of the program that listens on port 8080. To find out

Re[2]: Apache1.3.20 TC3.3 authentication

2002-01-15 Thread MTea
I made the changes (forwardAll, noRoot) but the situation is unchanged :-( -- Best regards, MTea -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: running tomcat under Mandrake

2002-01-15 Thread David Smith
Yup. I built mod_webapp from nightly snapshot (didn't use the excessively old version included with the TC binaries). There have been a lot of bug fixes and support for SSL was added in version 1.1. Why? Is it not working on your system? I would note if anyone on the list decides to build

Re: Question about URLencoded Cookie data?

2002-01-15 Thread Gerry Duhig
OK! Thanks for that. Too obvious! I was looking in the javax api rather than there! Gerry - Original Message - From: Ing. Gabriel Gajdos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 2:55 PM Subject: RE: Question about URLencoded Cookie data? There is such

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread amol
try the string without password it may work - Original Message - From: Sajida Kalsoom [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 3:00 PM Subject: Re: can't access to MySQLfrom java on Linux RedHat 7 have you tried using IPAddress instead

RE: Session timeouts

2002-01-15 Thread Justin Rowles
I want to set the session timeout for a web app. In the example web.xml it says that the the value is is seconds, but in book I have about Tomcat 4 it says that it's in minutes. It's minutes. It is set to a default in the xml configuration file, but can also be set in the jsp (find the

Re: Integrating TC 4.0 with Apache 1.3.12

2002-01-15 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Chetna Bhatt [EMAIL PROTECTED] on 01/14/2002 08:47:44 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Integrating TC 4.0 with Apache 1.3.12 Hi, Thanks for the help.but there is still

RE: Apache 1.3.22 + Warp + Tomcat

2002-01-15 Thread Cressatti, Dominique
not too sure but I think it's more an error to do with apache than mod_webapp. may be you should try the apache mailing list. Dom -Original Message- From: Elteto Zoltan [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 16:18 To: Tomcat Users List Subject: Re: Apache 1.3.22 + Warp +

RE: User Registration Login Problem

2002-01-15 Thread Craig R. McClanahan
On Tue, 15 Jan 2002, Ing. Gabriel Gajdos wrote: Date: Tue, 15 Jan 2002 11:01:59 +0100 From: Ing. Gabriel Gajdos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: User Registration Login Problem Craig, is there a way to determine the

RE: Re[2]: Apache1.3.20 TC3.3 authentication

2002-01-15 Thread Larry Isaacs
Which connector are you using mod_jk or mod_jserv? Larry -Original Message- From: MTea [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 11:54 AM To: Tomcat Users List Subject: Re[2]: Apache1.3.20 TC3.3 authentication I made the changes (forwardAll, noRoot) but the

Re: How to receive Session Manager from servlet?

2002-01-15 Thread Craig R. McClanahan
(Answering here also because the response on TOMCAT-DEV didn't come to this list) On Tue, 15 Jan 2002, Oto Buchta wrote: Date: Tue, 15 Jan 2002 13:39:04 +0100 From: Oto Buchta [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

Tomcat and SSL

2002-01-15 Thread Tim McClure
Can TOMCAT be configured to be a private certificate authority? Tim McClure -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Guidenance Please

2002-01-15 Thread August Detlefsen
Also, this line is confusing: !-- Replace localhost with what your Apache ServerName is set to -- Engine className=org.apache.catalina.connector.warp.WarpEngine name=Apache debug=0 appBase=webapps In my virtual host config, I found it is not necessary to change the name param - I

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Cavan Morris
The example of the JDBC realm for MySQL that comes with Tomcat is incorrect. The correct method is below. Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=org.gjt.mm.mysql.Driver connectionURL=jdbc:mysql://host/db

Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Brandon Cruz
Is it possible with tomcat 3.2.4 to have all virtual hosts share one context. I want them to all share one web application. Is this possible? Brandon -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: running tomcat under Mandrake

2002-01-15 Thread Cressatti, Dominique
David, 3 questions which version of MDK are u using? am MDK 8.1 I had nothing but problem with the mod_webapp always complaining when am not including WebAppDeploy in a virtual server section while under Window I've had no problem whatsoever (doesn't need to be under virtualHost ServerName

Re: Tomcat Stability

2002-01-15 Thread Huy Tran
Would you please let me know when you publish the page on the tips and tricks? greatly appreciated. HT. Mauricio Nuñez wrote: El Martes 15 Enero 2002 10:45, Laurent Féral-Pierssens escribió: Hi, We've been experiencing problems with stability recently. Every 2 weeks, Tomcat crashes with

Re: IOException, that reset by peer thing.

2002-01-15 Thread Huy Tran
From my experience, that happens when user connect to you and then close it. Especially, when they are using a browser, requesting a page from your Tomcat, but then decide to move on to another site or page. Hope it helps. Mike Curwen wrote: Hi, This has probably been covered before, but

Apache-Warp-Tomcat based on extension instead of directory?

2002-01-15 Thread //chill
Hi, I'm new to the list so forgive if this has been asked. Did extensive searching for hours, but to no avail. I have Tomcat 4.0.1 and Apache successfully installed after many arduous hours. Thanks to the list archives for getting me this far. I have a product called Jgenerator(www.flashgap.com)

Re: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Renato
With Tomcat 3.3 you can use the tag Alias name=... under Host .. and before Context... I think Tomcat 3.2.x doesn't support this. Renato - Brazil. On Tue, 15 Jan 2002 12:10:48 -0600, Brandon Cruz [EMAIL PROTECTED] escreveu : Is it possible with tomcat 3.2.4 to have all virtual hosts share

RE: IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen
Thanks for the info. But has no one else noticed this error happens a *LOT* with Tomcat 3.x ? And *I'm* the only user of my own development server, and I certainly didn't click stop or browse to another site. It happens very frequently with image requests, and ocassionaly with page requests.

RE: IOException, that reset by peer thing.

2002-01-15 Thread Brandon Cruz
It also happens if your browser has things cached, especially images. It does not matter, and from my understanding, there is no way to stop this output. -Original Message- From: Huy Tran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:37 PM To: Tomcat Users List Subject:

Re: AW: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Steve
Okay. I executed some of these commands. I didn't try the last part about telneting because I couldn't find a hostname. Any clues you can get from this will be appreciated. BTW the permissions of my Tomcat directory are as follows: User: steve Group: users rwx rwx rwx Maybe this has

Re: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Joaquín Sánchez Jiménez
Hi all: I am working with 3.2.3 and Apache 1.3.20 and I have done this. Suppose two virtual host called A.com and B.com and one context called theContext. You have httpd.conf. Set two virtual, one for A.com and other for B.com. IfDefine HAVE_JK Include APACHE_CONF/mod_jk.conf

jce ??

2002-01-15 Thread Gerry Duhig
I am trying to deploy a web app under JBoss2.2.4-Tomcat4.0.1. This app uses JCE and works fine under JBoss2.2.2Tomcat3.2.2. Now it throws an exception cannot set up certs for trusted CAs. All the jce jars are in jboss/lib/ext. Has anyone fixed this problem? Gerry -- To unsubscribe:

RE: IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen
There is a way to stop it, but just wondered why it happens in the first place. http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topicf=56t=000 142 -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 1:25 PM To: Tomcat Users List

Re: running tomcat under Mandrake

2002-01-15 Thread David Smith
Hi. My replies are mixed in the message. --David On Tuesday 15 January 2002 01:15 pm, you wrote: David, 3 questions which version of MDK are u using? am MDK 8.1 I had nothing but problem with the mod_webapp always complaining when am not including WebAppDeploy in a virtual server

apache 1.3.22 + tomcat 4.0.1 + webapp 1.0.1

2002-01-15 Thread Tulan W. Hu
Sorry if the same question was asked before, but I just could not find the answer I need. I'm wondering what was missed in my steps and why my apache server did not pass the information to tomcat server. I am on Solaris 8 platform with gcc 2.95.3. My apache 1.3.22 built with the following: $

RE: Tomcat Stability

2002-01-15 Thread Laurent Féral-Pierssens
Thanks to everyone for their tips. I will look into them all and try to report what worked... Regards, Laurent -Original Message- From: Laurent Féral-Pierssens [mailto:[EMAIL PROTECTED]] Sent: January 15, 2002 8:45 AM To: [EMAIL PROTECTED] Subject: Tomcat Stability Hi, We've been

jsp, pageContext.include(), flush() IOException...

2002-01-15 Thread hhager
Yes, I've seen the bug report on this, and it says that the JSP 1.1 spec makes it illegal to call flush() within a custom tag, and using the pageContext.include(some.jsp) method does just that, thus the error: java.io.IOException: Illegal to flush within a custom tag bug report:

RE: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Cox, Charlie
you can, but they will have different instances of your code for each virtual host. Charlie -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 1:11 PM To: Tomcat Users List Subject: Can I have all virtual hosts share one context on

  1   2   >