RE: Tomcat questions version 4.0.1 and 3.3

2002-01-08 Thread Larry Isaacs
in server.xml if you want to capture this log in a file, or redirect stderr on the startup command. Cheers, Larry > -Original Message- > From: Ansalvish, Dave R [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 7:56 AM > To: '[EMAIL PROTECTED]' > Su

Tomcat questions version 4.0.1 and 3.3

2002-01-08 Thread Ansalvish, Dave R
Hi, I have been experimenting with Tomcat 3.3 and 4.0.1 trying to decided on which version I want to use and I have come accross a couple of problems which I don't understand. Currently I am using two servers for my experiments. Server #1, Sun 280 running Solaris 8 Server #2, Sun Ultra 10 r

Authentication questions...

2001-12-17 Thread Guido Medina
Hi, I have been working with servlets & jsp since one year maybe, and I have been used to kinds of authentication: 1) Through the web server; eg: Apache Web Server access files: .htaccess, .htpasswd. 2) A bean installed in any jsp or servlet with a session scope that forward to the authenticat

Re: 2 Tomcat4 questions

2001-11-30 Thread Frank Lawlor
I started with the directions for Tomcat 3.2 and jk_nt_service.exe http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.html and its copy of wrapper.properties. I made the following additions/changes to wrapper.properties: The only thing I found I needed in the classpath was bootstr

2 Tomcat4 questions

2001-11-30 Thread JBrawner
Question 1: How do you make Tomcat4.0 a NT Service? In previous releases I used jk_nt_service and pointed that toward the wrapper.properties file. There is no wrapper.properties file in Tomcat4 Question 2: I installed tomcat and i can see the example jsp's fine running tomcat alone. So

RE: beginner questions (fwd)

2001-11-27 Thread Benjamin L. May
Tuesday, November 27, 2001 12:19 PM > To: [EMAIL PROTECTED] > Subject: beginner questions (fwd) > > > > > -- Forwarded message -- > Date: Tue, 27 Nov 2001 15:17:40 -0500 (EST) > From: Benjamin L. May <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] &g

RE: beginner questions (fwd)

2001-11-27 Thread Charles Hudak
http://localhost:8080/reports/index.html -Original Message- From: Benjamin L. May [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: beginner questions (fwd) -- Forwarded message -- Date: Tue, 27 Nov 2001 15:17:40 -0500

beginner questions (fwd)

2001-11-27 Thread Benjamin L. May
-- Forwarded message -- Date: Tue, 27 Nov 2001 15:17:40 -0500 (EST) From: Benjamin L. May <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: beginner questions Hey guys, I am a newbie tomcat user, and I am having trouble being able to view anything thru tomcat

Re: general questions

2001-11-21 Thread Janek Bogucki
Hi Prashant, There is some indication in the source code that this is intended to be configurable but I failed to find any information on how to do it. --- If you have compiled Tomcat from source then you could have a look at JspParseEventListener.java and replace JakartaCommentGenerator with a

general questions

2001-11-20 Thread D'Souza, Prashant
hi Friends just wanted to know if .java files generated after compiling a jsp can be free of comment's like follows as it makes the code difficult to read // end // HTML // begin [file="C:\\prashanth\\5th presention\\jakarta-tomcat-3.3\\webapps\\examples\\test\\bean.jsp";from= (14,31);to=(15,16)]

Re: New tomcat user questions

2001-11-19 Thread David Smith
My experience with poolman.jar and TC 4 suggests you put the poolman.xml file in the classes folder under $CATALINA_HOME. Actually how I did it since I disliked having poolman.xml sitting in the classes folder was to put in the conf folder and sym link to it from the classes folder. That way

Re: New tomcat user questions

2001-11-19 Thread Alec Bickerton
19/11/2001 10:16:45, Tom Oinn <[EMAIL PROTECTED]> wrote: > > >Alec Bickerton wrote: > > > >> This indicates that the config file couldn't be found. >> >> QUESTION: Can anyone suggest a reason as to why this is happening, even tho this >works under 3.2.3 ? >> QUESTION: What would I need to do

Re: New tomcat user questions

