Re: Ok, servlet inits but doesn't do a doPost or doGet

2001-03-16 Thread Jeff Finley
I've been BEGGING for help on this problem for 4 days now and have absolutely gotten no help!  Now I know why!  I'm an idiot!   Hahahahah, late night ravings yes, but anyway the problem was that I copied one of the example servlets that did a form posting, I took out the code in the service method

Is ajp12 a necessity..if so why

2001-03-16 Thread Brett Schwarz
I understand that ajp12 is a connector between Tomcat and a web server. So, if I only have Tomcat, then I would expect that I do not need to define it. However, I saw in docs that it is needed for Tomcat shutdown. So, bottom-line, is ajp12 needed for a stand alone Tomcat? If so, why? thanks, --

Ok, servlet inits but doesn't do a doPost or doGet

2001-03-16 Thread Jeff Finley
Through the infinite torture of get log4j to work in my servlets I've determined that the servlet will initialize (init() method) just ducky.  When I do a form posting to the servlet for the first time it grinds and grinds and then comes back with a blank page, subsequent form postings are rather f

Re: Adding log4j classes to a standalone tomcat server

2001-03-16 Thread Jeff Finley
A, but log4j doesn't come in a .jar.  But I can pack it up and ship it in.  Thanks. - Original Message - From: Remy Maucherat Sent: Friday, March 16, 2001 11:01 PM To: [EMAIL PROTECTED] Subject: Re: Adding log4j classes to a standalone tomcat server All the JARs which are put in t

Re: Adding log4j classes to a standalone tomcat server

2001-03-16 Thread Remy Maucherat
All the JARs which are put in the "lib" directory will be loaded by Catalina and visible from your servlets. That's where you should put things like log4j.   Remy   - Original Message - From: Jeff Finley To: TomcatUsers Sent: Friday, March 16, 2001 9:56 PM Subject:

Adding log4j classes to a standalone tomcat server

2001-03-16 Thread Jeff Finley
How do you add classes that Catalina will recognize in a Tomcat 4.01 beta standalone configuration.  Catalina overrides the system classpath and I'm not seeing anywhere in any of the server .xml files to add a dir for additional classes.  Thx.Get your FREE download of MSN Explorer at http://explore

TC4.0b1 - getting apache connector to connect

2001-03-16 Thread David Wall
I'm trying to get catalina working with Apache 1.3.19 on Linux, but for I've got something misconfigured.  It cannot find my 'pub' webapp based on this error: Application pub with path /pub/ not foundHere's how it's defined in server.xml:        port="8008" minProcessors="5" maxProcess

SSL confiruation problems

2001-03-16 Thread Mark W . Webb
Hello, I am trying to set up tomcat to work with apache in serving SSL based servlets. I have installed tomcat 3.2.1, and apache-1.3.14-11. I have also installed mod_ssl-2.7.1-11, and tomcat-mod-3.2.1-1. I start up tomcat, then apache, and I can load web pages(.html files) from the virtual h

Tomcat, Cocoon, IIS5

