AW: Running as service...

2001-12-13 Thread Lauer, Oliver
I had the same problem and I had two different jre after installation of jdk1.3. The one I installed and I was aware of I fixed with the jsse-libs and this is the one I used within the bats but the service uses another runtime that was installed automatically anywhere within program files. Check

Re: Problum with ISAPI settings in IIS

2001-12-13 Thread bruni
Hi seant, I have been away from the list for a while, so I am not sure if you have followed any other instructions. Have a look at http://www.vacodi.com/howto/tomcat/iisnt bruni -Original Message- From: seant Sent: Fri 14/12/2001 3:14 AM To: Tomcat Users List Cc: Subject: Problum with

Sticky session with Tomcat 4.0 and mod_jk

2001-12-13 Thread Subbu Kaleyathodi
Hi All, We are using Tomcat 4.0.1 with Tomcat and would like to use mod_jk as the connector from Apache to Tomcat. The main reason for going with mod_jk is because I read some snippets of documentation that mentioned that it supported sticky sessions. But I haven't found anything comprehensive on

New Bie JNDI question

2001-12-13 Thread Bhamidi Krishna
Hi, I am using Tomcat 4.0.1 on W2K and trying to use JNDI datasource. I have configured datasource as described in the JNDI Resources, yet cannot seem to get my JDBC connection going. I keep getting a null connection. I looked through the lists, but could not get a proper solution. Can someon

RE: Micael mac Grene: DataSource and Pooled Connection

2001-12-13 Thread Micael Padraig Og mac Grene
At 01:39 PM 12/14/01 +1100, you wrote: >I am not 100% sure, but I am pretty sure that the PostgreSQL (7.1.2) JDBC >driver does not yet support Pooled DataSource connections. > >That is what they have said on the PgSql JDBC list, but please correct me if >I am wrong as we would love to use pooled d

PROBLEM STARTING TOMCAT

2001-12-13 Thread panditji
hi i'm facing problem starting tomcat... when i'm giving "tomcat start" from command prompt its starting different DOS window with following text: --- Context log: path="/examples" Adding context path="/examples" docBase="webapps/ examp

$ Help on changing the webapps dir

2001-12-13 Thread Ravi Reddy
Hi all, I have installed tomcat on windows NT in d:\tomcat ie, my current document root will be d:\tomcat\webapps\root but , I want to have my root as d:\\root I request you to suggest me, what should change in server.xml to achieve this. Regards , Ravi. -- This e-mail may contain confidentia

J2SE 1.4 beta - nio article

2001-12-13 Thread Barry L. White
http://developer.java.sun.com/developer/technicalArticles/releases/nio/ is a nice article of the new IO (nio) features that will be in J2SE 1.4. It would be cool to see this in Tomcat! Scaling? No Problem! :) -- To unsubscribe: For additional commands:

NO CO-ORDINATION BETWEEN APACHE-TOMCAT

2001-12-13 Thread snodx
Greetings, I have Apache 1.3.19 and Tomcat 3.23 installed and configured on RedHat Linux 6.2 I have done some mappings in my Apache configuration, an imaginary domain like www.imginary.com has been mapped to a particular Linux folder. A correponding directive exists in th

Problum with ISAPI settings in IIS

2001-12-13 Thread seant
I am new to Tomcat, I need your help. I am facing some problem with ISAPI dll file Without this my jsp files are working fine, when I install ISAPI tomcat is not working I am working under win 2K. Tomcat alone is working fine and all jsp files are working fine with"http://localhost:

Re: Tomcat 4 and mod_webapp