2001-11-19 Thread Tom Oinn
Alec Bickerton wrote: > This indicates that the config file couldn't be found. > > QUESTION: Can anyone suggest a reason as to why this is happening, even tho this >works under 3.2.3 ? > QUESTION: What would I need to do to make poolman.xml visible to all webapps ? The most common reason

New tomcat user questions

2001-11-19 Thread Alec Bickerton
Hi all, I'm running Tomcat 4.01 on Redhat 7.2 installed on an intel box. What I need to know is this: - I have recently moved a Servlet from another machine running tomcat 3.2.3. (Redhat 7.1) Tomcat 3.2.3 directory structure is as below, the servlet works without any issues. $TOMCAT_HOME/li

Re: Beginner Questions

2001-11-17 Thread Craig R. McClanahan
On Sun, 18 Nov 2001, Satish Talim wrote: > Date: Sun, 18 Nov 2001 08:46:05 +0530 > From: Satish Talim <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Beginner Questions > > Hi, > > I have just

Re: Beginner Questions

2001-11-17 Thread Steve Guo
1. Apache and Tomcat: no idea 2. aliases are set in web-inf\classes\web.xml (I do not know how yet), all the servlet class files need to be in examples\web-inf\classes, or root\web-inf\classes, you need to modify conf\server.xml if you have other folders under webapps\ 3.html and jsp files can be

Beginner Questions

2001-11-17 Thread Satish Talim
Hi, I have just installed Tomcat 4.0.1 and am trying to figure out: - any particular reason to have both Apache and Tomcat installed; or whether Tomcat by itself is enough. Which config file needs to be modified, so that: - a particular servlet would be loaded as soon as Tomcat starts - aliases

AW: Questions on tomcat heap usage and garbage collection (avoiding OutOfMemoryError exceptions)

2001-10-26 Thread Ralph Einfeldt
See below: > -Ursprüngliche Nachricht- > Von: Bang, Steinar [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 25. Oktober 2001 09:20 > An: '[EMAIL PROTECTED]' > Betreff: RE: Questions on tomcat heap usage and garbage collection > (avoidi ng O utOfMemoryErr

Re: Questions on tomcat heap usage and garbage collection (avoidingO utOfMemoryError exceptions)

2001-10-26 Thread Craig R. McClanahan
See intermixed. On Thu, 25 Oct 2001, Bang, Steinar wrote: > Date: Thu, 25 Oct 2001 15:55:35 +0200 > From: "Bang, Steinar" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Questi

Questions on tomcat heap usage and garbage collection (avoiding OutOfMemoryError exceptions)

2001-10-25 Thread Bang, Steinar
I wrote earlier: > Craig R. McClanahan [mailto:[EMAIL PROTECTED]] writes: [snip!] > But it doesn't address my real worry at the moment: > that a script kiddie armed with nothing more than > the httperf testing tool can bring my tomcat to > crash. >> and/or whether your test JSP page can tempor

Re: Questions on tomcat heap usage and garbage collection (avoiding OutOfMemoryError exceptions)

2001-10-25 Thread Bang, Steinar
Craig R. McClanahan [mailto:[EMAIL PROTECTED]] writes: > The most important task in a situation like this is > to find out why memory is being consumed in the first > place. Generally, this is caused by one of the > following types of factors: > * Creating lots and lots of session attributes in

RE: Questions on tomcat heap usage and garbage collection (avoidi ng O utOfMemoryError exceptions)

2001-10-25 Thread Bang, Steinar
Randy Layman [mailto:[EMAIL PROTECTED]] writes: > I think the best thing you can do is to determine > where the memory is going and fix your leaks. I say > your leaks because in my experience, Tomcat doesn't > leak memory and doesn't take a lot of memory for each > connection. I perhaps wasn't

Re: Questions on tomcat heap usage and garbage collection(avoiding OutOfMemoryError exceptions)

2001-10-25 Thread Pier Fumagalli
Bang, Steinar at [EMAIL PROTECTED] wrote: > Which brings us to question 2: tuning apache/tomcat: > When reading the documentation, I thought that there > was supposed to be a single tomcat process, serving > all requests. However top reports a lot of tomcat > processes, when I'm stresstesting th

Re: Questions on tomcat heap usage and garbage collection (avoidingO utOfMemoryError exceptions)

2001-10-24 Thread Craig R. McClanahan
0 > From: "Bang, Steinar" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Questions on tomcat heap usage and garbage collection (avoiding > O utOfMemoryError exceptions) > >

AW: Questions on tomcat heap usage and garbage collection (avoiding OutOfMemoryError exceptions)

2001-10-24 Thread Ralph Einfeldt
gt; An: '[EMAIL PROTECTED]' > Betreff: Questions on tomcat heap usage and garbage > collection (avoiding > OutOfMemoryError exceptions) > > > Platform: Intel PIII 797.499MHz, 256MB RAM > Debian Woody GNU/Linux, > kernel 2.2

RE: Questions on tomcat heap usage and garbage collection (avoiding O utOfMemoryError exceptions)

2001-10-24 Thread Randy Layman
m: Bang, Steinar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 3:21 AM > To: '[EMAIL PROTECTED]' > Subject: Questions on tomcat heap usage and garbage > collection (avoiding > O utOfMemoryError exceptions) > > > Platform: Intel PIII 797.499MHz

Questions on tomcat heap usage and garbage collection (avoiding OutOfMemoryError exceptions)

2001-10-24 Thread Bang, Steinar
p size aren't reached before the tomcat processes are restarted? 3. catch the exception? 4. use some kind of watchdog to restart tomcat? Question 3 raises more questions: 3a. What do you do when you catch the exception? There isn't much you _can_ do if you don't have any

Questions about Tomcat's default port config ?

2001-10-23 Thread Lee Bruce
hi, My question is : Is there anything else to change after I modified the default port number from "8080" to "80" in the server config ? thanx for your help . _ ¦b http://explorer.msn.com.tw/intl.asp §K¶O¤U¸ü MSN Explorer

Tomcat Manager Application Questions and Problems

2001-10-22 Thread Frank Lawlor
1) Does "reload" pick up changes to web.xml? 2) I added manager servlet to my web app (/AGCW) and when I send the manager a command to reload I get the following in the localhost_log: 2001-10-22 16:32:34 StandardWrapper[/AGCW:Manager]: Loading container servlet Manager 2001-10-22 16:32:34