2001-03-16 Thread Carey Payette
I am currently attempting to get Cocoon to run on Tomcat/IIS5/WIN2000advanced server. I have Tomcat successfully running jsp and servlets, but am having a difficult time with getting Cocoon to execute(I can't even get the index.xml to display properly). The directions for installing cocoon w

[ANNOUNCEMENT] Tomcat 3.3 Milestone 2

2001-03-16 Thread Larry Isaacs
The second milestone release of Tomcat 3.3 is available for download and testing. As a Tomcat 3.x release, it remains an implementation of the Servlet 2.2 and JSP 1.1 specifications. The Milestone 2 release primarily offers bug fixes over Milestone 1. In this milestone release, documentation st

Re: compile fails **OK Now**

2001-03-16 Thread Steve Aras
It's all working now. No need to reply Steve Aras wrote: > I'm in the process of figuring out and they way it works. So I deleted > RequestParamExample.class > > I modified RequestParamExaple.java and tried to compile it. > It fails. The error is below. During my setup of TomCat I was instr

SimpleTcpConnector, how to use it ?

2001-03-16 Thread Tal Dayan
Hello, We are trying to user a pool'less Tomcat 3.2.1 on Windows NT but get an exception. The configuration (server.xml) is And the exception is 2001-03-16 07:40:28 - ContextManager: Error reading request, ignored - java.lang.

JspWriter

2001-03-16 Thread Huiyuan Ma
Hi All, Does JspWriter work on Tomcat 3.2.1? Here's a portion of my code: public int doStartTag(){ try{ JspWriter out=pageContext.getOut(); out.print(""); out.print(""); }catch(IOException ioe){ System.out.println("Error in HeadingTag:"+ioe); } return(EVAL_BODY_INCLUDE); } Just w

compile fails on import javax.servlet

2001-03-16 Thread Steve Aras
I'm in the process of figuring out and they way it works. So I deleted RequestParamExample.class I modified RequestParamExaple.java and tried to compile it. It fails. The error is below. During my setup of TomCat I was instructed to install jakart-servletapi-3.2. I looked at servlet.jar and

RE: escape() Problem...

2001-03-16 Thread Martin Ko
Thanks, Wouter M$ IE javascripting engine is working differently from NS js engine. That is, in NS, escape function returns uri encoded string by *%CF%DF* format, but in IE, escape function returns by *%uABCD* unicode format, and this lead to decode error in apache web server. Yes, to use java.n

Re: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Bill Graham
Previously I was running tomcat with it's default thread settings (50 max) and I was getting the errors. I set the value at 60max and everything's running smooth. I'm using -server version of hotSpot. I'm glad I got it to work, but I still think there's a bug in the VM, or possibly Tomcat. --- W

Using JDBCRealms

2001-03-16 Thread William Kaufman
(Tomcat version 3.2.1.) I'm trying to use JDBCRealm to manage access to some static files. Is there any documentation for that? I've successfully configured authorization in web.xml (though it only seems to work if the files are under webapps/ROOT--that's OK for what I'm doing, but I am curious

Tomcat 4.0 Changes for Servlet 2.3 API Refinements

2001-03-16 Thread Craig R. McClanahan
This message is an FYI to let you know that tonight's nightly build of Tomcat 4.0 will reflect several minor changes in the servlet API that is listed in the Servlet Specification 2.3 (Proposed Final Draft): - In javax.servlet.Filter, remove getFilterConfig(). - In javax.servlet.Filter, replace se

Re: potential bug

2001-03-16 Thread Andy Cole
Hi. Is there anyway I can change the default path WEB-INF/classess for servlet to point to others path with virtual hosts? Thanks. --Original Message-- From: "Tagunov Anthony" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: March 16, 2001 9:38:52 PM GMT Subject: Re:

Re: potential bug

2001-03-16 Thread Andy Cole
Hi. Is there anyway I can change the default path WEB-INF/classess for servlet to point to others path with virtual hosts? Thanks. --Original Message-- From: "Tagunov Anthony" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: March 16, 2001 9:38:52 PM GMT Subject: Re:

Connection Pooling Help needed

2001-03-16 Thread RameshBabu R Muthuvel
Hi I am using Apache 1.3.12, Tomcat 3.2.1, mySQL 3.23 on Windows NT 4.0 I am trying to include connection pooling in my JSP pages using PoolMan. Inspite of carrying out all the elaborate installation procedure, yet i could not establish a connection. I get the following error: >java.lang.Null

RE: Logging request/response headers

2001-03-16 Thread Todd Carmichael
You could use the HTTPUtils.getRequestURL() to do it yourself... I am not sure how well that performs/scales. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: Re: Logging request/response headers

RE: 3.2.1 commercial applications

2001-03-16 Thread LUO Junyan
I am a new user of tomcat 3.2.1 with IIS. 1. Does it work well with IIS 5.0 on windows 2000? 2. when I configure the workers.properties, I had not changed the workers.tomcat_home and workers.java_home to point to my installation, but the Tomcat seems still work. Is it overridden by settings in ser

Re: JDBC driver for oracle

2001-03-16 Thread Dmitry Rogatkin
http://industry.java.sun.com/products/jdbc/drivers You can get better driver from other places than from Oracle. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Jack Li [EMAIL PROTECTED] Sent:Fri, 16 Mar 2001 09:10:52 -0

RE: 3.2.1 commercial applications

2001-03-16 Thread Tsalolikhin, Aleksey
InsureSuite is using Tomcat 3.2.1 and it's been just great in terms of stability (and OK in terms of speed - I'm definitely looking forward to the improved HTTP Connector in Tomcat 4). http://www.insuresuite.com/ Yours, Aleksey Tsalolikhin UNIX System Administrator InsureSuite, Inc. > -Orig

RE: web.xml

2001-03-16 Thread James Carroll
I -think- that you don't have to create all of the > > > Test1 > > > Test1 > > There is an Invoker servlet that you associate with the path for the servlets... and the invoker looks for the class file, and runs it. in the

running jsp

2001-03-16 Thread JeremyRayYoo
Can anyone tell me if the steps involved running a jsp script is the same as running a servlet. And if it is different can anyone tell me the differences.

wrapper.properties

2001-03-16 Thread Alcantara, Armin
Title: wrapper.properties Im having problem when the path for the "wrapper.java_home" contains spaces. Do you have a solution for this problem? Regards, Armin Alcantara

JSP file line number

2001-03-16 Thread Sankar Kondur
when a compilation or exception occurs, tomcat doesn't say on which line number of the JSP file the error occurred. JRun does it. is there some way we can configure tomcat to show the line number in the JSP file instead of the java file. thanks, SK

security issues with stand alone tomcat

2001-03-16 Thread Batsheva Raviv
What are the security issues with stand alone Tomcat. Batsheva

Re: System out and System err

2001-03-16 Thread Craig R. McClanahan
On Fri, 16 Mar 2001, Ben Galbraith wrote: > I spent some time fooling with logs before I realized that if you override: > > Servlet.init(ServletConfig config) > > you must call this somewhere in your new init() method: > > super.init(config) > > otherwise the servlet container's logs do

Re: Diff between servlet api ver 2.1 and 2.2

2001-03-16 Thread Milt Epstein
On Fri, 16 Mar 2001, Sankaranarayanan Ganapathy wrote: > Can somebody tell me what the difference. I have code that worked > under jswdk servlet api 2.1, now I need to move to tomcat 3.2.1 > which supports servelt api 2.2. Check out: http://www.javaworld.com/javaworld/jw-10-1999/jw-10-servletap

Re: System out and System err

2001-03-16 Thread Ben Galbraith
I spent some time fooling with logs before I realized that if you override: Servlet.init(ServletConfig config) you must call this somewhere in your new init() method: super.init(config) otherwise the servlet container's logs don't get turned on.

Diff between servlet api ver 2.1 and 2.2

2001-03-16 Thread Sankaranarayanan Ganapathy
Can somebody tell me what the difference. I have code that worked under jswdk servlet api 2.1, now I need to move to tomcat 3.2.1 which supports servelt api 2.2. Thanx Ganesh

Error when shutdown tomcat

2001-03-16 Thread Tang, Jinan
Hi, When I run the shutdown.bat I got the following errors: <<...>> Is the error comes from the configuration or a bug in the tomcat? Thanks. J. Tang

Re: [OT] RE: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Tagunov Anthony
On Sat, 17 Mar 2001 00:05:43 +0300, Tagunov Anthony wrote: >Only don't run in Hotspot mode. Run it in -classic mode. >Because due to some bug in hotspot compiler the JVM >crashes with tomcat. It's a recognized Sun's bug and >funny enough, all the bug reports on that are about >Tomcat -- a rich co

Re: potential bug

2001-03-16 Thread Tagunov Anthony
On Fri, 16 Mar 2001 15:53:38 EST, [EMAIL PROTECTED] wrote: >Can anyone confirm a problem I have encountered withe Tomcat. Lets say that I >write a servlet called Test.java and put it in the classes directory in the >Web-Inf directory, and I decide to change it a little later. So I recompile >

Re: jsp

2001-03-16 Thread Jeff Finley
Well it appears that the .jsp is automagic if you use the recommended directory structure and a simple web.xml file.  I got .jsp to run no problem, now I can't get /servlet to run AT ALL!  BTW, I use ANT to do the build and management. - Original Message - From: [EMAIL PROTECTED] Sent: Fr

Running servlets in a stand alone

2001-03-16 Thread Jeff Finley
Ok, this is the second machine!  I FINALLY go servlets to run on a win98 machine with tomcat 4.01 beta now I'm trying to do the same thing, tomcat 4.01 beta standalone and I cannot get the stupid HelloWorld servlet to output to the browser!  It appears to run, no log messages saying exceptions, no

RE: Excel to XML

2001-03-16 Thread Randy Layman
Whenever you install MS Office on a computer, an Excel ODBC Driver is also installed. You can then access the Excel file as a Database. Your table name is the name of the Sheet (Sheet1$, Sheet2$, etc are the default names, but the user can rename them) and your column names are the text

Re: Excel to XML

2001-03-16 Thread Steve Ruby
You can make an ODBC connection to excel, but you would have to change the DSN for every file and you would have to have some idea what thefile looked like (columns) before hand. If I were you I would write another excel document and use some VBA to open up a requested Excel and save it as HTM

[OT] RE: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Tagunov Anthony
On Fri, 16 Mar 2001 09:44:46 -0800 (PST), Bill Graham wrote: >Frank, > >Thanks for the reply. I'm going to start tryiong to >debug Tomcat and see what this NullPointer is. >Let me know if you get anywhere and I'll do the same. > >One thing I've read about and experienced was bad >performance with

web.xml

2001-03-16 Thread JeremyRayYoo
I want to know, whenever you want any servlets to run do you have to put an entry in the web.xml file? Can you run a servlet without putting an entry in there. Lets say I write a servlet called "Test1.java" that uses the 'RequestDispatcher's methods "forward()" or "include()". And lets say that

RE: JDBCRealm reconnect problems?

2001-03-16 Thread Ignacio J. Ortega
This is a know bug ( consult bugzilla ) , solved for 3.2.2, 3.3 & 4.0 some time ago.. but i dont think anybody has tested it, please try 3.2.2 Latest Beta I think it's solved there.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

potential bug

2001-03-16 Thread JeremyRayYoo
Can anyone confirm a problem I have encountered withe Tomcat. Lets say that I write a servlet called Test.java and put it in the classes directory in the Web-Inf directory, and I decide to change it a little later. So I recompile the servlet and produce a new class file. And have in mind the s

jsp

2001-03-16 Thread JeremyRayYoo
Hi, I know how to execute and setup the configure files to execute servlets but can anyone tell the steps involved in executing a JSP scripts Is it the same as executing a servlet???

Re: welcome-file problem

2001-03-16 Thread Milt Epstein
On Fri, 16 Mar 2001, Martin Mauri wrote: > Hi users! > > I've configured my web.xml file with the tag: > > > worksheet.html > > > and it worked nice while using Tomcat as a standalone server, but > when I installed Tomcat to work with Apache, the welcome file isn't > showed at all, I onl

restart tomcat safely

2001-03-16 Thread Julien Gilli
Hi all, I use servlets to create a tool which helps an administrator to adjust many parameters of the Apache server (running on the computer which runs the servlet). In order to do that, i created a GUI which allows the user to enter or change some values. When the user confirm the changes, the d

Re: 404 jsp file not found

2001-03-16 Thread Shun-Luoi Daniel Fong
Bob, it does have something in it, shown below: JSP Example <% String visitor = request.getParameter("name"); if (visitor == null) visitor = "World"; %> Hello, <%= visitor %>! My understanding though is that even if the .jsp file had only HTML in it, it should still be processed

Re[2]: ClassCastException :(

2001-03-16 Thread Andrey Myatlyuk
Hello Bo, Thank you for very helpful sample. I decided to use jsp instead of servlets. Several reasons: 1. My ClassCastException situation is eliminated. Although I don't understand why. 2. I use JSP for presentation("view") layer - so any web-designer can change presentation of data. 3. I use

RE: Excel to XML

2001-03-16 Thread Wang, Jianming
Do you think I can odbc connection to Excel file? I am not using MS Access but using MS Excel. My project is to automatically convert all downloaded Excel files into XML using Java. I can not find any tool for this. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]]

