Re: JSP mapping

2001-06-18 Thread Dmitri Colebatch
Eitan, Glad it worked. Maybe I'll summarize the process a little more clearly. To change the configuration: 1. Change server.xml to your desired config. 2. Stop tomcat 3. Start tomcat 4. At this point tomcat generates a new tomcat-apache.conf 5. Test the

Re: request and jsp:include

2001-06-18 Thread Antoni Reus
I get the error with flush="true" too. - Original Message - From: "Antoni Reus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 8:31 AM Subject: Re: request and jsp:include > It was an error while typing the email > > when I try this in imprimir.jsp: > > " /> >

RE: JSP mapping

2001-06-18 Thread Eitan Ben Noach
Dim, Very nice, this tip solved my problem. I've added the line and now I can run root JSP file that are mapped to c\winnt. Actually, I've tried it before, but I was expecting to see the lines in the server.xml to be reflected in the tomcat-apache.conf file, as it was in other lines I have ins

Re: request and jsp:include

2001-06-18 Thread Antoni Reus
It was an error while typing the email when I try this in imprimir.jsp: " /> And call this http://localhost:8080/imprimir.jsp?pagina=listado_clientes.jsp I got: org.apache.jasper.compiler.ParseException: E:\tomcat\webapps\ROOT\imprimir.jsp(9,50) atributo pagina no tiene valor (atributo pagin

RE: AJP12 or AJP13?

2001-06-18 Thread Alexander Demidovich
But be careful.. AJP13 doesn't pass any extensions to http protocol, for example - webdav > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 3:27 AM > To: [EMAIL PROTECTED] > Subject: AJP12 or AJP13? > > > Hi, > I am new to tomcat.

problem installing catalina

2001-06-18 Thread nevertocollege
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when i

problem installing catalina

2001-06-18 Thread nevertocollege
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when i

Problems installing catalina

2001-06-18 Thread Thiagarajan
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when i

Invalid command 'WebAppMount'

2001-06-18 Thread Jari Salmela
Hi, I get this message when I try to startup apache: "Invalid command 'WebAppMount', perhaps mis-spelled or defined by a module not included in the server configuration" If I comment out WebAppMount line then Apache starts. WebAppConnection line works, but WebAppMount line doesn´t, this don´t m

problems installing tomcat4

2001-06-18 Thread Thiagarajan
Hi I downloaded Tomcat 4 for winnt and configured it. The example jsp's are running perfect. But my jsp page is not getting displayed I created a directory inside webapps directory and put my jsp files there i am getting page not found error please tell me what to do I have set

xtags: Unable to load class

2001-06-18 Thread William C. Robertson
-Original Message- From: William C. Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 4:37 PM To: [EMAIL PROTECTED] Subject: xtags: Unable to load class Has anyone else had a problem with taglibs? I have everything configured correctly (pretty sure) and I get the follow

Help!! "Tomcat-3.2.2 Out of Memory Error"

2001-06-18 Thread Thomas S
Hello, Please help me Config:- Apache-1.3.14 +Tomcat 3.2.2 with mod_jk and Sun JDK 1.3 in RH-Linux 7.0 I am getting out of memory error in the tomcat tc logs. Tomcat servers servlets and jsp with jdbc connections. This problem seems to be periodic after 12-13 hrs of tomcat restart. We a

Re: AJP12 or AJP13?

2001-06-18 Thread Monitor
Hello all, Where can I find the information/definition of APJ12/APJ13? Many thanks. Monitor __ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

Re: Apache Default Document is .jsp?

2001-06-18 Thread Dmitri Colebatch
I would have thought that if you change the DirectoryIndex instruction (I think thats it) in the httpd.conf to use index.jsp first, and you have mounted *.jsp to go to tomcat then it should work. haven't done it myself though. cheers dim On Tue, 19 Jun 2001 10:40, you wrote: > Hello, > > I'm

Re: please help with mod_jk