Re: two questions

2001-10-18 Thread Kar YEOW
the oracle url look like this jdbc:oracle:thin:user/password@server:port:sid hope this help kar - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 5:14 AM Subject: RE: two questions Open a command

RE: two questions

2001-10-18 Thread Jim Urban
Open a command window. Change to the tomcat bin directory and execute "tomcat run". Jim -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 1:02 PM To: Tomcat (E-mail) Subject: two questions Tomcat 3.2.3 runs wrong on my computer, a

RE: two questions

2001-10-18 Thread Donie Kelly
w. If it exits you'll still be able to see the errors... Hope that helps Donie -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 19:02 To: Tomcat (E-mail) Subject:two questions Tomcat 3.2.3 runs wrong on my computer, and when it sta

two questions

2001-10-18 Thread Henry
Tomcat 3.2.3 runs wrong on my computer, and when it starts up, the new windows generates a bunch of errors and disappear before I was able to see clearly what the errors are. These are not logged in and log files. How can i start tomcat in the original window, or where can i find the run time erro

RE: [tomcat3.2] some questions

2001-10-04 Thread Randy Layman
> -Original Message- > From: Christian Ribeaud [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 04, 2001 8:56 AM > To: [EMAIL PROTECTED] > Subject: [tomcat3.2] some questions > > > Hi, > > I have been working for a few months with tomcat and I am

[tomcat3.2] some questions

2001-10-04 Thread Christian Ribeaud
Hi, I have been working for a few months with tomcat and I am very satisfied with it. I have been arrived at the point where I would like to understand this software more and I have got 3 questions: 1) I noticed that if you use ServletContext.setAttribute() in the servlet's init() fun

Re: Fw: Tomcat security questions