Re: Howto force servlet destroy() in Tomcat

2001-03-16 Thread Craig R. McClanahan
On Fri, 16 Mar 2001, Paolo Sommaruga wrote: > Hi, > > I need a way to force the destroy() of one servlet, inside the servlet itself, > or to force the download of the servlet from the container. > At the moment I do something like > > Thread current = Thread.currentThread(); > cu

Re: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread William Au
I saw exactly the same thing when I ran a load test on tomcat 3.2.1 wth jdk 1.2.2_07. What's your Tomcat max_thread set to? I changed it to 10 and the problem went away. But I am not happy with the performance with only 10 threads. Bill Bill Graham wrote: > I'm just getting started with Tomc

RE: tomcat as a stand alone server

2001-03-16 Thread Randy Layman
My client is currently in acceptance testing with a Tomcat installation. Their system is a Dell PowerEdge 6300 with 4 400MHz processors and lots of RAM and disk space. They are running WinNT 4.0 SP6a and SQL Server 7.0 and IIS 4.0. We configured IIS so that all of our resources are ser

JDBCRealm reconnect problems?

2001-03-16 Thread Vladimir Grishchenko
Has anyone experienced JDBCReconnect problems??? Looks like mysql db connection times out and JDBCRealm cannot reopen it for some reason. Actually it tries to reopen it and somehow is able to authenticate a user, but then dies completely... Any ideas what can be wrong? This is the error/exceptio