2001-12-13 Thread Erik Lotspeich
I complied mod_webapp with --enable-debug. I get some additional information, so I tried running Apache through the gdb to get some additional information. I get the following: [Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:77) WebApp Library initializing [Thu Dec 13 10:14:38 2001] 9594 (wa_main.c

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
Thanks, Mika. I tried this servlet in Tomcat 4.0.1: http://localhost:8080/examples/servlet/SessionExample and it works in 4.0.1 UNTIL I press the "URL encoded" link. Then I get the exact same error message as I've been reporting. Also, typing in the "Name of Session..." and pressing "Submit Q

Can tomcat, do virtual host?

2001-12-13 Thread louie miranda
Like on apache, ServerName ex.you.com RedirectPermanent / 192.168.0.0/home/index.jsp how to do this on tomcat? TY. -- To unsubscribe: For additional commands: Troubles with the list:

RE: Micael mac Grene: DataSource and Pooled Connection

2001-12-13 Thread Amit Kelkar
I am not 100% sure, but I am pretty sure that the PostgreSQL (7.1.2) JDBC driver does not yet support Pooled DataSource connections. That is what they have said on the PgSql JDBC list, but please correct me if I am wrong as we would love to use pooled datasource connections.. I believe Postgres

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-13 Thread Vijai Misra
Louie, Use mod_jk ! mod_jk is a replacement to the elderly mod_jserv. It is a completely new Tomcat-Apache plug-in that handles the communication between Tomcat and Apache. mod_jk can be obtained in two formats - binary and source. Depending on the platform you are running your web server on,

RE: mod_webapp file upload fix

2001-12-13 Thread Lew Teck Kheng
hi all : But the it is almost 6 weeks old. Is this the new module will fix thed binary upload problem ??? cheers On Thu, 2001-12-13 at 19:50, Brian Adams wrote: here are instructions: http://jakarta.apache.org/site/cvsindex.html here is a web view of mod_webapp: http://c

mod_jk / mod_jserv on tomcat ver 4.0.1

2001-12-13 Thread louie miranda
Does, tomcat ver4.0.1 need mod_jserv or mod_jk to be bind to apache? and if it needs it? where and how can i make it, all i see is a bunch of Makefile and *.c code's i dont know that much in making that module on ver4.0.1 ty.. -- To unsubscribe: For additio

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-13 Thread louie miranda
Does, tomcat ver4.0.1 need mod_jserv or mod_jk to be bind to apache? and if it needs it? where and how can i make it, all i see is a bunch of Makefile and *.c code's i dont know that much in making that module on ver4.0.1 ty.. - Original Message - From: "Vijai Misra" <[EMAIL PROTECTE

Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-13 Thread Vijai Misra
Hi, I'm trying to Configure Multiple Tomcat JVMs with Apache to distribute load between various AppServers. Apparently, load balancing with Tomcat is not widely published on the internet. I figured someone might be able to point me to the right direction so I can make this architecture work. Tha

Re: JAXP

2001-12-13 Thread Rick R
I have found that SAX is pretty much the same whether you use JAXP or Xerces. I know IBM has some articles on their site. http://www-106.ibm.com/developerworks/java/?loc=dwmain --- [EMAIL PROTECTED] wrote: > Hi all, > > Does anyone know of a site that has good JAXP >

Re: JAXP

2001-12-13 Thread Mark
In offline-mode, you may find the O'Reilly book 'Java and XML' to be a decent resource for Java SAX and DOM parsing. At 05:27 PM 12/13/2001 -0600, you wrote: >Here is the first place that I started reading. > >http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/index.html > >[EMAIL PROTECTED] wro

RE: errros in embedded tomcat!

2001-12-13 Thread Arvind Gudipati
Im still have some problems with Embedded Tomcat. I'd really appreciate if someone could guide me with what is really going on in Catalina (4.0.1) I think the standard Bootstrap class loads up the default web.xml for each webapplication being deployed. Is there a way that i do the same using the

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Mika Goeckel
Session in use: >From the jsps, NumberGuess, Snoop, ErrorPage (after submitting the form), Carts (after submitting) (I did stop testing here) >From the servlets only the session example. Mika - Original Message - From: "Richard S. Huntrods" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: Eclipse IDE

2001-12-13 Thread Dom
I'm using WSAD beta too for the last 2 or 3 months developping web apps for Tomcat 4 You don't have to care where it puts your class files, as it deploys them automaticaly in your TOMCAT_HOME webapps directory ! Dom - Original Message - From: "Reto Badertscher" <[EMAIL PROTECTED]> To: "

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
Greetings! Craig said... >This kind of problem indicates that your Tomcat installation is somehow >corrupted. If it were really a bug, it would be happening to everyone, >not just to you. > >I suggest that you do the following: > >* Make sure you do not have anything in $JAVA_HOME/jre/lib/ext

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Dom
My linux server has been attacked too for a couple of weeks. I don't care Dom - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 7:07 PM Subject: RE: somebody trying hack me, what they really wanted?

Re: Try a different approach - What's wrong with catalina.session??

2001-12-13 Thread Richard S. Huntrods
>Hmmm > >the difference between these two constructors is, that the one which takes a >StandardSession upcasts it to HttpSession before assigning it to it's >session attribute, >this should not cause this problem, as StandardSession does implement all >HttpSession methods (otherwise the compil

Re: JAXP

2001-12-13 Thread Denny Chambers
Here is the first place that I started reading. http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/index.html [EMAIL PROTECTED] wrote: > > Hi all, > > Does anyone know of a site that has good JAXP examples? > Thanks, BB. > > -- > To unsubscribe:

RE: JAXP

2001-12-13 Thread Sobeck, James (ISS Atlanta)
I don't know of any off hand, but here are a few functions the I wrote that might help you get started with JAXP. just read the javadocs and look at this code and it is not that hard. good luck, Jimmy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday,

classloader oddities

2001-12-13 Thread Dan 'Dante' Tenenbaum
I just upgraded to Tomcat 4.01 from 3.1 on a Windows 2000 machine. I have some classes that I want to be visible from all webapps so I put them in $CATALINA_HOME/classes/com/mysite/mypackage and I put the JARs I need in $CATALINA_HOME/lib. Now, in the web.xml of a particular webapp, I set to

JAXP

2001-12-13 Thread BBui
Hi all, Does anyone know of a site that has good JAXP examples? Thanks, BB. -- To unsubscribe: For additional commands: Troubles with the list:

RE: Thanks Larry - java.lang.IllegalStateException - code included.....

2001-12-13 Thread RSEQUEIRA
Larry, Thanks. It's amazing how reading the docs closely helps! RS [EMAIL PROTECTED] on 12/13/2001 03:56:16 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: RE: java.lang.IllegalStateException - code included. I

Re: Ajp13 Load Balancing TC 4.0.1

2001-12-13 Thread Kevin Wang
From: Mauricio Nuñez >What is the status of the load balancing ajp13 on TC 4.0.1 ? As far as I can tell, you should use mod_jk and ajp1.3. mod_webapp doesn't do load balancing or any sort of redundancy yet. If security is important, tomcat4.0.1 seems to have some less ajp security features (suc

Micael mac Grene: DataSource and Pooled Connection

2001-12-13 Thread Micael Padraig Og mac Grene
At 02:13 PM 12/13/01 -0800, you wrote: >On Thu, 13 Dec 2001, christophe marcourt wrote: > > > Date: Thu, 13 Dec 2001 21:07:47 +0100 > > From: christophe marcourt <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: Dat

RE: Tomcat not starting on initialization

2001-12-13 Thread Daniel Lemay
Hi, Here is a description of my software: RedHat Linux 7.0 Apache . Tomcat4.0.1 JDK1.3.1_01 I have exactly the same problem. I have set JAVA_HOME and CATALINA_HOME in my .ba

Re: JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
[EMAIL PROTECTED] wrote: > try this. set the page buffer to 0. > > put this line of code at the very top of your jsp > > <%@ page buffer="0" autoFlush="true" %> > > thanks. > RS. Work !!! Thank you... i hava yet troubles but this directive permit the correct HTML code generation's order.

RE: Tomcat 4.0.1 doesn't seem to start

2001-12-13 Thread Matt Vanderpol
Try just running java. I had a similar problem where I was missing some libraries and Tomcat wasn't complaining about them, but when I ran java (no args or source files - just run it) I got an error message about the missing libraries. -Matt -Original Message- From: Mihai Gheorghiu [mail

JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
Thank you S for your response, but i can't yet make it work... a curiosity: why i have this problem (within tomcat) and when i run this web app. with IIS/Jrun work perfectly ? I mean, IIS/Jrun translate the jsp page in the correct order, putting the HTML code generated by my bean exactly where

Re: DataSource and Pooled Connection

2001-12-13 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, christophe marcourt wrote: > Date: Thu, 13 Dec 2001 21:07:47 +0100 > From: christophe marcourt <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: DataSource and Pooled Connection > > I have a stupid q

RE: JSP translation's problem...

2001-12-13 Thread SHeyns
Probably JRun's implmentation of the ServletResponse.getWriter() and JspWriter are the same where as with tomcat the 2 are different entities combined when the response is sent to the client. Whats your code like ? technically using the out should be the same as doing a <%="SOME DATA"%> Should be

Re: JSP translation's problem...

2001-12-13 Thread RSEQUEIRA
try this. set the page buffer to 0. put this line of code at the very top of your jsp <%@ page buffer="0" autoFlush="true" %> thanks. RS. Marcelo Demestri <[EMAIL PROTECTED]> on 12/13/2001 08:54:27 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EM

RE: web.xml file confusion

2001-12-13 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, Purcell, Scott wrote: > Date: Thu, 13 Dec 2001 14:19:09 -0600 > From: "Purcell, Scott" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: web.xml file confusion > > Thanks Craig, > I think my is

strange error

2001-12-13 Thread Peter Georgiou
Hi I don't know how this error appeared. I'm running Tomcat 4 on win2k, and I get the following error in my console when I start tomcat: Starting service Tomcat-Standalone Apache Tomcat/4.0 ERROR reading java.io.FileInputStream@7a29a1 At Line 57 /web-app/servlet/ Starting service Tomcat-Apache

RE: java.lang.IllegalStateException - code included.....

2001-12-13 Thread RSEQUEIRA
I'm a little lost here with your reply. (And apparently a little slow too. :-) I'm using just the getOutputStream in the calling servlet. This outputstream is required to direct the input that the called servlet returns, to the browser. Thanks. RS Larry Isaacs <[EMAIL PROTECTED]> on 12/13/

Re: JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
Thank you S for your response, but i can't yet make it work... a curiosity: why i have this problem (within tomcat) and when i run this web app. with IIS/Jrun work perfectly ? I mean, IIS/Jrun translate the jsp page in the correct order, putting the HTML code generated by my bean exactly where

Restricting access to files

2001-12-13 Thread Behrang Saeedzadeh
Hi Friends, I have a file named site.properties in the root of my web application that contains some information about the site. I want my file be unaccessible to the users, but whenever I point to it in my browser's address bar, my browser opens it and shows its contents. How can I make thi

Re: DataSource and Pooled Connection

2001-12-13 Thread Micael Padraig Og mac Grene
At 03:20 PM 12/13/01 -0500, you wrote: >At 09:07 PM 12/13/2001 +0100, you wrote: > >I have a stupid question ? > > > >in the JNDI tomcat how to, it says : > >" > >The J2EE Platform Specification requires J2EE Application Servers to make >available a DataSource implementation (that is, a connection

Re: DataSource and Pooled Connection

2001-12-13 Thread Mark
At 09:33 PM 12/13/2001 +0100, you wrote: >thanks. > >I've already read that. >So I do a ConnectionPoolDataSource with the use of JNDI in tomcat... >As simple as that ? > >Christophe The web page I forwarded has an example of setting up then getting a pooled connection using JNDI. I'm assuming you

building mod_webapp.so on win2000

2001-12-13 Thread anil soleti
Hi, Can any one help me in building mod_webapp.so from the sources.I am on win2000. I have built tomcat4.0.1 from the sources and i have downloaded webapp-module-1.0.1-tc401-src.tar.gz. Thanks in advance, regards, vis __ Do You Yahoo!? Check o

/servlet context?

2001-12-13 Thread Jim Michael
We have configured Tomcat & Apache to execute JSPs from the Apache document directory, for two web servers running on the same box. We were able to do this via virtual hosts and manual configuration of the JKMounts... however, there's one issue I can't resolve.. With this setup, now /servlet m

RE: java.lang.IllegalStateException - code included.....

2001-12-13 Thread Larry Isaacs
The Javadoc for ServletResponse states for getWriter(): Either this method or getOutputStream() may be called to write the body, not both. Since in Tomcat 3.x, the same response is passed to the called servlet, so this restriction applies to it too. Cheers, Larry > -Original Messag

JSERV: ApJServMount /webapp /webapp ?

2001-12-13 Thread Gary Lawrence Murphy
How can I make one servlet be the default handler for a directory using JServ? In mod_jk, I can do JkMount /webapp/* ajp13 and then web.xml can define one servlet with the URL mapping "/" How is this done in Jserv? Why JServ? Because the server is HP and doesn't do mod_jk. -- Gary Law

RE: JSP translation's problem...

2001-12-13 Thread SHeyns
Use the pageWriter from the JSP page, Send the writer to your servlet using somethinglike <% fmngt.getPage(request, out); %> then in your code do your output lines directly Something like out.println("My page is a wonderful thing"); S -Original Message- From: Marcelo Demestri [mailto:[E

AW: Eclipse IDE

2001-12-13 Thread Jakob Lemler
Hello Brian, 1. Read the App Developer Guide in the Tomcat Docs. 2. Install Ant-1.4.1 3. Create your development directory structure in Eclipse. 4. Take the sample build.xml file from Tomcat and customize your Tomcat Home Directory there. 5. Make sure that Ant runs successfully from the commandli

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Chu J Tan
Try http://myserver.com:8080/%3f Its a pretty recent bug. Allows listing of directory from server. > - Original Message - > From: "Martin van den Bemt" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Thursday, December 13, 2001 1:05 PM > Subject: RE: somebody tr

Re: java.lang.IllegalStateException - code included.....

2001-12-13 Thread RSEQUEIRA
Thought if I include the code it might help a little: Piece of code in the calling servlet: .. .. in = new BufferedReader(new InputStreamReader(uconn.getInputStream ())); resp.setContentType("text/html"); System.err.println("Ab

Running as service...

2001-12-13 Thread Guido Medina
Hi, I have installed Tomcat 4.0.1 (the executable file that also installs the service) on Windows 2000 Pro, and it works properly, I added the SSL connector with the key and son, I also tested it, the problem is that is only posible to start tomcat from the Command line with startup.bat, but no

JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
Hi ! I need help, my problem is: I call a bean from one jsp page but the result (HTML code) throw by the bean appars at the top of the HTML page served by the web server (I use Tomcat 4.0.1) instead of the position I call it Example: 1) My jsp page ... <% fmngt.getPage(request, response); %> ..

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Dr. Evil
> HA! your funny! FBI stop building your Magic Lantern and come find the poor > sap that is trying to hack my free software nothing invested but time server > sitting in my broadband closet! > Ya Right! It was just a thought. I hope the FBI has better things to be doing... -- To unsubscribe:

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Martin van den Bemt
There are scripts out there which do exactly what you want.. They will not even hit the webserver and those ip addresses will get locked out.. http://www.adsl4linux.nl (it's a dutch site I'm sorry..) Mvgr, Martin -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Thurs

RE: web.inf still need help ... Please

2001-12-13 Thread Purcell, Scott
Thanks Larry, Now I have something to try. I will get on it asap. Thanks Scott -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 3:05 PM To: 'Tomcat Users List' Subject: RE: web.inf still need help ... Please Note that http://localhost:

mod_jk build fail tomcat 3.3 apache 1.3.22

2001-12-13 Thread Adam Paeth
Before I begin I did search the maillist archive and didn't see anyone have this specific problem yet... I'm trying to build mod_jk on Solaris 8. I've got apache w/ mod_ssl installed. I've got tomcat 3.3 installed just fine. apache and tomcat have tested just fine independent on one another. Wh

RE: web.inf still need help ... Please

2001-12-13 Thread Larry Isaacs
Note that http://localhost:8080/servlet/cwp.ShowMessage will not see the init parameter since the "invoker" servlet (i.e. "/servlet") is not part of the Servlet spec. You should include a in the web.xml and invoke the servlet using the specified. Then the servlet should see the init parameters

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Brian Adams
HA! your funny! FBI stop building your Magic Lantern and come find the poor sap that is trying to hack my free software nothing invested but time server sitting in my broadband closet! Ya Right! -Original Message- From: Dr. Evil [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 20

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Dr. Evil
I get those all the time. I wish I could put a sign on my computer that says, "You're wasting your time. This machine is running Tomcat/Linux. Find someone running Windows". On a more serious note, this is a computer hacking attack, and it comes accross state lines. Could I get the FBI to inv

web.inf still need help ... Please

2001-12-13 Thread Purcell, Scott
I am still lost with the web.inf file. All I want to do is run an example of using the init() to get one time start up initializers into a servlet. I am on tomcat 3.2 and all seems to run fine. I have a basic install and I am just using my localhost. I am learning how to do JSP and Servlets. My i

Working fine now . .

2001-12-13 Thread Michael Armstrong
Thanks for all your help. Tomcat 4.0 seems to be working fine now. On to more coding . . . Well, crap! My problem was my own stupid coding oversite: incorrect assignement statements in my autoexec.bat file. - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]

Re: DataSource and Pooled Connection

2001-12-13 Thread christophe marcourt
thanks. I've already read that. So I do a ConnectionPoolDataSource with the use of JNDI in tomcat... As simple as that ? Christophe - Original Message - From: "Mark" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 9:20 PM Subject: Re: Da

RE: web.xml file confusion

2001-12-13 Thread Purcell, Scott
Thanks Craig, I think my issue is registering the servlet. I cannot seem to find how to do that. How do I register a servlet with the server? thanks Scott -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:51 PM To: Tomcat Users

Re: DataSource and Pooled Connection

2001-12-13 Thread Mark
At 09:07 PM 12/13/2001 +0100, you wrote: >I have a stupid question ? > >in the JNDI tomcat how to, it says : >" >The J2EE Platform Specification requires J2EE Application Servers to make available a DataSource implementation (that is, a connection pool for JDBC connections) for this purpose. Tomca

DataSource and Pooled Connection

2001-12-13 Thread christophe marcourt
I have a stupid question ? in the JNDI tomcat how to, it says : " The J2EE Platform Specification requires J2EE Application Servers to make available a DataSource implementation (that is, a connection pool for JDBC connections) for this purpose. Tomcat 4 offers exactly the same support " Do I

Re: web.xml file confusion

2001-12-13 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, Purcell, Scott wrote: > Date: Thu, 13 Dec 2001 13:34:18 -0600 > From: "Purcell, Scott" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: web.xml file confusion > > Hello, > I am working out of Ma

web.xml file confusion

2001-12-13 Thread Purcell, Scott
Hello, I am working out of Martys book on Servlets, and there is an example of using the init block to get some parameters from the web.xml file. When I searched for web.xml to find it, I found one in about each directory. I do not think that is right. Where should the web.xml file live? Also, Is

AIX: SAXException, File not found

2001-12-13 Thread Dirk . Eschner
Hello, when I try to start Tomcat4 at an AIX machine i get the following exception (catalina.out): /usr/java130/jre/bin/java -classpath ./../bin/bootstrap.jar -Dcatalina.base =./.. -Dcatalina.home=./.. org.apache.catalina.startup.Bootstrap start PARSE error at line 0 column 0 of /home/sdfref/des

AW: Eclipse IDE

2001-12-13 Thread Reto Badertscher
Hello, give IntelliJ' idea a try (www.intellij.com). Reto -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. Dezember 2001 20:12 An: [EMAIL PROTECTED] Betreff: Eclipse IDE I have been evaluating the new Eclipse IDE (http://www.eclipse.

Re: Eclipse IDE (Off Subject)

2001-12-13 Thread John M. Corro
Off subject...what do you think of the new IDE? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 11:12 AM Subject: Eclipse IDE > I have been evaluating the new Eclipse IDE (http://www.eclipse.org) and > trying to get it to debug my

Eclipse IDE

2001-12-13 Thread brian_ciccolo
I have been evaluating the new Eclipse IDE (http://www.eclipse.org) and trying to get it to debug my servlets running in Tomcat. One of the quirks about the Eclipse IDE is that it doesn't allow me to specify a build folder outside of the project hierarchy (so I can't post my classes to the webapps

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, Richard S. Huntrods wrote: > Date: Thu, 13 Dec 2001 10:05:31 -0700 > From: Richard S. Huntrods <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Try a different approach - What's wrong with catalin

problem

2001-12-13 Thread eduardo pasquotto orsolini
the problem is how to create users in tomcat I said in TomCat(last version) don't send me things from apache and how to restricte user in directories exemple user test only can access directory testes ok ??? thanks all Eduardo Pasquotto Orsolini ICQ 51674157 Linux User 211708

RE: Also having trouble starting Tomcat 4.0

2001-12-13 Thread Arvind Gudipati
Turn the "echo on" in your catalina.bat to see what exactly is the command that it is trying to run... Also if u want to run tomcat in the same window then use the command "catalina.bat run" instead of "catalina.bat start" "run" option, would not run tomcat in a new DOS window Arvin

Also having trouble starting Tomcat 4.0

2001-12-13 Thread Michael Armstrong
I'm getting the same disappearing DOS window, too, when starting Tomcat 4.0. Funny thing is that I had been successfully running Tomcat 3.2.3 recently in the past. Now that I've downloaded JDK 1.3.1_01 (successfully, too) and Tomcat 4.0 (successfully, also-- not 4.01) and have updated my environm

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Adi Naren
Thanks, folks, I got them working today morning!! ApacheModuleJServ.dll was not there in either %APACHE_HOME%\modules or %TOMCAT_HOME%\modules folder. another reason is: I gave the wrong path of tomcat.conf file One guy was telling me that Tomcat does not work on WINDOWS!! Isn't that ridicu

RE: DecodeInterceptor Tomcat3.3

2001-12-13 Thread Bryan Pieper
Thank you. On Thu, 13 Dec 2001, Larry Isaacs wrote: > This is fixed in Tomcat 3.3.1 nightly. For Tomcat 3.3, > I believe setting debug="-1" on the DecodeInterceptor > in server.xml will avoid the log output. > > Cheers, > Larry > > > -Original Message- > > From: Bryan Pieper [mailto:[

RE: Tomcat installer cannot find IBM JDK

2001-12-13 Thread Larry Isaacs
I believe the installer is only looking for registry keys for Sun's JDK. Larry > -Original Message- > From: Graham Leggett [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 13, 2001 12:10 PM > To: Tomcat User > Subject: Tomcat installer cannot find IBM JDK > > > Hi all, > > I just

RE: Application configuration

2001-12-13 Thread Larry Isaacs
You still haven't indicated which version of Tomcat, so it is hard to make specific recommendations. For all 3.x and 4.x Tomcats, creating a subdirectory under the "webapps" directory is the simplest way to bring a new web application online. Tomcat will automatically serve these subdirectories

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Mika Goeckel
Hmmm the difference between these two constructors is, that the one which takes a StandardSession upcasts it to HttpSession before assigning it to it's session attribute, this should not cause this problem, as StandardSession does implement all HttpSession methods (otherwise the compiler woul

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Jim Urban
You was hacked by one of those Nimba type worm viruses. Be glad you were not running IIS, you could have been in big trouble. Jim -Original Message- From: Evgeniy Strokin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: somebody trying

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread David Cassidy
NIMDA ... Just put a file there for it to get ;-) D Evgeniy Strokin wrote: > Hi, > tonight, somebody had tried hack our Tomcat 3.2.3 in win2000. > Here is the log: > > 2001-12-13 01:18:35 - Ctx( ): 404 R( + /scripts/root.exe + null) null > 2001-12-13 01:18:36 - Ctx( ): 404 R( + /MSADC/ro

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Paul DuBois
It's a Code Red or Nimba attack, probably from an infected IIS server. On Thu, Dec 13, 2001 at 01:04:51PM -0500, Evgeniy Strokin wrote: > Hi, > tonight, somebody had tried hack our Tomcat 3.2.3 in win2000. > Here is the log: > > 2001-12-13 01:18:35 - Ctx( ): 404 R( + /scripts/root.exe + null)

somebody trying hack me, what they really wanted?

2001-12-13 Thread Evgeniy Strokin
Hi, tonight, somebody had tried hack our Tomcat 3.2.3 in win2000. Here is the log: 2001-12-13 01:18:35 - Ctx( ): 404 R( + /scripts/root.exe + null) null 2001-12-13 01:18:36 - Ctx( ): 404 R( + /MSADC/root.exe + null) null 2001-12-13 01:18:42 - Ctx( ): 404 R( + /c/winnt/system32/cmd.exe + nul

java.lang.IllegalStateException

2001-12-13 Thread RSEQUEIRA
I'm calling a servlet from within another servlet using the URL class. The calling servlet posts data, reads the output, and then passes on the output to the browser. In JRun everything works fine. But on Tomcat the same throws a java.lang.IllegalStateException Error: java.lang.IllegalStateExcept

RE: SSL working on tomcat 4.0 standalone?

2001-12-13 Thread Jim Urban
I just received a trial cert from Verisign. I tried to import the cert using the command "keytool -import -alias tomcat -trustcacerts -file ./verisign.csr". After entering the password I received the following error "keytool error: java.lang.Exception: Failed to establish chain from reply". Any

RE: SubjectDN for client authentication Tomcat 4.0.1?

2001-12-13 Thread STANFORD, Jon-Paul, FM
If anyone is interested in the solution, please read on - The answer is to not believe was the MMC Certificates snap-in says and interrogate the certificate through the Java security API. I exported the certificate from the snap-in in X509 form and wrote a little app to read the file and output t

Re: Tomcat not starting on initialization

2001-12-13 Thread Mika Goeckel
Try bin/catalina.sh run -debug what does it say? - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 6:21 PM Subject: Re: Tomcat not starting on initialization > > Hello, > > I don't get any SegFaults when the s

RE: DecodeInterceptor Tomcat3.3

2001-12-13 Thread Larry Isaacs
This is fixed in Tomcat 3.3.1 nightly. For Tomcat 3.3, I believe setting debug="-1" on the DecodeInterceptor in server.xml will avoid the log output. Cheers, Larry > -Original Message- > From: Bryan Pieper [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 13, 2001 12:20 PM > To: [EM

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
More stuff Here is the source code to a servlet that RUNS under Tomcat 4.0 but does NOT RUN under Tomcat 4.0.1. I can email (upone request) a zip file containing the full directory structure (with class file) that can be unzipped an placed directly under "webapps". Put it in Tomcat 4.0 and

error on startup

2001-12-13 Thread Peter Georgiou
Hi I don't know how this error appeared. I'm running Tomcat 4 on win2k, and I get the following error in my console when I start tomcat: Starting service Tomcat-Standalone Apache Tomcat/4.0 ERROR reading java.io.FileInputStream@7a29a1 At Line 57 /web-app/servlet/ Starting service Tomcat-Apach

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Mika Goeckel
Hi! What is the putSession() method of a HttpSession? Do you mean putValue? First, this is a deprecated method, but second, StandardSession implements that method anyway. StandardSession is org.apache.catalina.session.StandardSession, and implements HttpSession, which is an interface and as such

RE: Application configuration

2001-12-13 Thread Camara, Jose
Thanks Larry, I don't even reach the point where Tomcat itself is running my application. I guess I need to indicate Tomcat where and how to recognize the classes for my application. Setting up my application in tomcat is the problem. Regards, Jose L. Camara -Original Message- From: La

Re: Tomcat not starting on initialization

2001-12-13 Thread Samarth_Kumar
Hello, I don't get any SegFaults when the server is started up. At the same time, there is no java process running on doing a "ps -ef". I am using JDK 1.3 downloaded from java.sun.com. The JDK installed without any hassles. I don't have any other java applications running so cannot say. Sam

  1   2   >