2001-06-18 Thread Dmitri Colebatch
You'll need to put the same virtual host in the server.xml as in your httpd.conf. cheers dim On Tue, 19 Jun 2001 10:24, you wrote: > Hi, > > I'm having the following problem: > > I am running Apache (on Linux) , tomcat and mod_jk > > I have a virtual host and the entry for this virtual host in

Re: access log for Tomcat

2001-06-18 Thread Neil Conway
On Mon, Jun 18, 2001 at 07:08:51AM -0400, Randy Layman wrote: > There isn't a module for Tomcat that does this that I know of (and > nothing built into Tomcat, regardless of what Luba says), although it should > be fairly easy to do - you need to write a RequestInterceptor that just > logs,

Re: AJP12 or AJP13?

2001-06-18 Thread Neil Conway
On Tue, Jun 19, 2001 at 10:27:05AM +0900, [EMAIL PROTECTED] wrote: > I am new to tomcat. I am not sure which protocol should be set in my server.xml, > AJP12 or AJP13? How to know which protocol is supported in my box? You need AJP12 to shutdown Apache/Tomcat, but AJP13 is the better protocol f

Re: newbie: Installing Servlets

2001-06-18 Thread Daniel Koo
Hi there, once you're comfortable with the basics I suggest you have a look at the Jakarta Ant project, and the docs in the ROOT webapp in the basics of using it: ant reduces the amount of work you have to do moving/copying files into and out of directories. dan On Mon, Jun 18, 2001 at 06:47:48

AJP12 or AJP13?