Re: System out and System err

2001-03-16 Thread Craig R. McClanahan
On Thu, 15 Mar 2001, Jeff Finley wrote: > Where are the outputs for these going in Tomcat 4.01beta? I cannot find them in any >logs! Please help, need it to debug a servlet. > Check the file "catalina.out" in your logs directory. > Jeff Finley > No Technologies Inc. > Just Doing it becaus

RE: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Bill Graham
Frank, Thanks for the reply. I'm going to start tryiong to debug Tomcat and see what this NullPointer is. Let me know if you get anywhere and I'll do the same. One thing I've read about and experienced was bad performance with IBM's vm on Linux w/ Tomcat. You might want to try Sun's vm and see i

RE: Redirecting IIS to TomCat server

2001-03-16 Thread Dianne Cree
>> hi, we use IIS 5.0 and tomcat 3.0 on a windows 2000 pro. computer We try to use isapi_redirect.dll of Tomcat for tunelling IIS to the TomCat server through a specific port 80. we use the redirection with a get command and all works well. When we try to use the Post method. Unfortunately the

welcome-file problem

2001-03-16 Thread Martin Mauri
Hi users!   I've configured my web.xml file with the tag:       worksheet.html   and it worked nice while using Tomcat as a standalone server, but when I installed Tomcat to work with Apache, the welcome file isn't showed at all, I only get the list of available files in the directory...whi

