getSession(true) takes more than 20 seconds????

2001-07-17 Thread psalazar
Greetings, I have a servlet that when a request arrives, it makes a profile using the header "User-Agent" (which contains the type of the client). But, this process was taking too long and I thought it was my ProfileFinder.getProfile() method! But, when I made some logs (I put it below with t

Re: downloading adnd building JServ?

2001-07-17 Thread Dmitri Colebatch
On Wed, 18 Jul 2001, Dennis King wrote: > A Newbie Trying to Help good to see (o: > > include what config file is it that you're including? I assume its tomcat-apache.conf? Have a look at $TOMCAT_HOME/doc/mod_jk-howto.html for help on configuring tomcat with apache. cheers dim > > == > >

no mail on the list???

2001-07-17 Thread Sumit Ranjan
hi ! i am not getting any mail on the list for the past few days. any problem there? Sumit Ranjan

Re: downloading adnd building JServ?

2001-07-17 Thread Dennis King
Have you tried java.apache.org? I got it there years ago, it's shutting down but the wrapper for Tomcat may still be there. A Newbie Trying to Help --- Lok Yek Soon <[EMAIL PROTECTED]> wrote: > I have Apache and Tomcat 3.2.1 on RedHat. > > I have added this line to the Apache's httpd.conf > ==

downloading adnd building JServ?

2001-07-17 Thread Lok Yek Soon
I have Apache and Tomcat 3.2.1 on RedHat. I have added this line to the Apache's httpd.conf == include == I understand that I need to get JServ now. However, I couldn't find anything under /path to Tomcat/src/native/apache/jserv in fact, there is no "native/apache/jserv" under "src" Where

Re: How to change the IP address

2001-07-17 Thread Jeff Kilbride
Whoops, forgot the closing "/>" for the "inet" param. Should be: Thanks, --jeff - Original Message - From: "Jeff Kilbride" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 11:33 PM Subject: Re: How to change the IP address > The PoolTCPConnector class has

Re: How to change the IP address

2001-07-17 Thread Jeff Kilbride
The PoolTCPConnector class has a parameter called "inet" that's not really documented. I used this parameter to make my ajp12 and ajp13 connectors listen only on the localhost interface -- by default, they listen on all interfaces, even external, which is bad. I don't know if it will work, but yo

Re: tomcat and oracle 8.1.6 for linux

2001-07-17 Thread Kelly Mismash
No. You can use a newer version of the JDK with Tomcat. In production we are using Oracle 8.1.7, which I think is the same when it comes to the JDK, but in development we had been using Oracle 8.1.6. Our environment sounds exactly the same as you have described. From the very beginning we have

tomcat and oracle 8.1.6 for linux

2001-07-17 Thread Jerry Qu
Hi All,   we have tomcat 3.2.1 and oracle 8.1.6 installed on a linux machine.    from  the book : "Also note that although other releases of 8.1.6 on other platforms support JDK 1.2 for JDBC application development, the 8.1.6.1.0 release of Orcale8i for Linux does not ship with the classes ne

help me

2001-07-17 Thread zw
Hello,   I want to download a installation package for tomcat on AIX OS ,May you help me?

Re: Please Help

2001-07-17 Thread Law Kim Soon
Ben, I managed to solved the problem. There is a typing error in the path section. Anyway, tq Ben.I really appreciate your help. - Original Message - From: Ben Kimball <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 5:41 AM Subject: Re: Please Help > Not totall

RE: Bug in Tomcat ? - forwarding HTTP request from a Servlet to a JSP

2001-07-17 Thread Greg Trasuk
Hello: From what I can tell: (1) In your PronServlet.java service() method, you are manually parsing the form data using the stream returned by request.getInputStream() (2) In the JSP page, Tomcat is attempting to parse the form data again. The servlet API docs s

Re: JSP Setup.

2001-07-17 Thread Ravishankar.S
nope tim, u dont need any jar files just make sure that u place the jsp's in the right place.u can place them in \webapps\ROOT or \webapps\examples\jsp or create ur own context and place them in \webapps\\jsp and make sure java_home is set to C:\jdk1.3(assuming that is where u have it!!) in

Re: How to prevent Apache on RH7 from auto startup?

2001-07-17 Thread Dmitri Colebatch
On Tue, 17 Jul 2001, Lok Yek Soon wrote: > How can I make sure that Apache do not auto startup > when > Linux is booted up/rebooted? man chkconfig basically redhat starts things depedning on the whats in the /etc/rc.d/init.d/rc.X directories - X being the runlevel. > 2. How can I make Tomcat 3.2

Re: Apache-tomcat context mapping

2001-07-17 Thread Dmitri Colebatch
mod_rewrite? I think the problem is that the request will get to tomcat, and tomcat will not have /example1 mapped... cheers dim On Tue, 17 Jul 2001, Guntupalli Shanti wrote: > Hi, > > Here is my problem. > > In apache's config file I should be able to map 2 different URI's to one > context

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Dmitri Colebatch
>From memory this has come up before, and it is in the servlet 2.2 spec that the servlet container will load "all jars" in the lib dirs - hence excluding zips. I'm not sure how this affects the system classpath though... cheers dim On Tue, 17 Jul 2001, Sampige, Srinivas wrote: > What i told yo

JSP Setup.

2001-07-17 Thread Tim Ashman
I'm new to Tomcat and have Tomcat and apache playing together. I've been able to create servlets, and have them successfully run. I am now trying to learn JSP but when I put the *.jsp files onto the server I can't get them to run. I receive 404 errors. I've looked though the online help, e

How to prevent Apache on RH7 from auto startup?

2001-07-17 Thread Lok Yek Soon
I'm using Redhat 7 and it has Apache preinstalled. 1. I noticed the Apached that comes RedHat have its files in /usr/sbin and /etc/www? How can I make sure that Apache do not auto startup when Linux is booted up/rebooted? 2. How can I make Tomcat 3.2.1 listen to port 80 and auto startup if the

Re: tomcat shutdown

2001-07-17 Thread BillWorker 2i Development Team
I believe you require to keep the ajp12 on port 8007 even if you use ajp13 on port 8009 for shutdowns. -- BillWorker 2i Development Team, Infocom Solutions Pvt. Ltd.

Re: processes don't die

2001-07-17 Thread Jeff Hoare
Hi, Actually I just wasn't patient enough. The processes eventually did die but something like 5-6 minutes after the shut down command completed :-(. It seems that 6-7 processes die straight away and the rest die over the 5-6min period. Thanks for your help :-) Jeff On Wednesday 18 July 2001

Apache-tomcat context mapping

2001-07-17 Thread Guntupalli Shanti
Hi, Here is my problem. In apache's config file I should be able to map 2 different URI's to one context in my Tomcat. something like APJServMount/examples/servlet apjv12://dev:8080/examples APJServMount/examples1/servlet apjv12://dev:8080/examples so that any requests comi

More Information, was Problems running as an NT Service

2001-07-17 Thread Raber Chris
Here are some additional facts that may help diagnose the problem. - I have made sure that the user my service is running as has access to the directories and files I need to read. - My servlet is running in the ROOT context in the webapps directory. Not for any good reason except I have been to

Re: increasing java heap

2001-07-17 Thread [EMAIL PROTECTED]
Hi Dwaipayan, not sure if this would work, but you may try to change the memory options under MS-DOS command properties -> memory tab. I had problems running tomcat in windows 98, until I changed the memory to maximum available. Goodluck, Andrew - Original Message - From: Dwaipayan <[E

AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-17 Thread David Haraburda
Hi, I am having problems with jndi.properties being read from my WEB-INF/classes directory. I have seen this problem referenced once on the tomcat-dev mailing list -- someone submitted a patch, but apparently it did not get committed. (I couldn't find a reason why, so I am not sure if that was

Re: How to configure web.xml to setup init parameters for JSP

2001-07-17 Thread Simon Chan
Hi, However, I do not know how to configure web.xml to put init params for JSP.  May I have a example? Many thx skc Zsolt Horvath wrote: ... <%! String variable = "";%> <% variable = getServletContext().getInitParameter("variable");%> The value is: <%=variable%> ... - Original Message - F

JDBC and MySQL in Linux and MacOSX

2001-07-17 Thread Teiji Sawa
Could you help me about JDBC for MySQL! I instilled Tomcat4.0 and Cocoon2 in my Mac OS-X. It worked without trouble! Next, I tried MySQL connection with JDBC driver (mm.mysql-2.0.4-bin-jar) and it worked without trouble again in Mac OS X in which I installed MySQL with PHP, too (Not surprising? B

Forward post request from user to Tomcat then server B

2001-07-17 Thread yew kan
Hi all, I have this problem of forward request, i hope you can help me out. Let's say the scenario that User A send a post request to Tomcat, and Tomcat accept it as a normal request and then send a response back to user. After that Tomcat will send "create" / "forward" the same post request to

tomcat shutdown

2001-07-17 Thread Tan, Hsiao-Ching
Title: tomcat shutdown Hi I have problems with tomcat shutdown.  The tomcat version used is 3.2.2 and different port numbers are used for the http & ajp. After executing shutdown.sh, it shows the classpath and the message "tomcat stop". No error messages appeared. However, the tomcat proces

Bug in Tomcat3.2.1? - forwarding HTTP request from a Servlet to a JSP

2001-07-17 Thread Sampige, Srinivas
Hi Iam using tomcat 3.2.1 and i have a servlet "PronServlet" that extends from HttpServlet . Now i have a servlet "LogonServlet" that extends from servlet "PronServlet" (which has got common functionality like checking for a valid session ;has common methods that perform functionality like fo

[FAQ] jGuru FAQ Update

2001-07-17 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Yes, Thanks -Original Message- From: Robert Finneran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 July 2001 10:15 AM To: [EMAIL PROTECTED] Subject: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Did

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Bill,     Thanks, I found an errors logged in the JVM.log file which notified me of a problem in the server.xml.  Once this was fixed the logs stopped appearing in the isapi.log file. Saying all of that when I try to dis

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Did you set these in workers.properties?   workers.tomcat_home=c:\Tomcat-3.2.1\tomcat workers.java_home=c:\jdk1.3.1   ## You should configure your environment slash... ps=\ on NT and / on UNIX# and maybe something different

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT I've checked the registry settings,  All the registry Keys appear fine.  The worker_file string points to the workers.properties and the worker_mount_file points to the uriworkermap.properties file. Thanks -Original Me

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Things to check:   Be careful that your registry setting are pointing to the right place for the workers.properties and uriworkermap.properties files. Look under HKEY_LOCALMACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isap

I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Hi,     I'm having problems getting JSP's to run with TOMCAT and IIS.  I've followed the instructions at Jakarta.apache.org and I've also followed the instructions at www.verysimple.com/scripts/support_tc_iis.html Everything

MULTIPLE CONTEXTS - ONE WEB-INF

2001-07-17 Thread Gurinder Randhawa
I have 5 different applications in webapps directory and they all run on same application. How can i set this up ? I don't want different "application" contexts created. I want them to use ROOT ? I have create symbolic links to ROOT and modified tomcat-apache.conf to do this. Oh yeah i'm using

RE: JSP compile error - class not found

2001-07-17 Thread Robert Finneran
First thing, try copying tools.jar to your TOMCAT_HOME/lib directory. (Also make sure your TOMCAT_HOME and JAVA_HOME enviroment vars are set) Second, the may be issues involving the use of multiple class loaders (??) Hope this helps! -Original Message- From: Will England [mailto:[EMAIL

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Mike Jackson
Just rename the files to be a .jar file. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Charles Lee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 4:06 PM > To: [EMAIL PROTECTED] > Subject: RE: Oracle JDBC in CLASSPATH for Tomcat 4.0 > > > I would

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Charles Lee
I would suggest you to unzip(use winzip program) the classes12.zip to the .../lib directory. I am sure it will work. TOMCAT doesn't pick up zip file. Charles Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sampige, Srinivas Sent: Tuesday, July 17,

JSP compile error - class not found

2001-07-17 Thread Will England
Greetings! Running tomcat 3.2 on Sun 2.7 Porting a working application from 3.1. All jsp's and servlets work under 3.1. Running multiple virtual machines under one Tomcat with the parameter in server.xml. The JSPs are failing to compile -- org.apache.jasper.JasperException: Unable to compile

Can somebody please reply to my previous email ?

2001-07-17 Thread Sampige, Srinivas
Here is the email is sent-> Sent: Tuesday, July 17, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: Bug in Tomcat ? - forwarding HTTP request from a Servlet to a JSP Hi Iam using tomcat 3.2.1 and i have a servlet "PronServlet" that extends from HttpServlet . Now i have a servlet "LogonServlet" t

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Sampige, Srinivas
What i told you definitely works at least for the .jar files;from what you say it looks like Tomcat isn't picking up .zip files (i personally haven't tried it with .zip files).I would leave this question to be anwered by one of the Tomcat Dev Team members .But for now what i would try is - -

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Scott Brinker
> Can you confirm it is a valid archive ("jar -t classes12.zip")? > -- > John Alex Hebert > [EMAIL PROTECTED] > System Engineer Ah, I figured it out: I had to rename the file from "classes12.zip" to "classes12.jar" in the root /lib directory. (Apparently Tomcat appends only .jar's to its classpat

tomcat and apache on different machines

2001-07-17 Thread Nick Stoianov
Hey guys,   I have the following question. I set up a tomcat server. I have an Apache server on a different machine. What should I put in the configuration of Apache and Tomcat so that when apache receive a request for a jsp file it will redirect the request to the Tomcat server? And Apache

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread John Hebert
Scott Brinker wrote: > Alas, it's still not finding it. I now have the classes12.zip in the > following locations: > > /jakarta-tomcat-4.0-b5/lib > /jakarta-tomcat-4.0-b5/common/lib > /jakarta-tomcat-4.0-b5/webapps/test/WEB-INF/lib > > ...(the latter being my web app), in addition to the

Problems running as an NT Service

2001-07-17 Thread Raber Chris
I have a servlet that works fine when running TomCat from a command line. When I attempt to run the servlet as a service, my servlet can not open files for read access that it could open when running under TomCat from the command line... I have read the archives for similar issues, and have trie

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Scott Brinker
Alas, it's still not finding it. I now have the classes12.zip in the following locations: /jakarta-tomcat-4.0-b5/lib /jakarta-tomcat-4.0-b5/common/lib /jakarta-tomcat-4.0-b5/webapps/test/WEB-INF/lib ...(the latter being my web app), in addition to the CLASSPATH environment variable. Any ot

RE: classpath?

2001-07-17 Thread Tim O'Neil
At 03:26 PM 7/17/2001, you wrote: >didn't you forget the $ sign? > > >PATH=jsdk_directory/bin:{$PATH} > ^ > >export PATH Sure did. My excuse is my back is in massive pain as I type this.

Re: Please Help

2001-07-17 Thread Ben Kimball
Not totally sure - I do all my Java development on Linux, much less hassle, but you might try the following: Since it is complaining about setting it dynamically, maybe you can set it in the environmental properties (which will probably require a reboot) - right click on My Computer, select Pr

RE: classpath?

2001-07-17 Thread Filip Hanik
didn't you forget the $ sign? >PATH=jsdk_directory/bin:{$PATH} ^ >export PATH ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net >-Original Message- >From: Tim O'Neil [mailto:[EMAIL PROTECTED]] >Sent: Tuesd

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Sampige, Srinivas
put the zip file under "/lib" folder that you find under your tomcat installation.Should work without having to set the classpath because tomcat puts everything under /lib in classpath autmoatically when it starts up . -Original Message- From: Scott Brinker [mailto:[EMAIL PROTECTED]] Se

Re: classpath?

2001-07-17 Thread Tim O'Neil
At 03:15 PM 7/17/2001, you wrote: >Hi all! > >I hope somebody can help me.. >In Windows, when you install jdk and jsdk (to compiling applets and >servlets) you have to add or modified the variables PATH and CLASSPATH >in autoexec.bat file. but in Solaris I don't know where (I think >.profile)

Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Scott Brinker
I am trying to load the Oracle 8.1.7 thin client JDBC driver in a simple servlet under Tomcat 4.0-b5. However, the following line: Class.forName("oracle.jdbc.driver.OracleDriver"); ...keeps generating a ClassNotFoundException. I am running on Windows 2000, and I have verified that the CLASSPAT

JDBC Authentication Broken in 3.2.3?

2001-07-17 Thread Michael P. McCutcheon
I've been fighting with the JDBC authentication in 3.2.2 and 3.2.3 using Windows 2000, MySQL 3.23.39, the mm-mysql 2.0.6 drivers and JDK 1.3.1.  I just can't get it to work.  I get the messages in the console:   2001-07-17 15:21:20 - ContextManager: JDBCRealm: Starting JDBCRealm, trying to a

classpath?

2001-07-17 Thread Nancy Crisostomo Martinez
Hi all! I hope somebody can help me.. In Windows, when you install jdk and jsdk (to compiling applets and servlets) you have to add or modified the variables PATH and CLASSPATH in autoexec.bat file. but in Solaris I don't know where (I think .profile) and how configure it... When I type JAV

Re: tomcat server question

2001-07-17 Thread Nick Stoianov
The link that you sent is about Apache with mod_jserv - I'm using mod_jk. I saw mod_jk howto (in case you decide to send me that link too) but there is no information there how to redirect the jsp requests to a different machine   Nick   - Original Message - From: Filip Hanik

tomcat + other

2001-07-17 Thread David Bishop
Has anyone got tomcat working with any of the pike-based webservers (roxen, caudium, roxen2)? For various reasons I've been trying them out lately, but need servet/jsp support as well. Thanks, D.A.Bishop

RE: tomcat server question

2001-07-17 Thread Filip Hanik
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html   ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net -Original Message-From: Nick Stoianov [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 17, 2001 2:54 PMTo:

Bug in Tomcat ? - forwarding HTTP request from a Servlet to a JSP

2001-07-17 Thread Sampige, Srinivas
Hi Iam using tomcat 3.2.1 and i have a servlet "PronServlet" that extends from HttpServlet . Now i have a servlet "LogonServlet" that extends from servlet "PronServlet" (which has got common functionality like checking for a valid session ;has common methods that perform functionality like fo

RE: error 400 R

2001-07-17 Thread Brandon Cruz
Doesn't mean anything bad. Has something to do with the browser caching images and stuff. You can just ignore it. Brandon Cruz Norvax Inc. www.norvax.com -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 4:33 PM To: '[EMAIL PROTECTED]' Subje

tomcat server question

2001-07-17 Thread Nick Stoianov
Hey guys,   I have the following question. I set up a tomcat server. I have an Apache server on a different machine. What should I put in the configuration of Apache and Tomcat so that when apache receive a request for a jsp file it will redirect the request to the Tomcat server? And Apache w

error 400 R

2001-07-17 Thread Fredrik Liden
Ctx( ): 400 R( /) null I keep getting a LOT of this message. and sometimes that messages is followed by - PoolTcpEndpoint: Endpoint ServerSocket[addr=0.0.0.0/0.0.0. 0,port=0,localport=8080] ignored exception: java.net.SocketException: Connection reset by peer - java.net.SocketException: Conne

Problems running as an NT Service

2001-07-17 Thread Raber Chris
I have a servlet that works fine when running TomCat from a command line. When I attempt to run the servlet as a service, my servlet can not open files for read access that it could open when running under TomCat from the command line... I have read the archives for similar issues, and have trie

jasper errors

2001-07-17 Thread Hochberg, Lincoln
Hi, I've been having problems getting jasper to run properly. I downloaded the 3.2.3 version of Tomcat to a box with Solaris 2.6. I am trying to run something like the following: java -classpath .:$HOME/lib/jasper.jar:$HOME/lib/webserver.jar org.apache.jasper.JspC -v4 -webapp docroot I get the

RE: error 404 R

2001-07-17 Thread Saritha Pula
look into tomcat\conf\server.xml.. --Pula -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 1:49 PM To: '[EMAIL PROTECTED]' Subject: error 404 R Hello, does anyone know why I keep getting the following messages? I can't find any path in my fi

error 404 R

2001-07-17 Thread Fredrik Liden
Hello, does anyone know why I keep getting the following messages? I can't find any path in my files that looks like the ones below. can it bring down the server? I'm using tomcat standalone. Any feedback would be appreciated 2001-07-03 09:48:31 - Ctx( /examples ): 404 R( /examples + /html/htm

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Filip Hanik
Using the Oracle thin driver is the easiest thing. http://technet.oracle.com/doc/java.815/a64685/getsta1.htm Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Eoin Woods
[EMAIL PROTECTED] wrote: > I have a Tomcat at a Linux and a Oracle 8.05. > What the JDBC driver that i must install ? You need Oracle's JDBC driver. > And where i can learn about it ? The manual about it is at: http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.81 7/a83

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Reynir Hübner
I think you need to download classes11.zip (rather than classes12.zip) from http://otn.oracle.com/software/content.html get a thin client driver for oracle 8.0 put the oracle.jar into your tomcat/lib Use the thin driver... hope it helps, -Original Message- From: [EMAIL PROTECTED] [m

Re: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread John Hebert
[EMAIL PROTECTED] wrote: > I have a Tomcat at a Linux and > a Oracle 8.05. > > What the JDBC driver that i must > install ? > > And where i can learn about it ? I don't know the specific driver information, but this might help: http://technet.us.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_fa

JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread autit043
I have a Tomcat at a Linux and a Oracle 8.05. What the JDBC driver that i must install ? And where i can learn about it ?

RE: The 4.0b5 doesn't recognize a servlet class

2001-07-17 Thread Wells Tiedeman
Any of the jars/classes containing the packages java.*, com.sun.*, javax.*, etc.  If any of these are included in your /WEB-INF/lib directory the class loaders get confused.   -Wells -Original Message-From: Vernon Wu [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 17, 2001 3:49

ssi and java heap

2001-07-17 Thread Dwaipayan
i have a few queries: can SSI be used when i am using tomcat as stand alone container? i am doing my first project on tomcat starting with creating a project dir and copying the directory structure of the examples dir. now when running jsp which have beans accessing my local database, i get som

The 4.0b5 doesn't recognize a servlet class

2001-07-17 Thread Vernon Wu
Hi, Wells,   Thanks for your response.   It took me awhile trying to figure how the CLASSPATH relates with the problem. I build up the JSP application using Tomcat 3.x with the standard procedure. Nothing inside the project is set up in the CLASSPATH. I don't know what you means by "all j2ee

RE: jsp and tomcat 4

2001-07-17 Thread Craig R. McClanahan
's fixed in nightly build 20010717 (which also incorporates the security vulnerability fix), and will be fixed in the Tomcat 4.0-beta-6 release that will be forthcoming later this week. Craig

Server.xml and mod_jk.conf-auto

2001-07-17 Thread Gary Dale
Can I ask something really, really basic here? When I add a virtual host to Server.xml, should it show up in the conf-auto file? Of course, I wouldn't be asking if it was, but I am getting a new conf-auto generated each time I stop and restart Tomcat. The only contexts I see however are the on

Re: jsp and tomcat 4

2001-07-17 Thread Bill Pfeiffer
This is a known bug with Tomcat 4.0b5 release and WinNT/2000. Get a recent nightly build and the problem should go away. HTH, Bill Pfeiffer - Original Message - From: "D. Jay Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 9:21 AM Subject: Re: jsp and to

Servlet running on port 80

2001-07-17 Thread Felix Guerrero
Hi, I have setup a web application. The Jsp files are properly found ( both in 8080 and 80). However, the servlets can only be found when using the 8080 port. What changes do I have to make to activate the servlets through the 80 port?. I checked the configuration of the "examples" application

RE: suppress=true not working -- tomcat 3.2.1, apache

2001-07-17 Thread Isaac Arias
Scott, You shouldn't use the mod_jk.conf-auto file directly since it gets rewritten on every server restart. Whenever you get your config stable enough, move it to another file (i.e. mod_jk.conf) and use that instead. Also, a quick fix is to just put an empty file named index.jsp in the director

Tomcat Newbie has problem with Apache connector and JSP: "document contains no data"

2001-07-17 Thread Mark Dzmura
Gentle Folks: After spending a ridiculously long time in a frustrating and humiliating attempt to get the following configuration working on a Redhat 7.1 Linux box: - Apache 1.3.19 DSO - mod_webapps - Jakarta-Tomcat 4.0b5 I have finally gotten Tomcat to serve static content with the Default ser

suppress=true not working -- tomcat 3.2.1, apache

2001-07-17 Thread Scott McCool
I'm trying to turn off directory listings, and searching archives found that the solution is to set "suppress=true" in the StaticInterceptor block. I did this, and still see directory listings. I've also tried on a fresh install and have restarted servers/refreshed browser, etc. The relevent b

Re: Tomcat

2001-07-17 Thread John Hebert
manhong wu wrote: > > To people who can help, > > I recently download jakarta-tomcat-3.2.2 and install it to window NT and > combine with JBuilder(IDE) successfully. But I have to use > ...(mydir)/servlet/...(pagename) to load my project, is there anyway I can > get rid of servlet and have

Re: processes don't die

2001-07-17 Thread Rick Bosch
DO you have any servlets or application beans that have threads listening on any ports of updating data or something like that? rick > From: Jeff Hoare <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 18 Jul 2001 18:14:33 +1000 > To: [EMAIL PROTECTED] > Subject: processes don't die

Tomcat

2001-07-17 Thread manhong wu
To people who can help, I recently download jakarta-tomcat-3.2.2 and install it to window NT and combine with JBuilder(IDE) successfully. But I have to use ...(mydir)/servlet/...(pagename) to load my project, is there anyway I can get rid of servlet and have my own URL instead ? Where is th

RE: jsp and tomcat 4

2001-07-17 Thread David White
I've been having the same problem. When I modify a JSP, it isn't recompiled automatically. However, if I delete the .class file associated with the JSP, both the .java and the .class files associated with the JSP are rebuilt. So I've been deleting the .class files whenever I make JSP changes.

Re: jsp and tomcat 4

2001-07-17 Thread Oskar Zinger
You need to make changes to a jsp file, not java file. Tomcat will detect changes automatically and will translate jsps into java files and then compile them. --- Oskar Marco Magistrali wrote: > Hi, > > I have a question: > if I modify a JSP under tomcat4 i don't see any change in browser b

Re: regarding tomcat run in background on win nt

2001-07-17 Thread Alex Chaffee
Dhaval Patel wrote: >respected sir, > >my self is dhaval working in java from last 2 years now >i want to know that what should i to run the tomcat server in background >processes even if I log off my NT session >is this possible and if yes then please give me some clue about it bcoz >right now

Xalan 2.1.0 & Tomcat 3.2.2 conflict

2001-07-17 Thread Daniel Einspanjer
I just put the Xalan 2.1.0 package on our testing webserver running Tomcat 3.2.2, and ran into some problems. Specifically, jaxp.jar and possibly parser.jar in the tomcat/lib conflict with Xalan. When trying to use the javax.xml.parsers.DocumentBuilder.parse() method, the parse will throw a SAX

Xalan 2.1.0 & Tomcat 3.2.2 conflict

2001-07-17 Thread Daniel Einspanjer
I just put the Xalan 2.1.0 package on our testing webserver running Tomcat 3.2.2, and ran into some problems. Specifically, jaxp.jar and possibly parser.jar in the tomcat/lib conflict with Xalan. When trying to use the javax.xml.parsers.DocumentBuilder.parse() method, the parse will throw a SAX

unable to process 200 response from Tomcat using isapi_redirect.dll

2001-07-17 Thread Bruyn, Bill
Hello All, I am trying to configure Tomcat to handle servlet/JSP requests from an instance of IIS hosted on another machine. In short, it appears to be working until it's time to process the AJP12 response body, then the thing goes to lunch. First, the installation details. I should tell you t

Please tell me if this is possible

2001-07-17 Thread Brian McSweeney
Hi folks, I tried to run a security Manager on Tomcat3.2.2 on unix - failed and posted the mail below. I got no responses. I then turned to Windows 98. I have got the same exception (see below). Please can anyone tell me if they have successfully run a security Manager on Tomcat3.2.2. I followed a

Re: JDK 1.3.0...

2001-07-17 Thread Adam Fowler
Excellent, thanks guys I'll put that info on my site 8o) Adam. On Tuesday 17 July 2001 14:37, you wrote: > Or go to the archive at http://java.sun.com/products/archive/index.html > > -Original Message- > From: Everitt, Andrew [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 10:3

Re: JDK 1.3.0...

2001-07-17 Thread Adam Fowler
That'd be great 8o) Adam. On Tuesday 17 July 2001 13:05, you wrote: > I have 1.3.0_02 for linux if you want - or anyone else for that matter. > > [dim@dim dim]$ java -version > java version "1.3.0_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02) > Java HotSpot(TM) Client V

Re: problems serving HTTP requests

2001-07-17 Thread David Treves
Thanks for your reply. The problem is that the ISAPI doesn't seem to pass the request to Tomcat. I know that is the request is for a non existing page there is an error that the Tomcat logs, right? Well, even if I request for a page within the application that does not exist there is no log about

RE: user admin

2001-07-17 Thread Cristian Bortolato
-Original Message- From: Cristian Bortolato [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 4:37 PM To: '[EMAIL PROTECTED]' Subject: RE: user admin I've already insert a simile line, but I can't entry -Original Message- From: Artigas, Ricardo Y. [mailto:[EMAIL PROTECTE

RE: problems serving HTTP requests

2001-07-17 Thread William Kaufman
>From the HTTP spec at http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2068.html : ] 10.2.7 206 Partial Content ] The server has fulfilled the partial GET request for the resource. That means you called HttpServletResponse.setContentLength() with a number bigger than the actual amount of data you'r

RE: user admin

2001-07-17 Thread Cristian Bortolato
I've already insert a simile line, but I can't entry -Original Message- From: Artigas, Ricardo Y. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 12:06 PM To: [EMAIL PROTECTED] Subject: RE: user admin add this line: :^) Ricky Y. Artigas Analyst/Programmer / Database Administr

RE: JDK 1.3.0...

2001-07-17 Thread Cory Powers
Or go to the archive at http://java.sun.com/products/archive/index.html -Original Message- From: Everitt, Andrew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 10:35 AM To: '[EMAIL PROTECTED]' Subject: RE: JDK 1.3.0... All olg JDKs are available on the Sun site, you just have t

RE: JDK 1.3.0...

2001-07-17 Thread Everitt, Andrew
All olg JDKs are available on the Sun site, you just have to know where to look, try going to: http://java.sun.com/j2se/1.3.0/ Cheers, Andi Andrew Everitt Xerox Mobile Solutions, Cambridge. UK > -Original Message- > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]

  1   2   >