2001-09-21 Thread Jeff Turner
On Thu, Sep 20, 2001 at 02:27:33PM -0500, Jonathan Eric Miller wrote: > > I'm wondering if anyone has any suggestions on how to best setup Tomcat for > maximum security? Against what threat? Are you worried about: - DoS attacks - Attacks exploiting weaknesses in Tomcat itself (eg directory tra

Fw: Tomcat security questions

2001-09-20 Thread Jonathan Eric Miller
For some reason this didn't seem to go through the first time... Jon - Original Message - From: "Jonathan Eric Miller" <[EMAIL PROTECTED]> To: "Tomcat User List" <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 10:11 PM Subject: Tomcat se

Re: [TC4] WebDAV example - using it in other contexts, general questions

2001-09-20 Thread Remy Maucherat
> Hello, > > I've tried out the WebDAV example context provided with Tomcat 4.0, and > it's very practical and straightforward to use. I imagine it's built on top > of Jakarta Slide. Actually, no. > Nevertheless, I've found both WebDAV and Slide difficult to put into practice, because: > > - it

[TC4] WebDAV example - using it in other contexts, general questions

2001-09-20 Thread chris brown
ible. Hopefully someone can answer these questions and show me how to proceed! Thanks, -Chris

Tomcat security questions

2001-09-19 Thread Jonathan Eric Miller
I'm wondering if anyone has any suggestions on how to best setup Tomcat for maximum security? Currently, I'm running Tomcat in a chrooted environment. I see that there is also a way to run Tomcat as a non-root user. I'm wondering what the best configuration is. It seems like running it chrooted

Two questions

2001-09-13 Thread Renato
Hi all, I'm using Tomcat-3.2.3 on Linux, JVM 1.3.1 Sun, AJP13 protocol. Two quick questions. 1. I was doing some tests with several contexts/domains. All of them has the option 'crossContext=false'. I included about 800 context and when I start Tomcat I have about 800 jav

Newbie - Mod_jk Config Questions w/ 2 Tomcats

2001-09-06 Thread Joel Fowler
I am attempting to configure two Tomcat (3.2.3) servers. One each for production and development environments. Because they support different requirements, I would like to keep them as isolated as possible. However, they will need to share the same Apache (1.3.19) web server. I plan to connec

RE: Tomcat / applet --> servlet questions...

2001-09-04 Thread Jeremy McMullin
hanks J mc -Original Message- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: 04 September 2001 16:12 To: [EMAIL PROTECTED] Subject: Re: Tomcat / applet --> servlet questions... "Jeremy McMullin" <[EMAIL PROTECTED]> wrote: > Hi List, > I have an applet devel

Re: Tomcat / applet --> servlet questions...

2001-09-04 Thread Pier Fumagalli
"Jeremy McMullin" <[EMAIL PROTECTED]> wrote: > Hi List, > I have an applet developed by someone else with it's own predefined > directory structure: Off-topic... Completely unrelated to Tomcat... Use another mailing list, such as [EMAIL PROTECTED] Pier

Tomcat / applet --> servlet questions...

2001-09-04 Thread Jeremy McMullin
Hi List, I have an applet developed by someone else with it's own predefined directory structure: Base Folder --->Images Folder --->Symantec Folder (classes not developed by the previous developer) --->other folders... AND --->Applet's Class Files --->HTML file (containing applet) I have been ask

Questions about Jasper and Sun's jdkse1.4.0 Beta 2

2001-08-28 Thread Robert Finneran
Hi, I recently switched to jdkse1.4.0 Beta 2 because I was having seg faults with Sun JDK 1.3.1 using RH 7.1 Linux 2.4.3-12. Now that I've switched, my servlets run fine, but Jasper barfs when I try run .JSP pages: "org.apache.jasper.JasperException: JASPER: Unable to compile class for JSPerror

Re: JNDIRealm questions