Applets, Servlets, Security issues

2001-03-16 Thread Caprio, Mike
Hi folks, I'm hoping someone on the list can point me in the right direction on a problem I'm having with applet to servlet communication. Specifically, I'm getting: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) when I send an event to th

Re: 404 jsp file not found

2001-03-16 Thread Bob Kerstetter
On 3/16/01 9:15 AM, "Shun-Luoi Fong" <[EMAIL PROTECTED]> wrote: >> I created a jsp file and put it in my public_html directory. Then when I >> typed the address into the browser, >> http://agent.eng.uiowa.edu/~sdfong/rubyfong/gamezone/testex.jsp >> I get a 404 error with the following message: >>

RE: Windows 2000 and Tomcat

2001-03-16 Thread Alejandro
Hi Try in the other computer which is on the same network typing: "http://IPNUMBER/examples/jsp/index.html", where IPNUMBER is the ip of the computer where tomcat is running. If it doesn't work type: "IPNUMBER:8080" in place of "IPNUMBER" - Original Message - From: Elizabeth Riley <[EMAI

RE: Excel to XML

2001-03-16 Thread tnist
IBM alphaWorks, http://www.alphaworks.ibm.com/, has a suite of JavaBeans called ExcelAccessor that will let you access and modify Excel worksheets. The URL for the download page is rather cryptic, so just do a search from the alphaWorks home page to find it if the below url does not work. http://

RE: How do we add a context to Tomcat? and what is one...

2001-03-16 Thread Dianne Cree
I'm using IIS with Tomcat. I see in the "How To" guide it shows how to add one to the ISAPI redirector, and then it cruely admits that he/she won't be talking about adding the context to Tomcat. Don't we HAVE to do that to add another context? Why would that be left out of the instructions? A

Howto force servlet destroy() in Tomcat

