Re: URL Problem with blanks in names

2002-03-03 Thread Lev Assinovsky
A HREF=/images/a b.gifOpen/A works for me (Netscape). WebMaster wrote: Just use cascading ASCII (blank = 20): like http://www.testside.de/test%20this%20tile.html - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 6:22 PM

RE: Is this possible?

2002-03-03 Thread Michael Teter
I'm still very new at this, so I would welcome more detail in the explanation :) First let me make clear what things I do have some understanding of, to give perspective. I have created a system on Tomcat4 (on port 8443, although I'd prefer port 443) that has a login page. That login page hits

Tomcat 4.0.2 hangs

2002-03-03 Thread Jarecsni Jnos
Hi, we noticed that after a few days of flawless operation, tomcat hangs right in the middle of generating a JSP. (Debian Linux, 2.x kernel, Tomcat 4.0.2 with Apache 1.3.x, SunJDK 1.4.0). Is it a known issue? When I tried to stop JBoss (which runs tomcat in embedded mode), with issuing kill -9

Re: Help? tomcat 4.0.2 and jdk1.4 with poolman

2002-03-03 Thread Bill Barnhill
This may already have been responded to, but FYI JDK 1.4 includes Xml parsing. Trying using 4.0.2 lite I think it's called. That distrib is designed to not include it's own XML package but use JDK 1.4's instead. HTH, Bill Barnhill - Original Message - From: Cavan Morris [EMAIL

RE: Tomcat 4.0.2 hangs