2001-08-23 Thread Jonathan Eric Miller
st 23, 2001 3:42 PM Subject: Re: JNDIRealm questions > > > On Thu, 23 Aug 2001, Jonathan Eric Miller wrote: > > > Date: Thu, 23 Aug 2001 15:35:09 -0500 > > From: Jonathan Eric Miller <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: [EMAIL PR

Re: JNDIRealm questions

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Jonathan Eric Miller wrote: > Date: Thu, 23 Aug 2001 15:35:09 -0500 > From: Jonathan Eric Miller <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: JNDIRealm questions > > Thanks, can you confirm that bi

Re: JNDIRealm questions

2001-08-23 Thread Jonathan Eric Miller
Thanks, can you confirm that binding as the user rather as system is supported? Jon - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 3:21 PM Subject: Re: JNDIRealm questions > > >

Re: JNDIRealm questions

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Jonathan Eric Miller wrote: > Date: Thu, 23 Aug 2001 15:08:12 -0500 > From: Jonathan Eric Miller <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: JNDIRealm questions > > I did a search of the Tomcat Devel

Re: JNDIRealm questions

2001-08-23 Thread Jonathan Eric Miller
ing functionality that JDBCRealm supports. * USER LOGIN. Realm implementation attempts to bind to the server using the username and password specified by the user. If this is successful, the user is considered to be authenticated, and the associated roles are looke

Re: classpath questions

2001-08-21 Thread Nitin Goyal
, 2001 3:34 PM Subject: classpath questions Hi all, I am wondering if someone can instruct me or point me in the direction on how to make apps I create in the same tomcat to start with different classpaths and libraries? Currently I add the jar file into the global classpath but when I have more than

classpath questions

2001-08-21 Thread Albert Yip
Hi all, I am wondering if someone can instruct me or point me in the direction on how to make apps I create in the same tomcat to start with different classpaths and libraries? Currently I add the jar file into the global classpath but when I have more than one apps on tomcat, I run into trouble.

JNDIRealm questions

2001-08-16 Thread Jonathan Eric Miller
I'm currently looking at trying to use JNDIRealm for authentication and I've come up with a number of questions. I'm wondering if anyone knows the answers to any of the following questions. 1. Does anyone have it working that can provide an example entry of what should go in serv

Two configuration questions

2001-08-14 Thread Kenneth Litwak
1. Where do I put a JSP file? Where do I put associated helper beans and custom tags? 2. I want to access from a JSP's helper bean or a servlet running on Tomcat on one host an EJB running on the J2EE RI on another server on a separate host. If this were a standalone client I'd just give the

RE: Security questions

2001-07-30 Thread Dave Finch
Thanks very much. -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 5:00 PM To: '[EMAIL PROTECTED]' Subject: RE: Security questions > What is the default password for the admin context? It's in tomcat/conf/tomcat-users.

RE: Security questions

2001-07-30 Thread William Kaufman
> What is the default password for the admin context? It's in tomcat/conf/tomcat-users.xml . > where can I find documentation on implementing security with tomcat? Start with the servlet specification at http://java.sun.com/products/servlet/ . You could also look at JDBCRealm (sources and do

Security questions

2001-07-30 Thread Dave Finch
Hi,   What is the default password for the admin context? where can I find documentation on implementing security with tomcat?   Thanks,   Dave Finch

Ignorant Newbie Questions re TOMCAT and NT4

2001-07-25 Thread Thamm, Russell
Hi, I have installed jakarta-tomcat-4.0-20010717 onto an NT machine. 1) Web Folders === Is there some basic incompatibility between TOMCAT WebDav and Microsoft Web Folders? I can open a web folder on http://localhost:8080/webdav and I can create collections using the new folder option.

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-06 Thread Michael Wentzel
> Tomcat's JDBC Realm won't work with an empty database > password. I posted > about this a week ago and asked if it was a bug and noone responded. > > If you proved the JDBCRealm a valid username with a blank > (empty string) > password, Tomcat will ignore BOTH Username and password. Guess I

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-06 Thread Jann VanOver
cat bug? I'm still fairly new to Tomcat and tried searching for this in Bugzilla and didn't find anything and wasn't sure where to go from there. Would someone with more experience with the process like to enter this? -Original Message- From: Michael Wentzel [mailto:[EMAIL P

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-06 Thread Michael Wentzel
> Now, when somebody wants to access myServlet resource, he/she > must have the role > of an Administrator or Operator. I think this should be > checked into the > database. The problem is that, when I've tried to access > myServlet for the > first time, the following message was generated in

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-05 Thread Ignacio J. Ortega
Hola Kaneda: > It does. I personally use it, and it . It is stable. > I use mySQL mm driver. Fine !!! > (NB: for the mySQL user add > autoReconnect=true > otherwise the realms crash an no one can be indentify correctly > that make that > connectionURL="jdbc:mysql://LOCALHOST:3306/mydatabase?aut

Re:RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-05 Thread Jonathan Pierce
>>The real question is are you just wanting jdbc datasources >>or are you wanting a JDBC user authentication modality? Because >>that's what JDBCRealm is for, not for general JDBC connections. >>Once, again I've got to say I think you are misunderstanding Realms. >>You do not need to directly ac

Re: JDBC Realm Questions Tomcat 3.2.2

2001-07-05 Thread Alexa Petrean
Any ideea would be highly appreciated Alex "Rajehswar V. Rao" wrote: > I am looking for same > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 05, 2001 4:02 AM > To: [EMAIL PROTECTED] > Subject: Fwd:JDBC Real

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-05 Thread Rajehswar V. Rao
I am looking for same -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 4:02 AM To: [EMAIL PROTECTED] Subject: Fwd:JDBC Realm Questions Tomcat 3.2.2 Someone please respond to these questions so I know whether JDBC Realms are a

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-04 Thread Michael Wentzel
> Someone please respond to these questions so I know whether > JDBC Realms are a > supported feature of Tomcat3.2.2. I posted the question a few > days ago and have > gotten no responses. Of course JDBC Realms are supported in 3.2.2. > Has anyone been successful in

Fwd:JDBC Realm Questions Tomcat 3.2.2

2001-07-04 Thread Jonathan Pierce
Someone please respond to these questions so I know whether JDBC Realms are a supported feature of Tomcat3.2.2. I posted the question a few days ago and have gotten no responses. Has anyone been successful in referencing a jdbc datasource configured in the server.xml of Tomcat 3.2.2? If so, how

Re: Questions about Tomcat Cookies

2001-06-06 Thread Bo Xu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 4:25 AM > To: [EMAIL PROTECTED] > Subject: Questions about Tomcat Cookies > > Hi, > > I have used tomcat as standalone and w/ apache also. > In my appl

RE: Questions about Tomcat Cookies

2001-06-06 Thread William Kaufman
at is used with Apache , then which one sets the cookies ? Tomcat, AFAIK. -- Bill K. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 4:25 AM To: [EMAIL PROTECTED] Subject:

Questions about Tomcat Cookies

2001-06-06 Thread amit
when i see cookies folder of my Win NT machine (C:\Winnt\profiles\Administrator\cookies) , I didn't found any cookie by name 'JSESSIONID'   MY QUESTIONS ARE : 1) If the cookies are not found in the directory , where are they ? 2) If I disable cookies in the browser , still sessio

RE: Security Questions

2001-05-30 Thread William Kaufman
to have a simple xml file, should I?   You do: it's named $TOMCAT_HOME/conf/tomcat-users.xml .     -- Bill K. -Original Message-From: Gerry Duhig [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 30, 2001 4:00 AMTo: [EMAIL PROTECTED]Sub

Security Questions

2001-05-30 Thread Gerry Duhig
Hi!   I have Tomcat setup, actually running with JBoss, and I am looking at security.   I can setup an application with a login-conf in web.xml, but I cannot see who or what handles that. Is it Tomcat directly, or some loaded subsystem?   In detail: In my server.xml file I have the following

RE: FORM-based login questions

2001-05-17 Thread Kevin HaleBoyes
uot;JULIEN,TIMOTHY (HP-NewJersey,ex2)" <[EMAIL PROTECTED]> Subject: RE: FORM-based login questions Message-ID: <[EMAIL PROTECTED]> 1. You are right that the spec doesn't say what to do when a login form is accessed directly. This is why Tomcat doesn't know what to do. Tw

RE: FORM-based login questions

2001-05-16 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 2:45 PM To: [EMAIL PROTECTED] Subject: FORM-based login questions I've managed to get FORM-based login to work but I've got a few questions regarding it. I have an application that has three different roles: customer, administrator,

FORM-based login questions

2001-05-16 Thread Kevin HaleBoyes
I've managed to get FORM-based login to work but I've got a few questions regarding it. I have an application that has three different roles: customer, administrator, and retailer. They will have access to their own part of the overall application - generally, the customer will access

Re: SQL questions

2001-05-15 Thread John Clark L. Naldoza
that database or use JDBC-ODBC ..;-) HTH Cheers, John Clark George McKInney wrote: > > > -Original Message- > > From: Slemp, Douglas, J (Doug) [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, May 15, 2001 9:44 AM > > To: [EMAIL PROTECTED] > > Subject: SQL

RE: SQL questions

2001-05-15 Thread George McKInney
> -Original Message- > From: Slemp, Douglas, J (Doug) [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 9:44 AM > To: [EMAIL PROTECTED] > Subject: SQL questions > > > I'm starting to get into SQL and I have a few questions if > anyone out there

RE: SQL questions

2001-05-15 Thread Jann VanOver
http://www.w3schools.com -Original Message- From: Slemp, Douglas, J (Doug) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: SQL questions I'm starting to get into SQL and I have a few questions if anyone out there can answer them for m

SQL questions

2001-05-15 Thread Slemp, Douglas, J (Doug)
I'm starting to get into SQL and I have a few questions if anyone out there can answer them for me: 1)Is there any WWW site that gives tutorials and/or examples of using SQL and Java? (I'm really looking for good examples on using java.sql to makes JDBC calles to a SQL server on b

mapping/war file structure questions...

2001-05-10 Thread Peter Smith
1. What is the 'default' servlet? Is the servlet defined in a web.xml file to have the 'servlet-name' "default"? Couldn't find definition in servlet spec. 2. How does Tomcat map a request to a specific application? For instance, if my tomcat-apache.conf file, which is #included in my httpd.co

load balancing questions

2001-04-20 Thread Kelly Kleinfelder
Is there an lbfactor setting that will redirect all new sessions to another worker? Is there an upper limit to which the lbfactor can be set?   With those questions in mind, here is more detail and background for my situation.   Here is our setup:   Apache 1.3.14 Tomcat 3.2.1 Solaris 7

Re: Newbie Questions JSP/Tomcat

2001-04-16 Thread Tim O'Neil
Look in $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes At 12:12 PM 4/16/2001 -0500, Scott P wrote: >On page 25 they talk about placing Servlets in the install_dir/classes >directory. My install did not come with a classes dir, in the install_dir?

Newbie Questions JSP/Tomcat

2001-04-16 Thread Purcell, Scott
Hello, I am new to JSP and especially Tomcat. I do have it installed and working on a NT4.0 Box. Anyway, I am working out of Suns book "Core Servlets And JavaServer Pages". On page 25 they talk about placing Servlets in the install_dir/classes directory. My install did not come with a classes dir

PoolMan 1.4.1 & JNDI Questions

2001-04-15 Thread eric chacon
Folks I'm trying to make a PoolMan 1.4.1 datasource available through JNDI. I can get PoolMan working without trying to make a datasource (for example, the PoolManServlet works just fine...) I have PoolMan 1.4.1 working with Postgresql 7.0.3 and Tomcat 3.2.1 / Apache runing on Linux. My prob

Re: A couple of questions

2001-04-13 Thread Jeff Kilbride
> To: <[EMAIL PROTECTED]> Sent: Friday, April 13, 2001 11:37 AM Subject: RE: A couple of questions > OK, I have just read the Servlet Specification 2.2, and it does not answer > my first question, which was: > > When I go to the Servlet Examples page > (http://localhost:8080/exam

RE: A couple of questions

2001-04-13 Thread Danny Angus
read again, this time look for /servlet/* and the word "context" it *is* all there > -Original Message- > From: Lu, Spencer [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 13, 2001 7:38 PM > To: '[EMAIL PROTECTED]' > Subject: RE: A couple of quest

Re: A couple of questions

2001-04-13 Thread Bo Xu
"Lu, Spencer" wrote: > OK, I have just read the Servlet Specification 2.2, and it does not answer > my first question, which was: > > When I go to the Servlet Examples page > (http://localhost:8080/examples/servlets/index.html), there is a link that > executes the Hello World servlet. This link

RE: A couple of questions

2001-04-13 Thread Lu, Spencer
sday, April 11, 2001 7:37 PM To: [EMAIL PROTECTED] Subject: RE: A couple of questions first things first, you will have 90% of your questions answered by reading the servlet specification from Sun. this answers question 1 for you > 2) Would it be possible for me to place my application in a com

Re: AW: Two Depressed Questions

2001-04-12 Thread Tim O'Neil
That reminds me. I seem to recall reading in the Apache docs that if you are doing any virtual hosting you should do away with the default host and make all your hosts (including what was the default) virtual. Mr. Busse' comments would seem to validate that. At 04:52 PM 4/12/2001 +0200, you wrote

AW: Two Depressed Questions

2001-04-12 Thread Stefan Busse
Maybe I can help you with the second question at least: I removed the default host and put several virtual hosts in my server.xml and some of them contain the same path "/". It works just beautifully. Maybe you throw out the default host like I did. If tomcat works like apache, it will use the f

Re: Two Depressed Questions

2001-04-12 Thread Mark Mynsted
;) Or maybe nobody had the answers. These are two questions I'm still hoping for a response on. I'm hoping for Craig-like knowledge, but someone else who does have the same configuration but doesn't have the same problems would also have useful information.. 1. I have a listener regi

virtualhosting, is this correct and some (general) questions

2001-04-12 Thread Frank
DocumentRoot /opt/www/test02.servlet.com/htdocs ServerName test02.servlet.com JkMount /*.jsp test02-ajp13 JkMount /servlet/* test02-ajp13 Some other questions. I've added jars for ssl, xml parsing, jdbc to mysql and postgress in the jre/lib directory under the jd

Two Depressed Questions

2001-04-11 Thread Michael McElligott
They're depressed because apparently nobody read them when I posted previously. ;) Or maybe nobody had the answers.  These are two questions I'm still hoping for a response on.  I'm hoping for Craig-like knowledge, but someone else who does have the same configuration but d

RE: A couple of questions

2001-04-11 Thread Filip Hanik
first things first, you will have 90% of your questions answered by reading the servlet specification from Sun. this answers question 1 for you > 2) Would it be possible for me to place my application in a completely > separate directory tree and not in a war file? Or does it have to b

A couple of questions

2001-04-11 Thread Lu, Spencer
Hi, I've recently installed Tomcat 3.2.1 (win32) on my computer. I'm trying to understand how certain things are configured, and I have a couple of questions: 1) When I go to the Servlet Examples page (http://localhost:8080/examples/servlets/index.html), there is a link that executes

Possibly OT: Struts questions

2001-04-09 Thread Larry Meadors
I know, I know, I know! Please no flames! This is the tomcat-user list, but I figured this would be a good place to start. Are people using struts now? How stable is it? Is it nearly complete? Within 3 months? 6 months? 12 months? How does struts relate to Cocoon? Competing or complimentary

FW: Tomcat setup questions

2001-03-23 Thread Ben Sifuentes
I don't think this made the list trying the again. -Ben -Original Message- From: Ben Sifuentes [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 4:09 PM To: Tomcat-User Subject: Tomcat setup questions Currently, I have both Apache and Tomcat installed and have confi

Tomcat setup questions

2001-03-22 Thread Ben Sifuentes
Currently, I have both Apache and Tomcat installed and have configured Tomcat to utilize Virtual Hosts for each application with each running on it's own Tomcat JVM utilizing different port numbers. I'm able to start and terminate the applications independantly of each other which was the major

Re: Jni Programming Questions

2001-03-22 Thread Nick Christopher
RTFM Leroy Williams wrote: > Dear java expert, how are you doing? The main reason > why I'm writing is; because I'm a student trying to > master jni programming. > > I have a question. That I think you'll might be > able to answer. Please if you could explain the > answer in easy to unders

<    1   2   3   4   5   6   7   >