2001-03-16 Thread Paolo Sommaruga
Hi, I need a way to force the destroy() of one servlet, inside the servlet itself, or to force the download of the servlet from the container. At the moment I do something like Thread current = Thread.currentThread(); current.destroy(); but I don't like this to much. There is

RE: first day with tomcat

2001-03-16 Thread Dianne Cree
http://localhost or your computer name. -Original Message- From: Azhar Khan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 5:20 PM To: [EMAIL PROTECTED] Subject: re: first day with tomcat I have installed tomcat on my machine. And i run the startup.bat file when I wan't to r

RE: CLASPATH Order

2001-03-16 Thread Ignacio J. Ortega
You can use Tomcat 3.3 too, it's right now is next M2 release, and it's pretty solid.., nd solves enterely your problems, because 3.3 has a separated classloader for Container classes..., and 4.0 Beta implements separated classloaders for internal classes and a workaround for the Webapps to use hi

RE: tomcat as a stand alone server

2001-03-16 Thread Nick Butler
Can anyone add their experience with tomcat as a stand alone web server. Is it stable enough and does it perform fast enough to be considered a "production" web server. Any details of your using tomcat in a production environment would be appreciated. I am not as concerned about security issues b

Re: tomcat as a stand alone server

2001-03-16 Thread Brian Tol
Batsheva Raviv wrote: > > Hello, > I am new to tomcat. and I just wonder if tomcat can be a stand alone web > server, of it should only run with apache or IIS, It comes with a Web server built-in, so you can run it stand alone. Thanks, Brian

[T4+Apache1.3+mod_webapp.so] Syntaxe error

