RE: oracle drivers

2002-06-03 Thread puneet sachar
thanx mr. Lee do for these drivers ,, we need any jdk api i mean additional api's needed for type -3 ,-4 drivers thanx a lot Puneet --- Lee Chin Khiong <[EMAIL PROTECTED]> wrote: > > put it into tomcat_directory/common/lib > All driver comes with oracle or you cane download it > from oracle

Session variables?

2002-06-03 Thread Anibal Constante Brito
How can I put o retrieve a variable session like in ASP Session('text') = "text"? in JSP or JavaBeans? Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

about JavaBeans

2002-06-03 Thread Anibal Constante Brito
I'm doing a simple JavaBenas, like the It very simple, but my question is how can I send text o something to browser from inside the JavaBeans, inside de JSPWithCounterBeanId for example? Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e

RE: oracle drivers

2002-06-03 Thread Lee Chin Khiong
put it into tomcat_directory/common/lib All driver comes with oracle or you cane download it from oracle web site. -Original Message- From: puneet sachar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 2:25 PM To: Tomcat Users List Subject: oracle drivers good morning develop

oracle drivers

2002-06-03 Thread puneet sachar
good morning developers! tell me if i want to use oracle as my database where do i keep my drivers in the tomcat and 2) where r the oracles drivers 3) from where i get type 3 or type 4 drivers 4) does oracle 8i personla edition have them... where is location , so that i copy /paste them to

Re: Detect Cookie Rejection

2002-06-03 Thread Craig R. McClanahan
On Mon, 3 Jun 2002, Cavan Morris wrote: > Date: Mon, 3 Jun 2002 21:42:01 -0700 > From: Cavan Morris <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Detect Cookie Rejection > > Does anyone know of a way to detect when cookies are not accep

RE: Detect Cookie Rejection

2002-06-03 Thread Simon Crase
First page of application can contain some HTML warning them that they need both JavaScript & cookies. You have an onLoad that triggers function to check for cookies then redirect to your first "real" page. Then if JavaScript or cookies disabled, they don't get directed and see your message inst

Out of Memory Error - plz help

2002-06-03 Thread # Lalit Nagpal #
hello friends, I get this wierd error "Out of Memory --- No Stack Trace". Actually i have a form that a student fills up attaches his mark statement (scanned image) and photograph. The form is received properly on the server but then the server goes down any time - giving the output as << Out of

Re: New Apache 2.0 / Tomcat 4.0.3 Windows Setup Guide

2002-06-03 Thread Martin Shears
aha that explains why I could not get mod_jk to work! On Tue, 4 Jun 2002 14:28, you wrote: Yes, mod_jk and mod_webapp serve the same purpose. At the moment, however, the only connector that works with Apache 2.x on Windows is mod_jk, and the only connector that works in Apache 2.x on Linux is

RE: Detect Cookie Rejection

2002-06-03 Thread Tom Parker
> Does anyone know of a way to detect when cookies are not accepted > by a browser. My site uses session cookies and I'd like to be > able to redirect people somewhere to tell them that the site > requires cookies and what to do to activate them... If a request comes in with one of your pages as

Re: Detect Cookie Rejection

2002-06-03 Thread Phillip Morelock
what if they have cookies and javascript disabled? with one comes the other, often. fillup On 6/3/02 10:04 PM, "Simon Crase" <[EMAIL PROTECTED]> wrote: > Have you thought about using JavaScript for this? My copy of the Rhinoceros > book is at home, but I know you can read & write cookies: w

RE: Detect Cookie Rejection

2002-06-03 Thread Simon Crase
Have you thought about using JavaScript for this? My copy of the Rhinoceros book is at home, but I know you can read & write cookies: what happens if you try this with cookies disabled I don't know, but I imagine you should be able to detect the condition easily. (E.g try to set cookie "foo" to

Re: Detect Cookie Rejection

