RE: Digested Passwords and Oracle 8.1.7

2002-10-22 Thread Paul French
yourself using a standard algorithm. Paul -Original Message- From: Graham Lounder [mailto:lounder;caris.com] Sent: 22 October 2002 13:35 To: Tomcat Users List Subject: RE: Digested Passwords and Oracle 8.1.7 I need the algorithm so I can encrypt a password. The Tomcat Realm would

RE: My Start and Stop Tomcat windows do not stay up

2002-10-21 Thread Paul French
Try running catalina.bat run (instead of startup.bat) and you should see all messages in the same console window. That way you can see what might be wrong with your server.xml or web.xml file Paul -Original Message- From: [EMAIL PROTECTED] [mailto:AnnWenzel;aol.com] Sent: 21 October

Java Connectors in Tomcat?

2002-10-18 Thread Extance, Paul
Is there plans to allow the Tomcat container to support the JCA part of the J2EE Spec. I have a JSP(Struts)/JDO based app, that runs on Tomcat, no EJB's in site. If i want to use a 3rd party connector (like SAP) do i now need a EJB type container like JBoss, or is Tomcat planning to support JCA

Compile jk2: make breaks

2002-10-15 Thread john-paul delaney
Hello List... I'm trying to setup (compile from source) mod_jk2 with apache2 tomcat 4.1.12-LE. Following the instructions on the mod_jk howto on the jakarta website, I've run into a problem. When I run make from the connectors jk/native2 directory, I get the following error: /usr/bin/ld:

Re: [Jk2] Can't run mod_jk2 against Apache 2.0.41+

2002-10-14 Thread Brzezinski, Paul J
Didn't try this against Apache 2.0.43, but had to make similar mods to Makefile.in in jk/native2/server/apache2. I'm posting a response because I would like to know what is apr-0? I've built 2.0.40, jk2 on Solaris using 64-bit gcc 3.1 and cannot get the ChannelUnix tomcat connector to work.

Re: what does jpp mean in the rpm file names?

2002-10-14 Thread paul miller
. Also, I noticed that the LE version of the RPM files has dependencies on the following two items - jaxp_parser_impl - xml-commons-apis Can someone tell me the recommended method of satisfying these dependencies? Thanks in advance. -Peter = Paul N Miller

port numbers for http and https

2002-10-14 Thread Paul French
How do you find out both port numbers (http and https) within a servlet that tomcat is listening on? I know I can use getSeverPort() to get the port number of the current request! Paul