2002-03-03 Thread Keith Ng
Are u doing database processing? -Original Message- From: Jarecsni Jnos [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 03, 2002 10:00 PM To: Tomcat-User Subject: Tomcat 4.0.2 hangs Hi, we noticed that after a few days of flawless operation, tomcat hangs right in the middle of

RE: Tomcat 4.0.2 hangs

2002-03-03 Thread Jarecsni Jnos
yes. postgres. but merely from within jboss |-Original Message- |From: Keith Ng [mailto:[EMAIL PROTECTED]] |Sent: Sunday, March 03, 2002 3:27 PM |To: Tomcat Users List |Subject: RE: Tomcat 4.0.2 hangs | | |Are u doing database processing? | |-Original Message- |From: Jarecsni

Apache 1.3.23 +Tomcat 4.0.2

2002-03-03 Thread David Maixner
I want to ask where can I find new ducument about Apache+Tomcat-HOWTO, because I only found this: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat/Attic/Tomcat%2bApache-HOWTO?rev=1.4content-type=text/vnd.viewcvs-markup and it is too old (for Tomcat 3.1). I need Tomcat runnig under Apache for my

RE: Tomcat 4.0.2 hangs --(Can tomcat 4.0.2 works with JVM 1.3.1?)

2002-03-03 Thread Keith Ng
Hmmm i didnt noe tomcat 4.0.2 cause JVM 1.3.1_02 to crash... im using 1.3.1 , is it ok? Anyway, i was using ODBC-JDBC and it caused my tomcat to crash, hang at times even btw theres a new tomcat 4.0.2 version for downloading. It has fixed some bugs. why not try it first -Original

Default webapp

2002-03-03 Thread erez avraham
Greetings I'm using Suse 7.1, J2esdk 1.4 and tomcat 3.2.4 I have under lib a folder jars, and it holds some jars. during the initialization of tomcat.sh it's running a for loop that goes over ../lib/* and append all the jars to the classpath. i guess its not recursive, otherwise it would have

macosx setup of tomcat 4.0.3

2002-03-03 Thread Donald Huebschman
I am trying to use tomcat 4.0.3 on a Mac OS X 10.1.3 system. It starts up, but, when I switch to the jsp examples I get a 404 error, not available. If I switch to the webdav example it does not have a problem. I cannot find much difference between the webdav and examples/jsp. The examples do

Combining Apache, Tomcat, J2EE

2002-03-03 Thread Neal Brinn
I've manage to install Apache (with PHP), Tomcat 4, and J2EE 1.3 on Solaris 8. Apache spawns one server, Tomcat spawns another, and J2EE spawns three servers. Is there anyway I can combine these five servers on the Apache server? This way I can use one single address to process php, jsp,

Is this error?

2002-03-03 Thread Ryuji Yokoyama
Hello All! I just installed Tomcat4.0.3. When I ran Tomcat. I got following exceptions. However, Tomcat seems working. I could see welcome page at localhost:8080. Is my Tomcat working correctly? And what does mean these exceptions? How can I get rid of these expceptions? I am using

Re: URL Problem with blanks in names

2002-03-03 Thread Scott Ahten
I'm not sure about Netscape 6/Mozilla, but older versions of Netscape 4.x do not automaticly encode URLs before sending to the server. Internet Explorer does, which usualy causes lots of confusion when testing across diffrent browsers. ~Scott Lev Assinovsky wrote: A HREF=/images/a

RE: Is this error?

2002-03-03 Thread Brian Adams
Hi, this is not normal. looks like you had tomcat already running and you tried to start it again. tomcat was trying to bind port 8080 and it was already bound by something(in this case tomcat). that is why you see your welcome page on 8080. To stop this error make sure you are only starting

RE: Combining Apache, Tomcat, J2EE

2002-03-03 Thread Brian Adams
if the j2ee a container (app server)? As far as tomcat goes there are two chioces you have, mod_jk (older) mod_webapp(newer). which you pick is up to you. the Apache mods are in you apache build and there is a readme doc in the mod directory on how to setup the mod. can't help with the j2ee

Is this error?

2002-03-03 Thread Ryuji Yokoyama
Hello All! I just installed Tomcat4.0.3. When I ran Tomcat. I got following exceptions. However, Tomcat seems working. I could see welcome page at localhost:8080. Is my Tomcat working correctly? And what does mean these exceptions? How can I get rid of these expceptions? I am using

RE: Is this error?

2002-03-03 Thread Brian Adams
Hi Again, this is not normal. looks like you had tomcat already running and you tried to start it again. tomcat was trying to bind port 8080 and it was already bound by something(in this case tomcat). that is why you see your welcome page on 8080. To stop this error make sure you are only

RE: Apache 1.3.23 +Tomcat 4.0.2

2002-03-03 Thread Brian Adams
Hi David, There is a two mods you can use. mod_jk and mod_webapp. webapp http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/webapp/ jk_mod http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/ also, http://www.jguru.com/faq/Servlets is a great site for FAQ on tomcat. Alex

Using ssl on tomcat

2002-03-03 Thread Ofur-Bjarni
Hello, is it possible to use ssl without having a certificate? The problem is that the web application I'm making will be distributed, so it won't always be running on the same server name and therefor browsers will always point out the fact that the name on the certificate does not match the

405 error?

2002-03-03 Thread Thomas Cherry
I am trying to set up a new servlet on my tomcat 3.3 server. Can anyone tell me why I may be getting this error? Error: 405 Location: /tom/servlet/tomServ HTTP method GET is not supported by this URL -- If you strike me down, I shall become more powerful than you can possibly imagine.

Unable to run JSP samples

2002-03-03 Thread R Felipe
I just installed Tomcat version 4.0.3. The main page works fine (http://localhost:8080) but when I run the JSP samples I get the error: javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception at

HttpExtensionProc error, could not get a worker for name ajp12

2002-03-03 Thread Marcel Stoer
i followed andrew bruno's instructions (http://www.vacodi.com/howto/tomcat/iisnt/index.html) on how to integrate tomcat 4.0.1 with iis5. i've done that several times before on older systems - so i call myself an 'experienced integrator'. i've encountered all sort of problems and was always able

Re: ??? Where to post TC Bugs ???

2002-03-03 Thread Craig R. McClanahan
On Sat, 2 Mar 2002, Tony LaPaso wrote: Date: Sat, 2 Mar 2002 19:43:59 -0800 (PST) From: Tony LaPaso [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ??? Where to post TC Bugs ??? is there a place we should post bugs TC bugs? The bug

jsp:include with flush=false

2002-03-03 Thread Asim Razzaq
Hi, I am using jsp:include with flush=false in Tomcat 4.0.2 I get the following error: java.lang.IllegalStateException at org.apache.jasper.runtime.ServletResponseWrapperInclude.getOutputStream(ServletResponseWrapperInclude.java:109) If I comment out the include the error goes away.

Re: JSP XML style directives

2002-03-03 Thread Craig R. McClanahan
On Mon, 4 Mar 2002, Milan Stanojevic wrote: Date: Mon, 4 Mar 2002 00:05:53 +0100 From: Milan Stanojevic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JSP XML style directives I've installed Tomcat 4.0 from binary distro on Windows XP. I

Starting Tomcat with a different user

2002-03-03 Thread Sysadmin
Hi everybody, I want to start tomcat automatically but with a different user Currently I have gotten tomcat to start automatically but as in root, which for security reason I don't want to I tried all means including search googles and no luck, hopefully you guys can help me Thanks Nelson

RE: Jetty .vs. tomcat

2002-03-03 Thread Steve Wong
Hi, I would like to bring up the issue that even if I use lastest JRE1.3. The problem still exists. AND even if I load test a jsp file which contains nothing to execute. The problem still exists. So, I guess that: 1. If the mod_jk is compiled with -DEAPI and you are

Re: URL Problem with blanks in names

2002-03-03 Thread Scott Ahten
humm... the link on this page only works in netscape 6 and internet explorer. it gives me a 404 in netscape 4.7.6. http://www.pixelfreak.net/test_pattern.html the link is defined as a href=test patterns/indian_h.jpgview test pattern/a ~scott Lev Assinovsky wrote: I use Netscape

Re: [INIMSS] Problem with IP Alias

2002-03-03 Thread Dino Cherian K
Hi Would you please explin it a little bit. Thanks Dino On Saturday 02 March 2002 23:25, you wrote: see intermixed Dino Cherian K [EMAIL PROTECTED] on 03/02/2002 04:36:10 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:

Re: URL Problem with blanks in names

2002-03-03 Thread W. D.
You can just put in a %20 and get it to work: http://www.pixelfreak.net/test%20patterns/indian_h.jpg The author is violating one of the main rules of web design: no spaces in file names or directories At 22:24 3/3/2002, Scott Ahten, wrote: humm... the link on this page only works in netscape 6

Problem with custom tag: can't load class file

2002-03-03 Thread K Br
With TC4.0.2 standalone I am unable to load a simple (bodyless) custom tag. It fails to load the class file. This is the basic Hello World tag of Jakarta. The attempt to load the jsp file containing the tag jlib:Hello/ throws the exception:

Repost : Mod_webapp Problem

2002-03-03 Thread Unidux (S) - Han Lin
Hi guys, Tomcat version : 4.0.1 Mod_webapp version : 4.0.2-01 Apache version : 1.3.23 I'm facing the uploading problem here, when uploading a binary (jpg, pdf, psd, etc) files using the mod_webapp connector, got this error : java.lang.StringIndexOutOfBoundsException: String index out of range:

RE: Problem with Tomcat or Servlet?

2002-03-03 Thread Stephan Mülhaus
Hi Jim, i found the bug at the weekend. It was my fault, cause i closed the resultset some lines before i started the loop. This was the Problem. When i create a new record the resultset is still open but not if try to get the list... Thanx Stephan At 10:04 01.03.2002 -0600, you wrote:

Tomcat 4.0.02 and 1.3.1 JVM

2002-03-03 Thread Keith Ng
Hi Is tomcat 4.0.2 known to crash 1.3.1 JVM? I heard someone over here said it will crash 1.3.1_02. Anyone using the same combination as me? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To