2002-06-03 Thread Phillip Morelock
in the olden days, the days before tomcat, when servlets were just a twinkle in Bill Joy's eye, when I walked uphill to school 5 miles in the snow, we used to: 1. Make a page that uses a meta refresh to another page. The session needs to have been created here. 2. Use the url rewriting mechanism

RE: New Apache 2.0 / Tomcat 4.0.3 Windows Setup Guide

2002-06-03 Thread Kevin Yank
Yes, mod_jk and mod_webapp serve the same purpose. At the moment, however, the only connector that works with Apache 2.x on Windows is mod_jk, and the only connector that works in Apache 2.x on Linux is mod_webapp. Strange state of affairs. :-P As for Apache/Tomcat versus Tomcat standalone, yes -

Re: New Apache 2.0 / Tomcat 4.0.3 Windows Setup Guide

2002-06-03 Thread Martin Shears
Looking forward to the linux version! I need to set them up on RedHat 7.2/7.3 Setting up Apache 2.0/Tomcat 4.0.3 has been one of those low priority tasks I have at work for a new project. I guess the interesting part for me has been mod_jk, mod_jk2, mod_webapp etc ie joining to Tomcat. Getti

Detect Cookie Rejection

2002-06-03 Thread Cavan Morris
Does anyone know of a way to detect when cookies are not accepted by a browser. My site uses session cookies and I'd like to be able to redirect people somewhere to tell them that the site requires cookies and what to do to activate them... I'm sure that someone else has already solved this pr

Re: Does Tomcat want to stand alone?

2002-06-03 Thread Phillip Morelock
> But this is within the servlet/jsp page, not the config file. unless I > misunderstand you. there is no response until a page has been settled on for > processing right? This means to redirect a request I would have to have a > phantom page that tomcat decided to serv that then redirected to the

Re: Does Tomcat want to stand alone?

2002-06-03 Thread Gus Heck
But this is within the servlet/jsp page, not the config file. unless I misunderstand you. there is no response until a page has been settled on for processing right? This means to redirect a request I would have to have a phantom page that tomcat decided to serv that then redirected to the real pa

Converting an Applet to gif, jpg to load into servlet

2002-06-03 Thread George Shafik
Hi All, Does anyone know how to convert a simple applet (AWT) to gif, jpg file. Our main goal is to run the applet in the background (server side) and load the respective images into a servlet/JSP page. We have had some success with this but for some unknown reason much of the color in the app

Re: Does Tomcat want to stand alone?

2002-06-03 Thread Phillip Morelock
response.encodeUrl for url rewriting methinks I almost invariably use Tomcat as a standalone server, for your average website where you might use something like php or whatever, but you want a more "robust" application design, it's fine. Content negotiation is a pit I have not stepped into,

MAC OS 10/Tomcat 4.0.1 problem with JARs

2002-06-03 Thread Kathy Koehler
I have a jar file that contains properties that my servlet reads in via ResourceBundle. I have put my jar file under $CATALINA_HOME/lib, $CATALINA_HOME/common/lib, $CATALINA/webapps//WEB-INF/lib, ./classes, etc.. and it still can't find my jar file. I have 4.0.3 on my XP machine and have it

Re: Apache-Tomcat and VirtualHosts, second try