Problem with JkMount /java/* ajp13 and web.xml

2002-10-11 Thread paul
have changed to bring about this and what I could do as a solution? Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: tomcat4.1.12 failed to deploy context not under webapp directory

2002-10-10 Thread paul miller
I see the below error 2002-10-10 16:11:34 ContextConfig[/foo] Exception processing JAR at resource path /WEB-INF/lib/mm.mysql-2.0.14-bin.jar I using tomcat4-4.1.12-full.1jpp installed via rpm thanks paul --- Liu, Xiaoyan [EMAIL PROTECTED] wrote: Hi, all, I'm upgrading from 4.1.9 to 4.1.12

Re: Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread Brzezinski, Paul J
James C. McMaster (Jim) wrote: I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server

allowLinking option under ROOT

2002-10-09 Thread paul miller
warpConnection /foo/ /IfModule thanks paul __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat won't work with jdk 1.4.0

2002-10-08 Thread Brzezinski, Paul J
/bootstrap.jar Help, advice appreciated. Thanks in advance, Paul Your problem is the log4j.jar is missing from you your libs. Your application (or some of the lib) is using log4j libraby for logging. Copy the log4j.jar in your $TOMCAT_HOME/common/lib and it should work fine. Raj Chuck

Re: Tomcat won't work with jdk 1.4.0

2002-10-08 Thread Brzezinski, Paul J
tomcat-warp.jar jakarta-regexp-1.2.jarservlets-ssi.renametojar Since this is *the* server attempting to start, I thought it would reference server/lib before searching for classes in common/lib BTW: this is straight out of the gzip'd tarball. Raj Brzezinski, Paul J wrote: Raj Saini

Re: JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-08 Thread Brzezinski, Paul J
2.0.40+ with Tomcat 4.1.12 (JK2) with JDK 1.4.0 so that I can compare my env to one that works? d. Brzezinski, Paul J wrote: Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr java.lang.NoClassDefFoundError: org

Re: Help : Apache 2.0.43 , Tomcat 4.1.12 , jk and/or jk2 , win 2k

2002-10-08 Thread Paul Gregoire
I have a similar problem, but the only thing i cant get working is any url in which a servlet is being called.. x.x.44.54 - - [08/Oct/2002:21:29:21 -0800] GET /servlet/test HTTP/1.1 404 - The tomcat access log always reports a 404 no matter which port the servlet is called on 80 or 8080. I

RE: tomcat 4.1.12 with apache2.0.42 and mod_jk

2002-10-07 Thread Brzezinski, Paul J
PROTECTED] : Paul J. Brzezinski ([EMAIL PROTECTED]).vcf Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-07 Thread Brzezinski, Paul J
it? Is it a CLASSPATH env var problem? -- mailto:[EMAIL PROTECTED] Enterprise Distributed Capabilities EDS Corporation 248-265-8283 Paul J. Brzezinski ([EMAIL PROTECTED]).vcf Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: exception handling

2002-10-04 Thread Galbraith, Paul
I'm having a similar problem with error-page tag in tomcat 3.2. I believe the tag is supposed to be supported in 3.2, can anyone confirm this, and provide a sample config snippet showing its proper use? -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: October

passing authentication credentials from apache to tomcat 4.1.12?

2002-10-04 Thread Paul Tomsic
Has anyone does this successfully? I am able to successfully have Apache authenticate against a AuthDB file (configured w/ the mod_auth_db) and I'm able to have Tomcat handle *.jsp files successfully, but when I try to request.getRemoteUser() It gives me a NULL any thoughts on this? Is there

RE: Connection pool DBCP

2002-10-04 Thread Galbraith, Paul
If you need to be absolutely certain, you can configure DBCP to test every connection before it is checked out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: October 4, 2002 11:38 AM To: tomcat-user Subject: Connection pool DBCP I have been seen that

using .htaccess from tomcat 4.1.12

2002-10-03 Thread Paul Tomsic
and login, however, then I can retrieve the request.getRemoteUser(); from a JSP page. thoughts? thanks, Paul [EMAIL PROTECTED] __ Do you Yahoo!? New DSL Internet Access from SBC Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: mailto

web.xml conflict with element tags SERVLET and RESOURCE-REF ? help?

2002-10-02 Thread Paul Tomsic
servlet-classcom.mycompany.server.UserManagementModule/servlet-class /servlet /web-app thoughts? thanks, Paul [EMAIL PROTECTED] __ Do you Yahoo!? New DSL Internet Access from SBC Yahoo! http

jdbc realm fails to authenticate sometimes

2002-10-02 Thread Paul Phillips
can imagine). Does anyone haveany ideas of where to look, or what I can do to avoid this? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

tomcat 4.1.10 error in opening zip file, cannot start, help?

2002-09-26 Thread Paul Tomsic
When I try to start tomcat, the start looks like it worked, but it doesn't. In the catalina.out file I'm getting: (thoughts?) java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:112)

Making a webapp the document root, help?

2002-09-25 Thread Paul Tomsic
using the following URL: http://this.that.com/jsp/myfile.jsp I get a 404 error, thrown from Tomcat, b/c the server is apparently looking for that file somewhere else. Thoughts/help? Thanks, Paul __ Do you Yahoo!? New DSL Internet Access from

override the class location of WEB-INF?

2002-09-25 Thread Paul Tomsic
/Helper.class is this possible? thanks, Paul __ Do you Yahoo!? New DSL Internet Access from SBC Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Postgresql DataSource Tomcat 4.1 SQLException

2002-09-23 Thread Paul Salazar
!--tried adding this, no effect -- /resource-ref /web-app I also tried changing my context call from: java:/comp/env to java:comp/env with no effect. thanks, Paul Alfonso Martinez wrote: Hi Paul, I am a newbie too, but trying to help. I had a problem like yours recently and found

JDBC realm on 4.1.10

2002-09-22 Thread Paul Phillips
any ideas, I would be grateful for the help. Regards, Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Solved! Dumb Question com.justatest.test.MyServlet error

2002-09-21 Thread john-paul delaney
maps to the package stucture of your servlet and other java classes deployed in the webapp. Change the package name to the right one, recompile the class, redeploy and that should be it. Your servlet mapings are otherwise ok. Jon -Original Message- From: john-paul delaney

Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-20 Thread John-Paul Delaney
Hello List... I've created the directory path: tomcat-rootwebapps/jat/WEB-INF/classes/com/justatest/test/ but I get an error when I try to run the oreilly servlet from URL: http://localhost:8080/jat/servlet/com.justatest.test.InitSnoop The same servlet will run ok from URL:

RE: Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-20 Thread john-paul delaney
Then what is the URL I should be using to invoke the InitSnoop servlet if the file system location is: tomcat-rootwebapps/jat/WEB-INF/classes/com/justatest/test/InitSnoop? thanks /j-p. On Fri, 20 Sep 2002, Miguel Angel Mulero Martinez wrote: Maybe the InitSnoop.java don't start with

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-20 Thread John-Paul Delaney
- De: John-Paul Delaney [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 20 de septiembre de 2002 12:43 Para: [EMAIL PROTECTED] Asunto: Dumb Question ../servlet/com.justatest.test.MyServlet error Hello List... I've created the directory path: tomcat-rootwebapps/jat/WEB-INF/classes/com

Postgresql DataSource Tomcat 4.1 SQLException

2002-09-20 Thread Paul Salazar
the server.xml and web.xml files with a fine tooth comb and assure you that is not the problem. I have also tried using the jxDBCon drivers with the same results. I have come to the conclusion that it must be a tomcat problem. Has anyone gotten this to work with this config?? Paul Salazar -- To unsubscribe

Re: Re[2]: Dumb Question ../servlet/com.justatest.test.MyServleterror

2002-09-20 Thread john-paul delaney
john-paul, If you haven't provided a servlet-mapping, you can use Tomcat's invoker servlet like this: http://localhost:8080/jat/servlet/com.justatest.test.InitSnoop Otherwise, you could provide a servlet-mapping to, say, /initsnoop and access it like this: http://localhost:8080/jat

RE: Re[2]: Dumb Question ../servlet/com.justatest.test.MyServleterror

2002-09-20 Thread john-paul delaney
Are you saying that your directory structure (where the servlet .class file resides) looks like the following: TOMCAT_HOME/webapps/your-app-name/WEB-INF/classes/com/justatest/test /InitSnoop.class Yes. Firstly, I needed to know if I was reading the docs correctly - it works for

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-20 Thread john-paul delaney
Thanks Andreas... at first I didn't want to use any web.xml entries as this was just a test directory to run the examples of the oreilly book. I just wanted to compile the examples and run them without messing with web.xml. Nevertheless, I took your advice but I get the same server exceptions

web.xml

2002-09-19 Thread Paul Jacobs
I am new to tomcat and hava a question about the web.xml file. Is it possible to put the location of a jar file in web.xml instead of placing the jar file in WEB-INF/lib? regards Paul Jacobs -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

mod_webapp connector / apr compatibility

2002-09-09 Thread Paul Rubenis
variable... error configure: error: cannot find APRVARS file in /home/user/jakarta-tomcat-connectors-4.0.4-src/webapp/apr -- +-- mailto:[EMAIL PROTECTED] + | Paul M Rubenis - System Administrator | | Phone: (612) 624-8337

Restart webapp after Exception

2002-09-08 Thread Paul Andreas Petershagen
if this doesn't help? How can I guarantee a running / stable system? Thanks in advance, Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Off topis - building pc's

2002-09-07 Thread Paul DuBois
At 14:09 -0500 9/7/02, Ron Day wrote: Sorry its off topic Anyone have a good site for how to build a PC ?? Ron I imagine you can get tons of good information for that on the Tomcat mailing list. That's what they discuss there, right? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.1.x, JNDI, and Junit

2002-09-03 Thread Paul Landolt
(db/pgDevInt); Anybody have any ideas? Paul Landolt wrote: Hello, Has anyone managed to use a JUnit test framework to connect to a JNDI resource provided by Tomcat? I'd like to be able to test my Java Database code using JUnit. When I used to use Weblogic, we could leave Weblogic running

Tomcat 4.1.x, JNDI, and Junit

2002-08-30 Thread Paul Landolt
to examine it (or use it) If anybody has successfully managed to do this, I'd love to hear from you. If others have suggestions, I'm all ears (figuratively speaking) ...Paul package ca.passport.ContentManager.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import

Re: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Paul Brinkley
At 11:14 AM 8/29/2002 +0200, Johan Sunnerstig wrote: Just wondering if anyone knows of any good howto's or guides about setting up a Tomcat server? The reference docs are good as a reference, but less than stellar for someone setting up their first server IMO. I have to admit I was a

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Paul Brinkley
At 10:48 AM 8/29/2002 -0400, Turner, John wrote: Perhaps I've missed something in this thread, but if your need is as simple as a single (or even a couple) JSP pages, why not just copy everything in server.xml that has to do with /examples, change that to /your-app, restart tomcat, and call it

Re: sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-28 Thread Paul Phillips
and Jay who suggested it. Regards, Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Paul Brinkley
At 11:11 AM 8/28/2002 -0600, Sexton, George wrote: Go back and read the messages that I and everyone else sent to help you. If you don't read the messages that we respond with, we can't help you here. I, on the other hand, am a consultant and will be happy to fly to your location and assist you

RE: tomcat conn pooling question

2002-08-28 Thread Paul Phillips
namevalidationQuery/name valueSQL_here/value /parameter Am I correct in surmising that we would put an actual SQL query within the value/value tags? Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-27 Thread Paul Phillips
know how to set that up... Thanks, Paul Phillips my original message is below... I'm using Tomcat 4.1.9. I have been having a problem with the DBCP jdbc connection pool when used with MySQL. Apparently MySQL kills off stale connections after an 8 hour period. According to Mark Matthews

Re: setting classpath variable

2002-08-27 Thread Paul Brinkley
At 02:46 PM 8/27/2002 +0800, randie ursal wrote: here is the scenario, i have a servlet that will read a .properties file and i make use of PropertyResourceBundle to read the value from it. the problem is that the PropertyResourceBundle doesn't find the properties file. the API for

sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-26 Thread Paul Phillips
connections. However, I don't know what they are, or how to use them. If anyone can give me an example of the correct syntax here, I would be very grateful, ( since my webapp dies every night, due to this problem!) Thanks -- Paul Phillips (excerpt of server.xml...) Context path=/DBTest docBase

Hang in ServletOutputStream.print

2002-08-21 Thread Paul Harvey
has seen similar then any information could prove useful Thanks, Paul. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Paul Caton
Common sense should tell you that posting snotty subject-lines will not help persuade list users to answer you. You seem to think that someone has an *obligation* to jump and answer you as soon as possible, but this is not the case. Be patient and polite and I'll bet someone responds. Paul Caton

Re: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Paul McGovern
Sorry, but you haven't included enough information for anyone to formulate an answer. Based on the information all I can say is that you have a null pointer exception. If you want a proper response, please include the code segment that is going wrong, and config info from server.xml and

BasicDataSourceFactory and TC 4.1.9

2002-08-17 Thread Paul McGovern
I am having probelms getting a Connection from the DataSource I get out of JNDI. I set up the Resource section of my server.xml as described in the HOW-TO for 4.1.9 and am using mm.mysql 2.0.14 with MySQL 3.23.51. The DB and dirver seem to work fine together. It seems I can get the

Re: BasicDataSourceFactory and TC 4.1.9

2002-08-17 Thread Paul McGovern
Upon further investigation, I found that the config I use below does work if, and only if, I access the servlet from localhost:8080. I'm using mod_webapp with Apache 1.3.24 and have the following entry, which seems to work fine, in httpd.conf: IfModule mod_webapp.c WebAppConnection conn

RE: ADMINS: Ban a user?

2002-08-12 Thread Paul Brinkley
At 12:29 PM 8/12/2002 -0700, Mona Wong-Barnum wrote: I vote that we do NOT filter out emails with the below keywords. Let's not throw out the baby with the bath water! While we are doing this, why don't we put a filter on subject and exclude the following key words: URGENT

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread Paul Yunusov
On Saturday 10 August 2002 08:27 am, you wrote: Error messages, please. Paul Dear Paul, Thanks for your consideration, please find attached the text file that is used to generate the jsp I am having problems with. It is saved as updateTREES.jsp in the tomcat4 /examples/jsp

Re: Fwd: Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread Paul Yunusov
Use java.util.Enumeration instead of Enumeration. You can also import this interface using a page directive. Paul On Saturday 10 August 2002 10:39 am, sibusiso xolo [EMAIL PROTECTED] wrote: Thanks a millionm it worked first time. I would be gratrful for more info (on or off list

Problems getting login to work

2002-08-09 Thread Paul Hunnisett
on Windows as well. (I get the same problem when trying to run this on Windows) Paul Hunnisett -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat, JAXB and SecurityManager

2002-08-09 Thread Extance, Paul
We have had a problem with JAXB under Tomcat 4.0.3, as it couldn't find the jaxb-rt.jar in the WEB-INF/lib folder. We also put it in the %catalina_home%/common/lib, and it still couldn't find it. We then put the jar in the %java_home%/jre/lib/ext and then it worked. We then upgraded to Tomcat

upgrading from v.3.1.1 to v.3.3 ?

2002-08-09 Thread Paul Tomsic
deadline, so if it's as simple as say, swapping out a jar file or something, that would be great. Thoughts, or can someone point me to a FAQ on upgrading like this? Thanks, Paul Tomsic __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http

Re: Servlet not working

2002-08-09 Thread Paul Yunusov
://localhost:8080/begjsp-ch01/servlet/ExampleServlet get 404 Error message. Does anyone have any suggestions? Thanks. Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-09 Thread Paul Yunusov
.. . Help would be appreciated. regards sibu Error messages, please. Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

context problem with webapp connector

2002-08-09 Thread Paul Phillips
/etc work fine. In a blind attempt to make it work, I added a hostcontext (same as above) /context/host to the warp connector section near the bottom of the Tomcat server.xml. That didn't seem to help any. Any ideas? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

unpacking of WAR

2002-08-09 Thread Paul Phillips
was not available or in a readable format. In fact, the war did not expand into the file system. So, I removed the context element, and restarted. With the context gone, the WAR expanded properly. Then I added the context back in, and it worked fine. Is this normal? Thanks Paul Phillips PS

Tomcat 4.1.x, Apache 1.3.x, mod_jk.dll

2002-07-31 Thread Paul landolt
or Linux (*nix) mod_jk.so solution? ...Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: share session between webapps

2002-07-31 Thread Extance, Paul
box, is there any way to implement single sign on across the two? Paul Extance [EMAIL PROTECTED] -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:39 AM To: Tomcat Users List Subject: Re: share session between webapps On Wed, 31

Add arbitrary path to classpath?

2002-07-30 Thread Paul Brinkley
(Newbie alert: I've been playing with Tomcat for a couple weeks, and once made a servlet or two a couple of years ago. Please be gentle.) Is it possible to give a servlet access to custom class files, if those custom classes don't want to live under WEB-INF, CATALINA_HOME, etc.? So far as I

RE: How to abort the webapp load/deployment

2002-07-29 Thread Extance, Paul
or index.jsp). Have the controller only pass people through if the validation has occured successfully. If this is greek I can give you a better example. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Extance, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24

How to abort the webapp load/deployment

2002-07-24 Thread Extance, Paul
Hello, Is it possible to write a 'validation' servlet, that does some basic checks, which if fail, cause the whole web application to be unavailable? This servlet would be flagged as load-on-startup such that it was the first one to execute. I'm trying to achive something similar to JBoss 2.x

RE: JSP Compilation Error

2002-07-22 Thread Paul Ung
I'm not sure if this is your problem but I think that the path to your java compiler should be in your PATH environment variable and not your CLASSPATH. Try this: Remove c:\j2sdk1.4.0\bin; from your CLASSPATH and add it to your PATH Not sure if that will work but you might want to give it a try

RE: JSP Compilation Error

2002-07-22 Thread Paul Ung
Nevermind. I don't think that's your problem. I just tried to do it myself to get the same problem you did but I get a different error message. Sorry. -Original Message- From: Paul Ung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:23 PM To: 'Tomcat Users List' Subject: RE

Re: Apache 2.0.39 + Tomcat 4.0.4 (mod_jk2.dll) on Windows 2000

2002-07-18 Thread Paul landolt
I've noticed that most of these Apache / Tomcat / Mod_jk2 instructions get one to a point where http://localhost/examples will map to http://localhost:8080/examples And this is great, but what about introducing virtual hosts into the equation. Currently, I use VirtualHost in apache (httpd)

OT: Formatting web pages for printing.

2002-07-17 Thread Paul Kofon
to know, thanks. Regards, Paul _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: Please recommend book or Other Help

2002-07-17 Thread Paul D. Bain
At Wednesday 7/17/02 12:00 PM, you wrote: I'm having problems with JDBCRealms and JDBCStore in Tomcat. They seem buggy to me. Could you please furnish us with more information? It would be helpful to us to know your configuration, e.g., server.xml, web.xml, version of JDK being used,

Re: JMS with Tomcat ..

2002-07-17 Thread Paul landolt
There is a version of JBoss that includes Tomcat 4.0.x go check out www.jboss.org ...Paul Sesha Nandyal wrote: Unfortunately I am foced to use Tomcat. Is it feasible to use J2EE with tomcat Sesha Shapira, Yoav wrote: Howdy, Finally, is there a recommended way of integrating

Autodeploying web applications and the WARP connector

2002-07-17 Thread Paul Rubenis
files that are in the appBase.. I would assume there to be a reason for this, but have yet to find a reference to that reason. Thanks. -- Paul Rubenis [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

io path information in servlets

2002-07-17 Thread Paul Phillips
as a .war, does the sc.getRealPath stop working? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Apache-Tomcat Howto?

2002-07-16 Thread Paul landolt
to be found regarding the topic ...Paul Turner, John wrote: There are really only 2 ways: AJP and WARP. If you want apache to serve static content, than there is only 1 way at this time, as far as I know: AJP. You will want mod_jk as your connector. You could try mod_jk2, but mod_jk seems

Re: Tomcat 4.0.3 and relative path includes.

2002-07-15 Thread Paul landolt
A bug was generated to deal with this info, and a patch was sumbitted for comittment to the source. For those interested, the bug is here: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10629 Thanks Andrew ...Paul Paul landolt wrote: After some digging by Andrew, it appears

Re: Doc for tomcat4 and IIS?

2002-07-12 Thread Paul landolt
I found information on connecting IIS (4.x,5.x) to tomcat at this location: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html Neil Aggarwal wrote: Hello: Looking thru the online docs for tomcat, I see a doc describing how to set-up tomcat 3 and IIS, but no such doc for tomcat

Tomcat 4.1.7b / Apache httpd 2.0.39 connection how-to

2002-07-12 Thread Paul landolt
sure that any help in this matter would be of tremendous value to many of us newbies ...Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: help with apache tomcat webserver

2002-07-11 Thread Paul D. Bain
Jonathan, You need to provide far more information. -- Paul Bain -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat as a servie

2002-07-10 Thread Paul Ung
Try looking at this link under the section Running Tomcat Automatically: http://www.webmasterbase.com/article/305/27 I used this to set up Tomcat 4.0.3 as a service on Windows 2000, but it says it should work for NT/2000/XP. I assume it should work for 4.0.4 also. -Original Message-

j_security_check and logout

2002-07-09 Thread Paul Phillips
is greeting?event=WELCOME, but j_security_check has no way of knowing that, because it didn't come in throught the URL. Since we came back to login.jsp via the back button, it isn't there. Any ideas on how to solve this? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Tomcat 4.0.3 and relative path includes.

2002-07-09 Thread Paul landolt
experienced similar issues with expanded vs War file webapps? ...Paul Andrew Conrad wrote: Little background real quick. Tomcat allows you to define an application Context in the server.xml Such that, if you wanted a webapp called MyApp, you would set up a Context in your server.xml file

Re: j_security_check and logout

2002-07-09 Thread Paul Phillips
ideas are appreciated... Paul Phillips --On Tuesday, July 9, 2002 10:50 AM -0700 Craig R. McClanahan [EMAIL PROTECTED] wrote: On Tue, 9 Jul 2002, Paul Phillips wrote: Date: Tue, 09 Jul 2002 10:40:13 -0500 From: Paul Phillips [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

Tomcat 4.0.3 and relative path includes.

2002-07-08 Thread Paul landolt
) Is there a mechanism in JSP to determine the current directory (and therefor build up an absolute path)? Thanks ...Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: manager does not want my password (SOLVED)

2002-07-08 Thread Paul landolt
I'm not sure if you're aware of this, but when forwarding your tomcat-users.xml, you sent the manager password as well. Just FYI. ...Paul Frederic Barachant wrote: Okay, found where the problem lied. I started tomcat using the startup.sh file, that created the correct CATALINA_HOME env

Tomcat 4.0.4 and relative path includes.

2002-07-08 Thread Paul landolt
My mistake, that was Tomcat v4.0.4, not v 4.0.3 Paul landolt wrote: Hello All. I am a New poster, so I hope I'm following proper protocol. I am having trouble with relative path @includes in Tomcat 4.0.3. An include from the same directory is fine, as is an include from a sub-directory

Re: Tomcat 4.0.3 and relative path includes.

2002-07-08 Thread Paul landolt
a subdirectory in your current Context, place this file with the relative include in it, and tried to request the file from the base of the current context to see if that has any problems? - Andrew -Original Message- From: Paul landolt [mailto:[EMAIL PROTECTED]] Sent: Monday, July

Re: Tomcat 4.0.3 and relative path includes.

2002-07-08 Thread Paul landolt
debug=0 reloadable=true CrossContext=true /Context Thanks in advance ...Paul Andrew Conrad wrote: So you are trying to leave your current Context and go into the base context? Have you set your Context attribute CrossContext to true? Have you tried making a subdirectory in your

FW: SocketException (Invalid arg) on Solaris

2002-07-05 Thread Folbrecht, Paul
I'll try this just once more- does anybody have any idea at all? -Original Message- From: Folbrecht, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 6:20 PM To: Tomcat-User@Jakarta. Apache. Org (E-mail) Subject: SocketException (Invalid arg) on Solaris Running Tomcat

SocketException (Invalid arg) on Solaris

2002-07-03 Thread Folbrecht, Paul
Running Tomcat 4.0.1 with JBoss 2.4.4 on Solaris 8 with Sun JDK 1.31. We see this problem on a very sporadic basis - it appears from the trace that perhaps Socket.setTcpNoDelay() isn't supported by this JDK, and Tomcat is not prepared to handle that. Anyway, there is a SocketException, and the

tomcat 4.0.4 apache 2.0.39 integration

2002-07-01 Thread Paul Ung
was for Tomcat 4.0.3 and not 4.0.4. Should it matter? Well, if anybody knows any other sites, please let me know. Thanks, Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat and CacheHttpServlet

2002-07-01 Thread Paul Ung
directory: [webroot]/WEB-INF/classes/com/oreilly/servlet/CacheHttpServlet.class But if you have the entire com.oreilly.servlet package compiled as a .jar file, then make sure you have it in your web application's lib directory: [webroot]/WEB-INF/lib Hope that helps, Paul -Original Message

RE: Tomcat and CacheHttpServlet

2002-07-01 Thread Paul Ung
Also make sure you have an entry in your [webroot]/WEB-INF/web.xml file for the servlet. For example: servlet servlet-nameCacheHttpServlet/servlet-name servlet-classcom.oreilly.servlet.CacheHttpServlet/servlet-class /servlet -Original Message- From: A. Alfred Ayache [mailto:[EMAIL

Re: Can servlet write to file in /WEB-INF?

2002-06-22 Thread john-paul delaney
Thanks Milt... yes I'm reading servlet programming by the same author, he'd written a servlet example that reads and writes a counter to an external file resource but it seems the file location varies depending on the container implementation - I was trying to understand how to determine an

Servlet reloading not working.

2002-06-22 Thread john-paul delaney
Hello List... Running tomcat 4.01 and apache 1.3.24 (with mod_webapp and virtual hosts) , when modifying and recompiling any servlet, I need to restart the tomcat for my changes to take effect. A simpler tomcat test install on xp reloads the changes as advertised. I've tried to add a

Can servlet write to file in /WEB-INF?

2002-06-21 Thread john-paul delaney
I was trying to see if I could write to a file in the /WEB-INF directory but I couldn't get it to work - is there a problem with a servlet writing to this directory or is it just me (again ;( ) ? thanks /j-p. URL url = context.getResource(/contextTest.txt); URLConnection con =

<    7   8   9   10   11   12   13   14   15   16   >