2001-06-18 Thread wen
Hi, I am new to tomcat. I am not sure which protocol should be set in my server.xml, AJP12 or AJP13? How to know which protocol is supported in my box? My platform is GNU/Linux Debian(unstable) and apache 1.3.19 tomcat 3.2.2 libapache-mod-j k3.2.2 Thanks so much in advance. Regards, --Wen [EM

Re: Apache Default Document is .jsp?

2001-06-18 Thread Jason Koeninger
Dig through the documentation on mod_rewrite and/or look at the Redirect command for Apache. One or both of those two should be capable of accomplishing what you want. Best Regards, Jason Koeninger J&J Computer Consulting http://www.jjcc.com On Mon, 18 Jun 2001 17:40:02 -0700, Scott Jones

Apache Default Document is .jsp?

2001-06-18 Thread Scott Jones
Hello, I'm getting ready to setup tomcat and Apache on seperate machines. Before getting started on that project, on my development machine, I set the default "DocumentRoot" for apache to a different directory (for static content) than my webapp (which will eventually sit on a different machine)

please help with mod_jk

2001-06-18 Thread Nick Stoianov
Hi,   I'm having the following problem:   I am running Apache (on Linux) , tomcat and mod_jk   I have a virtual host and the entry for this virtual host in httpd.conf is the following: -- NameVirtualHost 192.168.100.1

Authentication help

2001-06-18 Thread Mike Alba
Hi,     I was wondering if someone could help me with authentication. I have set up my tomcat-user.xml file and in my web.xml in my $TOMCAT_HOME/conf directory I have         Protected    /ROOT    /ROOT/jsp     GET    POST        test       

404 error with Apache and mod_jk

2001-06-18 Thread Nick Stoianov
Hi,   I'm having the following problem:   I am running Apache (on Linux) , tomcat and mod_jk   I have a virtual host and the entry for this virtual host in httpd.conf is the following: -- NameVirtualHost 192.168.100.14

xtags: Unable to load class

2001-06-18 Thread William C. Robertson
Has anyone else had a problem with taglibs? I have everything configured correctly (pretty sure) and I get the following error when using any of the tomcat taglibs (except for the example tagliv which can with tomcat and works fine): Error: 500 Location: /examples/init_onlyImports.jsp Internal S

Re: request and jsp:include

2001-06-18 Thread Jeff Kilbride
You're missing an "=" in your jsp:include statement. Try this: " /> You have it correct in your second example, which is why that one works. Thanks, --jeff - Original Message - From: "Antoni Reus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 4:58 AM Subject:

Re: webapp question / problem...

2001-06-18 Thread Dmitri Colebatch
I'm assuming you're using one of the autogenerated apache conf files and that you have linked to it (Include) in your httpd.conf file (of course you have - otherwise servlets wouldn't work). The only thing I could think of, although I'm guessing this is too obviously ot be the case, is that fo

Jakarta NT Service and -security

2001-06-18 Thread Scot Marburger
I'm trying to use Jakarta NT Service to launch Tomcat at system startup. I've written a servlet that runs under JDK 1.3.1 that will run fine if Tomcat is launched from a command prompt using the startup.bat batch file with the -security option: startup -security The servlet reads a configurati

Re: webapp question / problem...

2001-06-18 Thread Vivek Bhaskaran
Yes. I have both the standalone and the tomcat-APache service defined in my server.xml file. The jsps/servlet work fine on the standalone service. The interesting part is that the servlets work (servlets defined in my web.xml). But the jsp's dont'. Any ideas' ? - Original Message - From:

Re: How can I make tomcat to instantiate a class

2001-06-18 Thread Luba Powell
Thank you ! - Original Message - From: "Boris Niyazov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 5:53 PM Subject: Re: How can I make tomcat to instantiate a class > We use a database connection pool class which is a servlet that we start on > tomcat boo

Re: How to avoid messages spamming?

2001-06-18 Thread Boris Niyazov
Configure tomcat to log into a file. In your server.xml specify the log file, for ex: Messages will be redirected to tomcat.log hth * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems Manage

Re: How can I make tomcat to instantiate a class

2001-06-18 Thread Boris Niyazov
We use a database connection pool class which is a servlet that we start on tomcat boot using the following in the application's web.xml. You may want to do something like this: conn_pool your_servlet poolConf

Re: webapp question / problem...

2001-06-18 Thread Dmitri Colebatch
Do the jsps work if you go to tomcat directly? Vivek Bhaskaran wrote: > > Hey guys.. I have been looking at the archives and trying to figure out this > problem for some time now - I was wondering of any one of you guys faced > the same problem and what the solution to this is :- > > I hav

Re: Finding the XML parser in Tomcat

2001-06-18 Thread Dmitri Colebatch
Eoin Woods wrote: > To use Xerces in our servlets, we had to add "xerces.jar" to the front of > the CLASSPATH in the tomcat.sh script. Alternatively rename it to _xerces.jar and put it in the $TOMCAT_HOME/lib directory. That way you wont have to change your tomcat.sh cheers dim > > Eoin. > ---

Re: What are EJB

2001-06-18 Thread Luba Powell
thank you - no rush. can wait until next week. r/luba - Original Message - From: "Sam Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 4:54 PM Subject: Re: What are EJB > Hmm...I can certainly send you the config files Orcas uses to work with > Tomcat. I'l

Re: What are EJB

2001-06-18 Thread Sam Newman
Hmm...I can certainly send you the config files Orcas uses to work with Tomcat. I'll try and dig them out (off site at the moment - back next week). One way to communicate with an EJB container without any config problems at all, is to use RMI.You bind an RMI object at your EJB container's machine

Unable to load class

2001-06-18 Thread William C. Robertson
I'm trying to use xtag, but my pages won't compile. (There doesn't seem to be anyone listening to the taglib mailing list so here I am). If you are experienced using tag librearies, please read of my situation to see whether there is an obvious mistake I am making: * web.xml in WEB-INF has its

Gracefully Restarting Tomcat

2001-06-18 Thread Phillip Kuzma \(Support\)
smime.p7m

webapp question / problem...

2001-06-18 Thread Vivek Bhaskaran
Hey guys.. I have been looking at the archives and trying to figure out this problem for some time now - I was wondering of any one of you guys faced the same problem and what the solution to this is :- I have TC4.beta3 and apache 1.3.20. The webapp connector is installed as apxs and things

RE: executing the servlet

2001-06-18 Thread Swart, James (Jim) ** CTR **
wowsers.. You read the docs? I think as a general observation it would help the responders to your comments if you were to provide information containing what you have already done? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 12:13 P

RE: mail return

2001-06-18 Thread Swart, James (Jim) ** CTR **
if you are on your own mailserver, and listed as root/admin.. you are probably getting a message from your own system... I used to get things like that, and I traced them back to a cron job that was running that had no output but mailed me anyway. See what TIME it is getting the message and see i

RE: root context

2001-06-18 Thread Filip Hanik
>is there any other way to configure the auto-unpacking of the wars >(besides the "AutoSetup" entry)? >it'd be nice to have the ability to specify auto-context adding and >auto-unpacking of wars seperately.. well, you can write your own AutoSetup interceptor that does this. take a look at the do

RE: Session with IE

2001-06-18 Thread Keng Wong
I'm also having a problem with SingleSignOn (SSO) using 2 different webapps on Tomcat 4. The cookie works with the jsp example within 1 webapp but the SSO did not work. Log shows "SSO cookie is not present". The only cookie tht gets set is the JSESSION cookie by the jsp app. Does anyone have any c

Re: root context

2001-06-18 Thread Mike Erickson
thanks, I put the war in a new folder, changed the docbase of the context and restarted.. it didn't work but I noticed that the war did not automatically expand.. so I expanded the war manually, restarted and it worked fine.. after reading through some more threads, I found that commenting out t

RE: Running Tomcat under Win 2K - help!

2001-06-18 Thread Randy Layman
First, in your own best interest, don't post with HTML/RTF email messages, it limits the number of people who can read your message, which you don't want. Second, I think a more telling problem is that you are getting NoClassDef for the java executable. Its like the script is tr

RE: Session with IE

2001-06-18 Thread Ignacio J. Ortega
Hola Jose Luis: I think you are having problems with cookies, is the only way i see it failing.. Please access the http://localhost:8080/examples/jsp/security/ URL in your installed tomcat, and try to use the Cookies auth to see if works, if not, i'm almost sure the problem is on your browser (

RE: newbie: Installing Servlets

2001-06-18 Thread LeRoi
Yup! That worked. Part of the problem for me is that the book I'm using to learn Java was written just before the Java web server was released to Jakarta. Innyway, you've saved me from lots of work until I need to. I'm I've been reading the documentation on deploying an application. For a new

Running Tomcat under Win 2K - help!

2001-06-18 Thread pfriedl
Hey all. I searched the archives and wasn't able to find any real good info on running Tomcat under Win 2K. I understand that it should be run in conjunction with Apache, but I can't even get it to run on it's own. I did have it running when my box was running Win 98, but Win 2K seems to be a

servlet authentication mechanism

2001-06-18 Thread rajaxn r
Hi I am configuring a web application to run with servlet authentication mechanism. The webapplication is to be configured on both tomcat 3.2 I created entries in web.xml like the below /* Test1 Test

RE: Re[3]: nt-service

2001-06-18 Thread Randy Layman
It probably had to do with the fact that the System account doesn't have access to the network drive, which would prevent it from finding the binary to run. (It is probably a combination of not having the partion mounted and security permissions). Randy > -Original Message-

Re: SPAMMER - Fw: CV{JAVA}

2001-06-18 Thread Alex Fernández
Why? It's nice to get some "worm regards" once in a while... Un saludo, Alex. > Can something be done about this kind of behavior... >

Re[3]: nt-service

2001-06-18 Thread Andrew Zhdanov
Hello Andrew, Monday, June 18, 2001, 7:46:58 PM, you wrote: AZ> Hello Tim, AZ> Monday, June 18, 2001, 7:23:34 PM, you wrote: TON>> At 08:49 AM 6/18/2001, you wrote: >>>Hello tomcat-user, >>> >>> Please, could you help me: >>> i've made everything as described in NT-Service-howto.html but i

Re: newbie: Installing Servlets

2001-06-18 Thread Francis Callo
Hi, if you have a servlet named "HelloWorld"i believe you have to put your classes on "webapps/examples/WEB-INF/classes/" and access it with URL "http://localhost:8080/examples/servlet/HelloWorld"; Let me know if it works. ;) GUD LUK Francis --- LeRoi <[EMAIL PROTECTED]> wrote: > Hello! > > Now

Restarting Tomcat.

2001-06-18 Thread Phillip Kuzma \(Support\)
smime.p7m

RE: SSL handshake failure URGENT

2001-06-18 Thread Phillip Kuzma \(Support\)
smime.p7m

Re[2]: nt-service

2001-06-18 Thread Andrew Zhdanov
Hello Tim, Monday, June 18, 2001, 7:23:34 PM, you wrote: TON> At 08:49 AM 6/18/2001, you wrote: >>Hello tomcat-user, >> >> Please, could you help me: >> i've made everything as described in NT-Service-howto.html but i've >> got such results: >> >>E:\downloads\jakarta\tomcat3.2.2>net start

RE: SSL handshake failure URGENT

2001-06-18 Thread Jean-Etienne G.
The rpm installation of apache (1.3.20) failed cause it claims openssl >= 0.9.6 (that I installed) and cause there are a lot of conflicts with previous version of apache (1.3.12) I am not a big afficionados of Linux fine configuration and tuning but I am compelled to work on this plateform. Do

NT-service

2001-06-18 Thread Andrew Zhdanov
Hello Tomcat, Could anyone help me, whith NT-Service, please. The results i've got while making nt-service: E:\downloads\jakarta\tomcat3.2.2>jk_nt_service.exe -I tomcat D:\tomcat\conf\wrapper.properties Asked (and given) winsock 1.1 The service named tomcat was created. Now adding registry e

AW: SSL handshake failure URGENT

2001-06-18 Thread Thomas Bezdicek
hi, try to start apache with httpd startssl instead regards, tom > -Ursprüngliche Nachricht- > Von: Jean-Etienne G. [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 18. Juni 2001 18:22 > An: [EMAIL PROTECTED] > Betreff: RE: SSL handshake failure URGENT > > > ok, thanks Henri and Tim > > I

Re: What are EJB

2001-06-18 Thread Luba Powell
You think so? I will give in another chance. Can you send to me configurations for Tomcat/EJB? thank you. - Original Message - From: "Sam Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 12:14 PM Subject: Re: What are EJB > Problem is all the containers w

Re: nt-service

2001-06-18 Thread Tim O'Neil
At 08:49 AM 6/18/2001, you wrote: >Hello tomcat-user, > > Please, could you help me: > i've made everything as described in NT-Service-howto.html but i've > got such results: > >E:\downloads\jakarta\tomcat3.2.2>net start tomcat >System error 1311 has occurred. What's the status of the Net L

RE: SSL handshake failure URGENT

2001-06-18 Thread Jean-Etienne G.
ok, thanks Henri and Tim I use Linux RedHat 7, but it seems that SSL options was not taken in account with default launching of httpd (with httpd start) so I made first some modifications of httpd conf (specially putting on comment the tags to make it taken in account, and made some mistakes

RE: Finding the XML parser in Tomcat

2001-06-18 Thread Eoin Woods
I think this has come up before. Tomcat has an XML parser built in (it reads XML files for configuration). To use Xerces in our servlets, we had to add "xerces.jar" to the front of the CLASSPATH in the tomcat.sh script. Eoin. -Original Message- From: Frank Lawlor [mailto:[EMAIL PROTECTE

Re: What are EJB

2001-06-18 Thread Sam Newman
Problem is all the containers we've used up till now have had real problems with bean managed persistance...as a result we had to avoid it. They seem better now, but its a bit late for us. The single biggest headache I've had developing/designing EJB's is trying to make the OO centric java (e.g. e

Re: Problem with Postgresql JDBC driver

2001-06-18 Thread Luba Powell
<< you need to add the shutdown-hooks permission>> Yes, this too. You can either update policy file directly or via GUI jdk1.3\bin\policytool you need to add the shutdown-hooks permission. - Original Message - From: "David Wall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monda

Re: Problem with Postgresql JDBC driver

2001-06-18 Thread David Wall
Rather a postgresq question. I don't know what the error was, but you want to make sure the postgresql.jar file is in your webapp/my_app/WEB-INF/lib directory. And if you are using a security manager, you need to add the shutdown-hooks permission. David

nt-service

2001-06-18 Thread Andrew V. Zhdanov
Hello tomcat-user, Please, could you help me: i've made everything as described in NT-Service-howto.html but i've got such results: E:\downloads\jakarta\tomcat3.2.2>net start tomcat System error 1311 has occurred. There are currently no logon servers available to service the logon reque

RE: SSL handshake failure URGENT

2001-06-18 Thread GOMEZ Henri
If you use Apache-mod_ssl (apache with mod_ssl), you didn't need to do anything in mod_jk.conf since it's default config is for Apache + mod_ssl. PS: Did you have a Linux boxes, I've packaged easy to use RPM which will let you install apache-mod_ssl, tomcat and mod_jk in less than 30 mi

Re: What are EJB

2001-06-18 Thread Luba Powell
<< but a real mess of a database>> You are right here. Because of it I stopped using Entity beans all together... - Original Message - From: "Sam Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 9:26 AM Subject: Re: What are EJB > The only real simi

RE: SSL handshake failure URGENT

2001-06-18 Thread Tim O'Neil
At 02:41 AM 6/18/2001, you wrote: >I would try to do that following a document you wrote about SSL via >apache, but I was a little lost in your indication >(for example some Jk... directives are not recognized, [JkExtractSSL, ...] >) and I don't have a mod_jk.so module to load) I know that a re

Re: installing tomkat under linux: please help!

2001-06-18 Thread Luba Powell
What are error messages? Can look in the log? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 11:08 AM Subject: installing tomkat under linux: please help! > I have RedHat 7.1 > I download file jakarta-tomcat-3.2.1.tar which create the

installing tomkat under linux: please help!

2001-06-18 Thread rino . mail
I have RedHat 7.1 I download file jakarta-tomcat-3.2.1.tar which create the directory: /home/rino/tomkat/jakarta-tomcat-3.2.1 I do: export JAVA_HOME=... export TOMCAT_HOME="/home/rino/tomkat/jakarta-tomcat-3.2.1" export CATALINA_HOME="/home/rino/tomkat/jakarta-tomcat-3.2.1" cd /home/rino/tomkat/

Re: Problem with Postgresql JDBC driver

2001-06-18 Thread Luba Powell
Ryszad: Please let me know if this works for you: Driver driver = (Driver) Class.forName("driver URL").newInstance(); This part of statement that you already had in your program: (Driver) Class.forName("driver URL") will load .class file into memory. It is .newInstance() that wi

Re: IllegalAccessError when run from Tomcat

2001-06-18 Thread sappling
After further investigation this seems to be something specific to the 4.0b5 version of Tomcat. It does not occur in 3.3 milestone 3 or 3.2. I think this may indicate a classloader problem. I will investigate further and post something to the bug database. Thanks for your suggestions. -

Re: Help on: "ThreadPool: pool exhausted with 100 threads"

2001-06-18 Thread Luba Powell
Ooh! Shai is getting similar error. Although in his case he runs out of memory. But both of your errors occur in their ThreadPool program. I wonder if threads are not being returned to the pool, in which case you would need to report it as a bug. Json, how many connectors did you configure for t

Re: Problem with Postgresql JDBC driver

2001-06-18 Thread Ryszard Lach
On Mon, Jun 18, 2001 at 10:05:16AM -0400, Jeff Waugh wrote: > Sorry, I hadn't read your error message closely enough. > > 'No suitable driver' usually means a problem with the database > URL to which you are trying to connect. > > That should look something like: > > db = DriverManager.getConne

Re: Problem with Postgresql JDBC driver

2001-06-18 Thread Luba Powell
Try this: Driver driver = (Driver) Class.forName("driver URL").newInstance(); if (driver == null) { System.out.println("no driver found"); } - Original Message - From: "Ryszard Lach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 6:40 AM Subject: Problem

Help on: "ThreadPool: pool exhausted with 100 threads"

2001-06-18 Thread Jayson Yu
hi, I was wondering if anybody can provide me some leads on how to deal with this problem... I have a servlet that queries a database and churns out (in response) a data populated html, however after some time and several hits on the servlet, I get the Tomcat error that "ThreadPool: pool exhau

Re: socket write and Connection reset by peer

2001-06-18 Thread Luba Powell
Network programmers! I also frequently get code=10053 error although not w/Tomcat. I learned to work around it, but would be nice to know the origins of this code. thanks, luba - Original Message - From: "Venkatesh T" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 20

Re: Tomcat-Apache configuration

2001-06-18 Thread Sam Newman
Read the mod_jk howto included with the documentation. Its fairly straightforward. If you have problems after following the docs, post to the list - loads of us have done this so there will be plenty of people around who can help. sam - Original Message - From: "Shicheng TIAN(CMS)" <[EMAI

Re: OutOfMem

2001-06-18 Thread Luba Powell
2 possibilities here. you ran out of memory in which case decrease number of connectors in conf/server.xml for the context Or there is a buglet in their ThreadPool program. I doubt this, primarily because there haven't been many postings on this subject r/luba - Original Message - Fro

RE: access log for Tomcat

2001-06-18 Thread Randy Layman
You would have to write the Java code yourself to implement this new RequestInterceptor. You could hard code all of the parameters for your logging into the code, or you could make them parameters from the server.xml file (which would be better), but this is a "you do it all yourself" ki

Re: JSP mapping

2001-06-18 Thread Dmitri Colebatch
Eitan, Yep - editing tomcat-apache.conf by hand is a bad idea as it is generated by tomcat every time it starts, which would explain why your changes disappear (o: I'm assuming that in your server.xml you have a line or something similar? If you change the docbase in that to point to "c:/winnt

Finding the XML parser in Tomcat

2001-06-18 Thread Frank Lawlor
In my VisualAge Java development environemnt (jdk 1.2.2) I can say, for example, Parser parser = ParserFactory.makeParser("org.apache.xerces.parsers.SAXParser"); but when I deploy to a standalone Tomcat environment, I get a class not found on the parser name, even tho I put the jar in Tomcat's W

RE: JSP mapping

2001-06-18 Thread Eitan Ben Noach
Thanks dim, I'm running Tomcat 3.2.2 with Apache 1.3 as HTTP server. No meter what I've tried to do on the tomact-apache.conf and server.xml files, Tomcat will not let me map root JSP files to a directory other then c:\jakarta-tomcat-3.2.3\webapps\root Is there any doc that defines the exact sy

Re: Problem with Postgresql JDBC driver

2001-06-18 Thread Jeff Waugh
Sorry, I hadn't read your error message closely enough. 'No suitable driver' usually means a problem with the database URL to which you are trying to connect. That should look something like: db = DriverManager.getConnection("jdbc:postgresql://hostname/dbname", "username", "password"); Try pla

Re: JSP mapping

2001-06-18 Thread Dmitri Colebatch
Eitan, Are you running standalone or with a web server? Assuming you're running standalone, and that there's not much else you're using tomcat for, all you need to do is remove the "/"MyJspDirectory" from the context path and it should work fine. cheesr dim Eitan Ben Noach wrote: > > HI, > >

RE: Tomcat-Apache configuration

2001-06-18 Thread David DELGRANCHE
Just read the documentation on Tomcat all these things are explained! -Message d'origine- De: Shicheng TIAN(CMS) [SMTP:[EMAIL PROTECTED]] Date: lundi 18 juin 2001 15:34 A: [EMAIL PROTECTED] Objet: Tomcat-Apache configuration Hello there, We have installed Tomcat 4.0 on our P

newbie: Installing Servlets

2001-06-18 Thread LeRoi
Hello! Now that I have Tomcat up and running, it's time that I starting doing some real work. Following a simple example in the book I'm using it says that servlets are installed in the subdirectory "webapps\WEB-INF\servlets". I put my class there (under "examples" directory of Tomcat) and shut

JSP mapping

2001-06-18 Thread Eitan Ben Noach
HI, I want to map JSPs called by browser at the http server root, like http://victoria.xx.yy/zz.jsp to be handled by JSP file that is located some were else then the default c:\jakarta-tomcat-3.2.3\webapps\root\zz.jsp, for example by c:\winnt\zz.jsp. I've succeeded on configuring Tomcat to handl

Tomcat-Apache configuration

2001-06-18 Thread Shicheng TIAN(CMS)
Hello there, We have installed Tomcat 4.0 on our PC running Win2000; Tomcat works fine itself. We have the following two queries and would like to get advice from the list: 1. How to configure Tomcat so that it can work together with the Web server running at the same PC, which is Apache 1.3, i

I wonder what is this?

2001-06-18 Thread Rajeshwar Rao.V
Error: 500 Location: /myCon/servlets/LogOn.htm Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261) at org.apache.tomcat.core.ServletWrapper.init(Se

Re: What are EJB

2001-06-18 Thread Sam Newman
The only real similarity between EJB's and normal JavaBeans is that they are both based on component models. EJB's provide a java representation of some data in a database - e.g. 1 EJB will equal 1 row in the table, 1 EJB class is tied to one table. XML is used to tie an EJB and its data to a data

RE: access log for Tomcat

2001-06-18 Thread David Rosenstark
I assume that this means that I have to do it all myself in terms of setting up different options to log? > -Original Message- > From: Randy Layman [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 1:09 PM > To: [EMAIL PROTECTED] > Subject: RE: access log for Tomcat > > > >

RE: Advice: SSLifying a Tomcat+IIS setup

2001-06-18 Thread Hughes, Tim
Hello, I first setup Tomcat as a "standalone" running as an NT service. I have also now plugged Tomcat into an IIS server so that I can either use Tomcat as a standalone or query IIS which then forwards the request to Tomcat. Everything works hunkydory and I think Tomcat is great. So clean! I no

RE: (wrapper.tomcat_home)\classes directory

2001-06-18 Thread Mitchell, Jason
It does thanks -Original Message- From: Robert Schweng [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 4:13 PM To: [EMAIL PROTECTED] Subject: Re: (wrapper.tomcat_home)\classes directory hi, they normaly exist and contain servlet classes wrapper.tomcat_home opints to a webapp's

Vs: Vs: Vs: Vs: mod_webapp.so needed

2001-06-18 Thread Jari Salmela
Yes, Apache handle this, but I have read Chilisoft´s documentation and it says it works only Apache 1.3.14 or older. And Chilisoft and Tomcat won´t work together, but I had tomcat 3.2.1 and chilisoft asp 3.5.2 together and working. I haven´t try this mod_webapp.so yet, and I think testing is go

Re: Default web.xml

2001-06-18 Thread Brett M. Bergquist
In tomcat 3.2.x, the "web.xml" in the conf directory is not used at all. I fact, you can completely remove it with no ill effects. Internally, Tomcat 3.2.x compiles in some defaults; mime mappings, the JSP servlet mapping, etc. In your application's "web.xml" specify anything that you need too

Don't get me wrong

2001-06-18 Thread lists
Don't get me wrong, this is a nice list and all, but attempts to unsubscribe (by emailing to [EMAIL PROTECTED] ) have been unsuccessful. Anyone know of there another way? Christopher Lambrou, CGL Computer Services, Inc. Empire State Building, PMB 16J Suite 3304 New York, NY 10118 Tel: (212

error 500

2001-06-18 Thread Karsa . Keith
Below is the error we are getting when trying to deploy java server pages. Can you look into it or pass it along to someone who is familiar with AppDev 2.0 and JSPs? We would appreciate some feedback as to what might be causing this error. also, do we need SAS v8.2 to run Appdev studio 2.0? Thanks

  1   2   >