2002-06-03 Thread Gus Heck
You can also rewrite *.jsp to /jsp/*.jsp Then use ProxyPass and ProxyPassReverse to serv up any /jsp/ from a local tomcat instance. That avoids connectors entirely. - Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Mond

Does Tomcat want to stand alone?

2002-06-03 Thread Gus Heck
Hi, I've been playing with tomcat a little bit, I like JSP, and it does that well, but when it comes to operating on it's own as a web server, I have been a bit frustrated. I don't seem to be able to find mechanisms in Tomcat that support things like URL rewriting or content negotiation. Grant

Re: prohibit stopping tomcat by generic user

2002-06-03 Thread Phillip Morelock
On Linux, I assume? You didn't say. And you are probably running with an apache connector? type ls -l /path/to/tomcat tell us what's there. If you already know all about permissions, etc., then I would look at man su specifically the -c flag. fillup On 6/3/02 4:18 PM, "Leland Chen" <[EMA

Re: Any way to tell how many sessions exist?

2002-06-03 Thread Phillip Morelock
This is a good way to cut straight to it, but this is more expensive and less portable than HttpSessionListener or HttpSessionBindingListener solutions. If you want "container independent" I would go with HttpSessionBindingListeners as they seem to be supported best across containers. cheers fil

Re: Any way to tell how many sessions exist?

2002-06-03 Thread Rick Mann
Excellent suggestions to all. Thank you. I should have remembered the session listener. I got tripped up on the session attribute listener. Thanks! -- Rick -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Help with Tomcat and IIS

2002-06-03 Thread Robert A. Rogerson
Hi Larry. I checked my registry (NT4 SP6) and the only reference to islapi_rediector.dll is under HKEY_LOCAL_MACHINE/SOFTWARE/Apache Software Foundation/Jakarta Isapi Redirector/1.0/extension_uri="/jakarta/isapi_redirector.dll". I did notice in other docs that the redirector should only be enter

RE: Any way to tell how many sessions exist?

2002-06-03 Thread Subir Sengupta
Standard Manager has a findSessions() method, which will return an array of all session in the Hashtable. -Original Message- From: Rick Mann [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 4:20 AM To: tomcat user jakarta.apache.org Subject: Any way to tell how many sessions exist?

JSP page is working for intranet not for internet

2002-06-03 Thread Rong Li
We have a chat system installed. The jsp is working perfectly from intranet. However, we can not make it run from outside intranet. Anybody has any clue about this? Configuration problem? Thanks, Ron -- To unsubscribe, e-mail: For additional commands, e-mail:

Q: Ldap/Jndi Realm under tomcat 3.3.1 ???

2002-06-03 Thread Milo Velt
Hello, I'm trying to configure tomcat in such a way that it uses LDAP for authentication of users... So far without any luck... The tomcat documentation doesn't help me very much neither does the mail archive or google... The documents I found are either about version 3.2.x or 4.0x, but the m

jdbcpool

2002-06-03 Thread Dennis Muhlestein
I'm using the commons-pool, commons-dbcp to connect to mysql from tomcat 4. Everything works fine when I develop but if I leave the site unattened for a period of time, mysql times out the connections in the pool. I'd really like to set the maxIdle parameter to 0 so that if there are idle connec

RE: Any way to tell how many sessions exist?

2002-06-03 Thread Dennis van den Berg
You can use javax.sevlet.http.HttpSessionListener for this purpose. Dennis. -Original Message- From: Rick Mann [mailto:[EMAIL PROTECTED]] Sent: maandag 3 juni 2002 13:20 To: tomcat user jakarta.apache.org Subject: Any way to tell how many sessions exist? I wanted to write a JSP to disp

Re: WARP Connector and Contexts

2002-06-03 Thread rsequeira
Unfortunately without WebAppDeploy statements, Apache won't know which requests to forward to Tomcat. Not atleast without modifications to the mod_webapp module itself. They are crucial for Apache/Tomcat working together. Or you could use Tomcat standalone. RS "Divyank Turakhia" <[EMAIL PROT

WARP Connector and Contexts

2002-06-03 Thread Divyank Turakhia
I am trying to setup tomcat 4.0.3 and Apache 1.3.24 such that I can forward all requests coming to Apache for http://www.virttest2.com to tomcat for all web applications inside the webapps folder I do not want to use multiple WebAppDeploy directives in my Apache httpd.conf. Now the problem is th

Problem with parameters

2002-06-03 Thread Arkadiusz Ryc'kowski
Hi, I'm new to Tomcat and urgent I've to set up an application. I find that Tomcat 4.0.3 have problem during parsing parameters example: http://myurl?access=name1&redir=../another_url&key2=value2 After parsing: access=name1, redir=null I find RequestUtil.parseParameters(Map map, byte[] data, Stri

RE: RequestWrappers

2002-06-03 Thread William Shulman
thanks all, I will take a look Subir Sengupta writes: > Hi, > > Craig answered one of my questions and posted an example of a > RequestWrapper. Here it is > > http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg55350.html > > Subir > > -Original Message- > Fro

RE: RequestWrappers

2002-06-03 Thread Subir Sengupta
Hi, Craig answered one of my questions and posted an example of a RequestWrapper. Here it is http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg55350.html Subir -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 4:48 AM To: 'Tomca

RE: AW: How to use setRequestedSessionId

2002-06-03 Thread Subir Sengupta
Craig, Thanks for this example. It's very very useful. I did search for request wrappers but didn't find anything. There were some postings yesterday from people looking for RequestWrapper examples. I'll point them to this posting. I'll take a look at the tutorial and do the homework. Thank

Re: AW: How to use setRequestedSessionId

2002-06-03 Thread Craig R. McClanahan
On Mon, 3 Jun 2002, Ralph Einfeldt wrote: > Date: Mon, 3 Jun 2002 19:03:46 +0200 > From: Ralph Einfeldt <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: AW: How to use setRequestedSessionId > > Have a look at: > http://

RE: server.xml

2002-06-03 Thread Douglas, Rory
Have a look in the Tomcat documentation, the listeners tags are documented there (under Administrators - Config.Ref/Connectors - AJP) -Original Message- From: Ron [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 05, 2002 1:05 PM To: Tomcat Users List Subject: server.xml Can someone send a c

Re: Tomcat / JBoss / JNDI lookup not working - HELP!

2002-06-03 Thread Håkon Hansen
On Mon, 3 Jun 2002 12:32:11 -0500 "Miller, Andy" <[EMAIL PROTECTED]> wrote: You are very welcome :-) Yours, Haakon Hansen, Norway -- To unsubscribe, e-mail: For additional commands, e-mail:

mod_jk - apache2

2002-06-03 Thread Ron
Can someone check out http://www.rapit.net/mod_jk.so it has been build for apache 2.x on redhat linux and tomcat 4.0.3 . Make sure it is working fine ??? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat / JBoss / JNDI lookup not working - HELP!

2002-06-03 Thread Miller, Andy
That was all it took! Thanks a million! -Original Message- From: Håkon Hansen [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:23 AM To: Tomcat Users List Subject: Re: Tomcat / JBoss / JNDI lookup not working - HELP! On Mon, 3 Jun 2002 11:48:14 -0500 "Miller, Andy" <[EMAIL PRO

Classes in JAR File found, but unpacked Classes not found

2002-06-03 Thread Funk, Martin
Hi Folks, I'm using Apache Tomcat 4.0.3 and JSE 1.4.0 and Windows NT 4.0 Service Pack 5 I'm setting up a JDBC Realm with an Oracle 9i Database. As the Driver I use oracle.jdbc.driver.OracleDriver wich are distributet by Oracle in the "classes12.zip" File. If I unpack the driver file to $CATALIN

Re: Tomcat / JBoss / JNDI lookup not working - HELP!

2002-06-03 Thread Håkon Hansen
On Mon, 3 Jun 2002 11:48:14 -0500 "Miller, Andy" <[EMAIL PROTECTED]> wrote: > I have seperate instances of Tomcat and JBoss running on the same > machine. I'm trying to do a JNDI lookup of a JMS queue that's > configured in JBoss from Tomcat but cannot get it to work. I have not taken the time

server.xml

2002-06-03 Thread Ron
Can someone send a complete server.xml with just the bits for mod_jk using apache and virtual host. Since I've noticed you need to add some listener tags for ApacheConfig which isnt documented in the server.xml. thanks -- To unsubscribe, e-mail: For additional com

AW: How to use setRequestedSessionId

2002-06-03 Thread Ralph Einfeldt
Have a look at: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg41615.html > -Ursprüngliche Nachricht- > Von: Subir Sengupta [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 3. Juni 2002 18:37 > An: 'Tomcat Users List' > Betreff: RE: How to use setRequestedSessionId > > > Co

RE: request.getReader() hanging

2002-06-03 Thread Rossen Raykov
Can you reproduce it? Does it utilize the whole available CPU? Rossen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 1:21 PM > To: [EMAIL PROTECTED] > Subject: request.getReader() hanging > > > hi all > recently upgraded, or attem

RE: How to use setRequestedSessionId

2002-06-03 Thread Subir Sengupta
Craig, Thanks for the clarification. I didn't realize that JSP was creating the sessions. I was blaming Tomcat! Could you point me at an example of a RequestWrapper. I couldn't find one anywhere. Thanks again, Subir -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECT

Tomcat / JBoss / JNDI lookup not working - HELP!

2002-06-03 Thread Miller, Andy
I have seperate instances of Tomcat and JBoss running on the same machine. I'm trying to do a JNDI lookup of a JMS queue that's configured in JBoss from Tomcat but cannot get it to work. I can see the JNDI tree from the JBoss' JNDIView and all looks fine, here's a a snapshot of the Global JNDI N

RE: Help with Tomcat and IIS

2002-06-03 Thread Larry Isaacs
The "/jakarta/isapi_redirector.dll" URI should never be forwarded to Tomcat. It occurrence indicates that the isapi_redirector.dll filter is being called more than once per request. In the past this error was most often accomplished on WinNT/Win2k systems by adding the filter via the Admin conso

Re: Syntax error using mod_webapp

2002-06-03 Thread Adrian
> WebAppConnection conn warp localhost:8008 > WebAppDeploy examplesconn /examples/ > > ^ Isn`t this necesary ? the trailing / ? - Original Message - From: "Mauricio Tia Ni Gong Lin" <[EMAIL PROTECTED]> To: <[EMAIL P

AW: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Ralph Einfeldt
I was thinking of servlet filters not apache 2.0 filters. http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html > -Ursprüngliche Nachricht- > Von: Harippriya Sivapatham [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 3. Juni 2002 18:10 > An: 'Tomcat Users List' > Betreff: RE

Problem getting tomcat 4.0.3 to run

2002-06-03 Thread eric.deandrea
I am trying to run tomcat 4.0.3 on RedHat Linux 7.1. I downloaded the binary distribution and unpacked it. When I try and run $CATALINA_HOME/bin/startup.sh, I get the message about the classpath that tomcat is using, but then nothing happens. When I run $CATALINA_HOME/bin/catalina.sh start, I get

Re: How to use setRequestedSessionId

2002-06-03 Thread Craig R. McClanahan
On Mon, 3 Jun 2002, Subir Sengupta wrote: > Date: Mon, 3 Jun 2002 00:24:33 -0700 > From: Subir Sengupta <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: How to use setRequestedSessionId > > Hi, > > I'm not sure how

Problem getting external libraries to load

2002-06-03 Thread eric.deandrea
I am running tomcat 3.3 on RedHat Linux 7.1. I have a web application and I am trying to use the MySQL JDBC Drivers. I have placed the mm.mysql-2.0.4-bin.jar file in numerous locations, but when I try and load the driver I get the ClassNotFound Error. I put the jar file in all of the following loc

RE: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Harippriya Sivapatham
Do you set the filter using mod_ext_filter module? I think that filters could be the solution for my problem. My problem is: I have set the Directory Index to be index.jsp in my httpd.conf file. When a user tries to access http://www.mysite.com, user is redirected to http://www.mysite.com/inde

Re: AW: Syntax error using mod_webapp

2002-06-03 Thread Mauricio Tia Ni Gong Lin
I just find out the problem. The server name is not set up. I forgot this detail. Thank you for the response, Regards, Lin. > Make shure that ServerName is set before the webapp directives. > >> -Ursprüngliche Nachricht- >> Von: Mauricio Tia Ni Gong Lin [mailto:[EMAIL PROTECTED]] >> Ge

RE: Tomcat is the best ?!

2002-06-03 Thread Adam Greene
Well, there are two ways, I guess (haven't done it yet): 1. Use the JDBC session state management (Server.xml) 2. Borland AppServer, Web Edition ($500 for computer). It gives you fault tolerance, load balancing, etc. and allows you to set up on copy of Web Edition as Apache and use it to load b

AW: Syntax error using mod_webapp

2002-06-03 Thread Ralph Einfeldt
Make shure that ServerName is set before the webapp directives. > -Ursprüngliche Nachricht- > Von: Mauricio Tia Ni Gong Lin [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 3. Juni 2002 17:43 > An: [EMAIL PROTECTED] > Betreff: Syntax error using mod_webapp > > > Syntax error on line 986 o

Syntax error using mod_webapp

2002-06-03 Thread Mauricio Tia Ni Gong Lin
Hi everybody, I configured the apache web server 1.3.24 integration with tomcat 4.0 (using mod_webapp) at my home and everything is doing well. I have been trying the same configuration at my job, but when I start the apache web server, the following message is displayed? <-

AW: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Ralph Einfeldt
I think you can't configure tomcat to disable the feature directly. I see currently two places where you could tweak tomcat: - Modify tomcat source (that part that is responsible for the welcom-file) - Create a filter Either a input filter that forwards the requests to the page. Here you ha

Creating a queue with acceptCount

2002-06-03 Thread oz
Hi. I have a jakarta4 (catalina) server running on my computer, and I'm trying to set it up to queue requests when all its processors are busy. My server.xml file's relevant tag looks like this: The problem is that whenever I have more than two simultaneous requests, the server rejects the

http 302 issue on tomcat 4.0.1

2002-06-03 Thread remy.menetrieux
Hello, When browsers request my url containing a filename, Tomcat does not internally redirect this request, it sends a HTTP 302 redirect. How can we configure and patch Tomcat to disable this feature ? Thx for any help. Here is what we get : GET / HTTP/1.0 host: www.SiteName.com HTTP/1.1 3

Re: MS Driver (again)

2002-06-03 Thread Jacob Kjome
Hello Sean, See this email. It has links to a few resources that tell about a proven way to use DBCP. http://marc.theaimsgroup.com/?l=tomcat-user&m=102242646003357&w=2 Take a look at your parameters. For instance, "user" should be "username". Just check and double check that all your configu

Re: Help with Tomcat and IIS

2002-06-03 Thread peter . brawley
"Robert A. Rogerson" wrote: > I installed Tomcat 4.0.3 and followed the How To directions for redirecting > when using IIS. JSP pages are served correctly through Tomcat http://local > host:8080/examples/jsp/dates/date.jsp but when I try and serve a simple jsp > http://localhost/test.jsp where

Re: Class org/w3c/dom/NodeList violates loader constraints

2002-06-03 Thread Jacob Kjome
Hello Patrick, Do you have DOM packages in WEB-INF/lib or WEB-INF/classes? If so, this violates the Sun classloading spec and, as of Tomcat 4.0.2, this is enforcedalthough not very cleanly until the latest betas of Tomcat 4.0.4 and 4.1. The solution is to move your DOM classes into a parent

apache module authentication & remote_user

2002-06-03 Thread Jeff Gedeon
Hi, I am attempting to set up a tomcat 4.0.3 server to work with apache 1.3.x and an apache module for kerberos authentication. (both servers are on solaris) On successful authentication the remote_user variable in apache is populated. I thought that this should be passed to tomcat as a head

Help with Tomcat and IIS

2002-06-03 Thread Robert A. Rogerson
I installed Tomcat 4.0.3 and followed the How To directions for redirecting when using IIS. JSP pages are served correctly through Tomcat http://local host:8080/examples/jsp/dates/date.jsp but when I try and serve a simple jsp http://localhost/test.jsp where test.jsp is Welcome JSP Welcome

RE: tyrex build issues

2002-06-03 Thread Jason Corley
I think I saw something on the tomcat-dev list about backing out changes to Tyrex. You may want to look at the tomcat-dev archives or try building from CVS. Hope this helps, Jason -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 9:50 AM To:

RE: Tomcat is the best ?!

2002-06-03 Thread Sean LeBlanc
> -Original Message- > From: Chris Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 03, 2002 6:28 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat is the best ?! > > > Walid, > > Take a look at Resin from www.caucho.com. I've found that it doesn't > have as many spec. complia

Re: Create the webapp DSO

2002-06-03 Thread Paula_J_Bosch
Thanks! -- To unsubscribe, e-mail: For additional commands, e-mail:

MS Driver (again)

2002-06-03 Thread Sean LeBlanc
Has anyone gotten either the Beta 2 or the finalized driver to work via DataSource? I am getting nowhere fast with this - does it even work? I *can* connect w/o using DataSource, but I'm trying to get database pooling working with Tomcat connecting to a MS SQL Server 2000 database, and this see

Class org/w3c/dom/NodeList violates loader constraints

2002-06-03 Thread Patrick . Pierra
hello, i have a class which try to load an xml file on the startup of tomcat 4.0. i receive this error : if someone could help me to resolve it ? java.lang.LinkageError: Class org/w3c/dom/NodeList violates loader constraints at lds.odata.web.dataconnectivity.JDBC_OdataConnection.initCon

tyrex build issues

2002-06-03 Thread chad kellerman
Hello everyone, I am trying to build tomcat 4 from source. I followed the Building.txt file but when I issue the ant commands my build fails at tyrex naming. Here are the errors: Note: sun.tools.javac.Main has been deprecated. [javac] /usr/local/jakarta-tomcat-4.0.3/catalina/s

RE: log() method

2002-06-03 Thread Shapira, Yoav
Howdy, Actually, if I am not mistaken, the log() method is in the ServletContext. Therefore, it should go into your context's log. Do you have a Logger element for your context in server.xml? I do, and that's where my log() statements go. By the way, I'm a big fan of log4j, use it all the time

Re: classpath problem

2002-06-03 Thread Jacob Kjome
All Tomcat is doing is expanding the directory. If it was Web-inf there, then that is what it will be expanded as. One thing to do is to make sure that Windows explorer isn't just displaying it that way even though it is properly upper-cased. You might want to look at it though the command l

RE: Tomcat is the best ?!

2002-06-03 Thread Chris Wilson
Walid, Take a look at Resin from www.caucho.com. I've found that it doesn't have as many spec. compliance issues as tomcat, is much faster to develop with (as it automatically reloads and compiles any servlet, jsp, and config changes), and is loads faster in raw performance. I really enjoyed wo

Re: Apache-Tomcat and VirtualHosts, second try

2002-06-03 Thread Nikola Milutinovic
> Nikola, > Thanks for the virtualHost file it has helped a great deal. Glad to have helped. > One more question. > > I've had this working on 3.x using ContextManager but is it still possible > on tomcat 4.x > > eg. >http://www.blablah.com:8080/index.jspwhich serves up a js

Re: Apache-Tomcat and VirtualHosts, second try

2002-06-03 Thread Ron
Nikola, Thanks for the virtualHost file it has helped a great deal. One more question. I've had this working on 3.x using ContextManager but is it still possible on tomcat 4.x eg. http://www.blablah.com:8080/index.jspwhich serves up a jsp page however I need this to be done on apache (2.

RE: RequestWrappers

2002-06-03 Thread Cox, Charlie
here is an example posted by Craig to wrap the response(in a filter), but you can see how to wrap the request from this example. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg41615.html Charlie > -Original Message- > From: Joe Tomcat [mailto:[EMAIL PROTECTED]] > Sent: S

Any way to tell how many sessions exist?

2002-06-03 Thread Rick Mann
I wanted to write a JSP to display server stats. I was hoping to be able to get all the sessions, show how many there were, what their ages were, etc. But it appears that access to the collection of sessions has been deprecated from the Servlet 2.3 API. Is there a way to get at this info, preferr

Serlvet manager of tomcat

2002-06-03 Thread Simon
Dear, I am using Tomcat 4.0.1 on Sun JDK1.3, i would like to if there are `better` manager of tomcat, so that, say, i can view the currently instantiated servlet, or idle/zombies servlet...? During the developement of my web-application, my developers reported that sometimes tomcat fail to respo

Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-03 Thread Nikola Milutinovic
> so should I using mod_jk2. Bear in mind that mod_jk2 might still be experimental. Nix.

Apache-Tomcat and VirtualHosts, second try

2002-06-03 Thread Nikola Milutinovic
I'm posting a zip this time. Nix. vh_howto.zip Description: Zip compressed data -- To unsubscribe, e-mail: For additional commands, e-mail:

tomacat apache virtual host

2002-06-03 Thread Cavallini Valeria
Hi all! I tried to generate the virtual host code to include in httpd.conf by tomcat server.xml, but I can't specified a servername different from the ip address specified in virtual host tag. Have anyone some hint for me? Regards Valeria Cavallini -- To unsubscribe, e-mail:

Re: classpath problem

2002-06-03 Thread Phillip Morelock
well that is what's wrong you need to go to the dos prompt and rename it to something else, then rename it WEB-INF with that case. f On 6/3/02 2:06 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > When i put WEB-INF instead Web-inf windows reformat the name into Web-inf. > Please note

RE: Apache-Tomcat an VirtualHosts, here they are

2002-06-03 Thread Rupert Young
Yes please. I didn't get the html doc. Rupert -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: 03 June 2002 07:08 To: Tomcat Users List Subject: Re: Apache-Tomcat an VirtualHosts, here they are Your mail just contains a style sheet and a signiture. The main

Re: classpath problem

2002-06-03 Thread Patrick . Pierra
When i put WEB-INF instead Web-inf windows reformat the name into Web-inf. Please note that the name Web-inf was created by Tomcat when i deploy the WAR. Patrick PIERRA Linedata Services Luxembourg 00 352 29 56 65 282 [EMAIL PROTECTED]

iis redirector and status code not 200

2002-06-03 Thread David Rosenstark
I have noticed the following problem. When my servlet wishes to return a status code other than 200 and wants to include a body, if I include a content length header, browsers get hung and cannot handle it. This only happens through the ISAPI redirector but when accessing the servlet straight to t

Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-03 Thread Ron
so should I using mod_jk2. Not sure why the developers have created two versions anyways, I though maybe mod_jk2 was for apache 2 - Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 6:04 AM Subject: R

Re: classpath problem

2002-06-03 Thread Phillip Morelock
WEB-INF is case sensitive. can't be Web-inf does this make a difference? fillup On 6/3/02 1:16 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hello, > > Tomcat 4.0 can't find my classes and my associated resources that are in > the Web-inf/lib directory of my Web application. When i s

Re: Loaded DSO /usr/lib/apache/mod_webapp.so uses plain Apache 1.3API, this module might crash under EAPI!

2002-06-03 Thread jean-frederic clere
Mauricio Tia Ni Gong Lin wrote: > I am using mod_webapp to connect apache web server version 1.3.20 with > Tomcat 4, but the following warning message is showed when I start the > apache web server: > > <-- > [Fri May 31 17:4

classpath problem

2002-06-03 Thread Patrick . Pierra
hello, Tomcat 4.0 can't find my classes and my associated resources that are in the Web-inf/lib directory of my Web application. When i set the classpath dynnamically in the catalina.bat for example, Tomcat can'find the HttpServlet.class I can't understand why i have this kind of problem bec

How to use setRequestedSessionId

2002-06-03 Thread Subir Sengupta
Hi, I'm not sure how to do this and was hoping for some pointers. I have a filter that intercepts the session in the request. I then compare the Session Id to another value and based on some calculations either accept or reject the Session Id. Here's the question. How do I invalidate the sess