2001-03-16 Thread Arnaud Vandyck
Hello everybody, I compiled Tomcat4.0-b1-src without problem on Debian2.2r2 with ibm-jdk1.3 (but the CVS release of today -2001/03/16- did not work I think because of a problem with crimson.jar, but maybe it's my fault! :( ). Well, Tomcat-Standalone works fine and now, I want Apache and Tomcat t

RE: Excel to XML

2001-03-16 Thread Michael Wentzel
> > Jianming Wang > If you're talking strictly data you could make an odbc connection and suck out the data that way. If you're talking about the whole ball of wax(formatting, precision, data, etc.) you are probably going to need to right some native(c++) code and use the M$ components to inte

How to make JDBC 2.0 API available ?

2001-03-16 Thread Jack Li
Hi, When I try to use the method "ResultSet.TYPE_SCROLL_INSENSITIVE" to create a query statement, I got error message: No variable TYPE_SCROLL_INSENSITIVE defined in interface java.sql.ResultSet. But JDBC 2.0 API supports "ResultSet.TYPE_SCROLL_INSENSITIVE" call. I have JDK 1.3 installed. JDK 1.3

Re: tomcat as a stand alone server

2001-03-16 Thread Arnaud Vandyck
Batsheva Raviv wrote: > > Hello, > I am new to tomcat. and I just wonder if tomcat can be a stand alone web > server, of it should only run with apache or IIS, Yes it can, but you'll don't have support for php, perl, asp, ... (am I wrong?) and it's not so -robust- as Apache. You can modify the $

Re: CLASPATH Order

2001-03-16 Thread Arnaud Vandyck
Denny Chambers wrote: > > I don't want to hard code classpaths in my tomcat.sh. It would be nice > if I could specify this option as part of my web.xml file or atlease > part of the context for my app. When I WAR up the application and deploy > it I don't want the client recieving it to have to h

Redirecting IIS to TomCat server

2001-03-16 Thread christophe deniard
hi, we use IIS 5.0 and tomcat 3.0 on a windows 2000 pro. computer We try to use isapi_redirect.dll of Tomcat for tunelling IIS to the TomCat server through a specific port 80. we use the redirection with a get command and all works well. When we try to use the Post method. Unfortunately the pa

RE: tomcat as a stand alone server

2001-03-16 Thread Naik Uresh
Can be stand alone. -Original Message- From: Batsheva Raviv [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 4:17 PM To: [EMAIL PROTECTED] Subject: tomcat as a stand alone server Hello, I am new to tomcat. and I just wonder if tomcat can be a stand alone web server, of it should

Re: Problem with mod_jk (resolved)

2001-03-16 Thread Philippe Lecler
Philippe Lecler wrote: > > Hello, > I installed tomcat 3.2.1 on solaris 2.5.1, it's OK. > I compiled mod_jk with gcc-2.8.1, but when I trie to restart > apache 1.3.19 I have the following message : > > Cannot load /soft/apache/libexec/mod_jk.so into server: ld.so.1: > /soft/apache/bin/ht

Re: CLASPATH Order

2001-03-16 Thread Denny Chambers
I don't want to hard code classpaths in my tomcat.sh. It would be nice if I could specify this option as part of my web.xml file or atlease part of the context for my app. When I WAR up the application and deploy it I don't want the client recieving it to have to hack up his/her configuration just

RE: Tomcat + Oracle EJB's

2001-03-16 Thread Neil Harvey
Yes. The only way I can get it to work is to copy all my jars (aurora_client.jar, vbjapp.jar vbjorb.jar + my ELB class jars) into tomcat/lib. Not the best solution! At 01:22 PM 3/15/01 -0600, you wrote: are you importing oracle.aurora.jndi.sess_iiop.ServiceCtx  ???     -Original Message-

Re: MYSQL CONNECTION CLASS

2001-03-16 Thread Christian Rauh
Fala Guilherme, > > Can someone who uses TOMCAT send me a sample class that conects to the > database? I have made one that initializes de driver to connect and returns > the connection, so it is very slow. What kind of solution do you have? O esquema é este mesmo, faz a conexão com o banco de da

tomcat as a stand alone server

2001-03-16 Thread Batsheva Raviv
Hello, I am new to tomcat. and I just wonder if tomcat can be a stand alone web server, of it should only run with apache or IIS, Thanks, Batsheva

Excel to XML

2001-03-16 Thread Wang, Jianming
Hi, everybody. Does any one know how to convert MS Excel file to XML file using Java? Thanks Jianming Wang

Windows NT (or 2000 Server) and tomcat....error 304

2001-03-16 Thread Elizabeth Riley
I'm installing tomcat for the first time. When I try to pull up a page that resides on the server, I get a 304 error and the page displays as source (or like a WORD doc would display in a browser). Tomcat doesn't seem to be converting the JSP to a servlet and compiling the servlet... Please, ple

Re: Tomcat question about Cocoon

2001-03-16 Thread Arnaud Vandyck
> Martin Mauri wrote: > > Hi users: > > How can I configure Cocoon to work with Tomcat-Apache configuration? I > mean, in which .conf file do I have to place the Cocoon reference? make a webapps/cocoon directory, then a webapps/cocoon/WEB-INF and then modify your webapps/cocoon/WEB-INF/web.xml

RE: 404 jsp file not found

2001-03-16 Thread CAJIGA,JAVIER (Non-HP-USA,ex1)
Shun-Luoi, I am new with Tomcat as well and am having the same issue. Hopefully somebody can help us. -Original Message- From: Shun-Luoi Fong [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 10:15 AM To: [EMAIL PROTECTED] Subject: Re: 404 jsp file not found I posted this yester

Re: CLASPATH Order

2001-03-16 Thread Arnaud Vandyck
Denny Chambers wrote: > > Does anyone know if there is an option in Tomcat that would allow me to > specify if I want my projects classpath (/WEB-INF/lib;/WEB-INF/classes) > loaded before Tomcat's classpath? Change the $TOMCAT_HOME/bin/tomcat.sh script... or I did not understand the question...

RE: jk_ajp13_worker.c error connecting to the tomcat process

2001-03-16 Thread GOMEZ Henri
>I tried running tomcat directly, but that also failed in about the same >spot. >I'm running the following: >apache 1.3.19 >Tomcat 3.2.1 >IBMJava2-SDK-1.3-5.0.i386.rpm >classes12.zip (from Oracle) >Oracle 8.1.7 for Linux >Linux Redhat 7.0 >2.4 kernel If the load is just too important for one To

Login Problems

2001-03-16 Thread Villiotte, Tom
Title: Re: Authentication Problems Hello,  I am new to Tomcat, and am currently having some problems running it with Slide.  Running Tomcat 3.2.1 and Slide m8 I've now been able to get the authorization box to pop up when I access my local http://localhost:8080/slide URL.  Unfortunately

RE: Please help!!: Inconsistent "Response already committed" excepti on

2001-03-16 Thread Tim Hengst
Jeff, Thanks for responding. You write: " >Just curious.. why would setting the content length affect the buffer size? >Aren't you thinking of response.setBufferSize(int $1)? I changed my code to utilize response.setBufferSize(int). Nothing changed - still the code works in two directories bu

Re: 404 jsp file not found

2001-03-16 Thread Shun-Luoi Fong
I posted this yesterday but got no replies. So here it is again. If anyone can help me I would really appreciate it. Thanks, Luoi Shun-Luoi Daniel Fong wrote: > I'm new to tomcat and have been struggling with this problem for a > while. If anyone can help me I would really appreciate it. > > I

RE: jk_ajp13_worker.c error connecting to the tomcat process

2001-03-16 Thread Lucero, Frank J
I tried running tomcat directly, but that also failed in about the same spot. I'm running the following: apache 1.3.19 Tomcat 3.2.1 IBMJava2-SDK-1.3-5.0.i386.rpm classes12.zip (from Oracle) Oracle 8.1.7 for Linux Linux Redhat 7.0 2.4 kernel at this point, not sure the load balancing will help.

Tomcat question about Cocoon

2001-03-16 Thread Martin Mauri
Hi users:   How can I configure Cocoon to work with Tomcat-Apache configuration? I mean, in which .conf file do I have to place the Cocoon reference?   thanks in advance.   Lic. Martin O. MauriProfesion + Auge A.F.J.PParana 666 - Cap. Federal[EMAIL PROTECTED]www.profesi.com.ar

RE: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Lucero, Frank J
Bill, I'm doing about the same thing. I'm running the following: apache 1.3.19 Tomcat 3.2.1 IBMJava2-SDK-1.3-5.0.i386.rpm classes12.zip (from Oracle) I am using LoadRunner with a 100 simulated users accessing 9 Oracle JSPs. I'm running this 100 times. It fails about 8 out of 10 times. What i

Re: Disable Directory Browsing in tomcat

2001-03-16 Thread Tagunov Anthony
On Fri, 16 Mar 2001 19:44:33 +0530, Harish Gundecha wrote: >hi , > >Can u please tell me how did you manage to stop directory listing in Apache >!!! in your server.xml file change the appropriate to if you want to disable serving static files completely just comment out this

IE caching again (was: expire_

2001-03-16 Thread Tagunov Anthony
Well, there's already been an extensive discussion on this in the list just the last days all day long. Arrived to nothing. (only you may try to issue >response.setHeader("Cache-Control","no-cache"); >response.setHeader("Pragma","no-cache"); >respon

RE: escape() Problem...

2001-03-16 Thread Wouter Boers
Hi, Don't rely in JavaScript. Use java.net.URLDecoder.encode(), and java.net.URLEncoder.decode() before you push the parameters to the browser. Wouter -Original Message- From: Martin Ko [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 14:52 To: [EMAIL PROTECTED] Subject: escape() Problem

RE: JDBC driver for oracle

2001-03-16 Thread Jack Li
Thanks to Gavin Panella, William Brynat and Peter Hrastnik for the quick reply. Jack -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 9:14 AM To: [EMAIL PROTECTED] Subject: Re: JDBC driver for oracle technet.oracle.com - you'll need

Re: Directory Browsing in tomcat

2001-03-16 Thread Andreas Leitel
You can simply add the Options -Indexes parameter in the VirtualHost node. To make you we site not only present some default "403 Forbidde" message, you can also define the ErrorDocument to provide - which could again point to your Root document. ServerName www.server.com ServerAdmin [

Re: Cache problem with IE -- IE setup

2001-03-16 Thread Tagunov Anthony
A wild guess: there may be some problem with the caching setup of the IE you're using for testing. There are several options available, maybe yours is _ALWAYS_ to cache. On Fri, 16 Mar 2001 09:00:55 +0100, Zsolt Koppany wrote: >Hi Randy, > >thank you for your answer. I tried everything proposed

Load balancing using external kit, max lbfactor ??

2001-03-16 Thread Steve Quail
We have two hosts, each has an Apache and a Tomcat for resilience, access to the hosts is not direct but via a load-balancer box. This external load-balancer is able to stick users to particular hosts. I want to configure mod_jk on the two hosts so they know about

  1   2   >