RE: Build 5.5.9 three simple newbie questions ?????

2005-09-20 Thread Bovy, Stephen J
I have set my proxy in the "build.properties" file per directions on the jakarta build faq: # - Proxy setup - # Uncomment if using a proxy server. proxy.host=caproxy.ca.com proxy.port=80 proxy.use=on But I am still getting the following: ***

RE: Asking again: Final questions: Default pages

2005-09-12 Thread Allistair Crossley
Thielen [mailto:[EMAIL PROTECTED] > Sent: 12 September 2005 17:21 > To: 'Tomcat Users List' > Subject: RE: Asking again: Final questions: Default pages > > > Hi; > > What I am trying to do is beable to have a url of > www.windward.net/cart.jsp > instead of www

RE: Asking again: Final questions: Default pages

2005-09-12 Thread David Thielen
lto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 10:07 AM To: Tomcat Users List Subject: RE: Asking again: Final questions: Default pages Hi, Just don't bother putting the domain in the mapping from IIS to Tomcat, e.g /*.jsp=ajp13 would capture both domain requests and forward to Tom

RE: Asking again: Final questions: Default pages

2005-09-12 Thread Allistair Crossley
To: 'Tomcat Users List' > Subject: Asking again: Final questions: Default pages > > > > Hi; > > I have multiple domains on my website (IIS). I would like to do the > following. > > When a user goes to http://www.windward.net/cart.jsp or > http://www.win

Asking again: Final questions: Default pages

2005-09-12 Thread David Thielen
Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in the root of a specific webapp of mine. In other words, all requests for a .jsp (o

RE: Final questions: Default pages

2005-09-11 Thread david
Hello; I'm sorry but I don't understand your answer. Thanks - dave -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Sunday, September 11, 2005 7:48 PM To: tomcat-user@jakarta.apache.org Subject: Re: Final questions: Default pages &quo

Re: Final questions: Default pages

2005-09-11 Thread Bill Barker
"David Thielen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi; > > > > I have multiple domains on my website (IIS). I would like to do the > following. > > > > When a user goes to http://www.windward.net/cart.jsp or > http://www.windwardreports.com/cart.jsp that it then loads t

Re: Final questions: workers.properties

2005-09-11 Thread Bill Barker
"David Thielen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi; > > > > First off thanks to all for help - I think I'm just about done. Question: > > > > workers.properties.minimal (which works fine) only has: > > worker.list=ajp13w > > worker.ajp13w.type=ajp13 > > worker.ajp13w

Final questions: Default pages

2005-09-09 Thread David Thielen
Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in the root of a specific webapp of mine. In other words, all requests for a

Final questions: workers.properties

2005-09-09 Thread David Thielen
Hi; First off thanks to all for help - I think I'm just about done. Question: workers.properties.minimal (which works fine) only has: worker.list=ajp13w worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009 While workers.properties (not load balancing) also h

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
Okay great. I'll check the docs on that once I get the server side stuff running right. Thanks for all the hel. Roberto David Smith <[EMAIL PROTECTED]> 08/15/2005 10:59 AM Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: Security Quest

Re: Security Questions Regarding Tomcat

2005-08-15 Thread David Smith
a real proxy server. Thanks. > >Roberto > > > >Hassan Schroeder <[EMAIL PROTECTED]> >08/15/2005 10:30 AM >Please respond to >"Tomcat Users List" > > >To >Tomcat Users List >cc > >Subject >Re: Security Questions Regarding Tomcat >

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
sers List" To Tomcat Users List cc Subject Re: Security Questions Regarding Tomcat Robert V. Coward/CTR/OSAGWI wrote: > Understood. But I do not want to use Tomcat proxying services. I just want > to host 8080 locally and let my ipfilter firewall block and proxy for

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Hassan Schroeder
Robert V. Coward/CTR/OSAGWI wrote: Understood. But I do not want to use Tomcat proxying services. I just want to host 8080 locally and let my ipfilter firewall block and proxy for me. Then the default Tomcat configuration of listening on port 8080 is just what you need. I highly recommend makin

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
cc Subject Re: Security Questions Regarding Tomcat Robert V. Coward/CTR/OSAGWI wrote: > Hmmm. Well take a look at this entry from the server.xml file: > > > > > > I did not add this and from what I can tell this comes with the default > config. An

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Hassan Schroeder
Robert V. Coward/CTR/OSAGWI wrote: Hmmm. Well take a look at this entry from the server.xml file: I did not add this and from what I can tell this comes with the default config. Any info? About what? This is in the Fine Manual -- see the Connector documentation under tomcat-d

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
List cc Subject Re: Security Questions Regarding Tomcat But it's also commented out and not active. It's there as an example of a proxied port if you happen to be using Apache and mod_rewrite as a front end to tomcat. --David Robert V. Coward/CTR/OSAGWI wrote: >Hmmm. Well take a

Re: Security Questions Regarding Tomcat

2005-08-15 Thread David Smith
> > > >I did not add this and from what I can tell this comes with the default >config. Any info? > >Roberto > > > > >David Smith <[EMAIL PROTECTED]> >08/12/2005 11:40 AM >Please respond to >"Tomcat Users List" >

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
omcat Users List cc Subject Re: Security Questions Regarding Tomcat This sounds really fishy. Tomcat does not by default have any connectors configured for port 80. There must be another service or you've modified your server.xml somehow. --David Robert V. Coward/CTR/OSAGWI wrot

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Hassan Schroeder
Leandro Meiners wrote: Where can I find documentation regarding limting HTTP methods using security-constraints? The Security section of the Servlet 2.4 Spec (SRV.12) has some good examples -- highly recommended :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] We

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Leandro Meiners
Tim, list: Where can I find documentation regarding limting HTTP methods using security-constraints? All I was able to do was requiere authentication in order to use some HTTP methods but I would like to limit them like it can be donde with the directive "Limit" in Apache. I will also appreciate

Re: Security Questions Regarding Tomcat

2005-08-12 Thread David Smith
I don't know -- I can see some value to the root only ports below 1024. It prevents non-privileged users from stealing trusted service ports in a mainframe environment -- not that that's a reality anymore. The best way to handle this in a production environment is to use the commons-daemon projec

Re: Security Questions Regarding Tomcat

2005-08-12 Thread David Smith
work admin is giving me much grief about allowing port 8080 access to >the web. > >Thanks > > > > > >Paul Singleton <[EMAIL PROTECTED]> >08/12/2005 10:08 AM >Please respond to >"Tomcat Users List" > > >To >Tomcat Users List >cc >

Re: Security Questions Regarding Tomcat

2005-08-12 Thread David Smith
n >to use ports under 1000. > >Ralph B. Harrell >UNC Charlotte >Manager, Oracle Database Administration >[EMAIL PROTECTED] >(704) 687-2951 >-Original Message- >From: Alon Belman [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 11, 2005 4:20 PM >To: Tomcat U

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Hassan Schroeder
Robert V. Coward/CTR/OSAGWI wrote: Apparently T5 comes with a port 80 proxy server a special servlet container or something. Basically I have ipfilter running and only allow access to port 8080, but if you send a request to 80 tTomcat picks up and does some sort of internal redirect to port 8

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Robert V. Coward/CTR/OSAGWI
D]> Subject Re: Security Questions Regarding Tomcat Harrell, Ralph wrote: > I would like to be able to start TOMCAT as a non-root > user but am unable to as we are running SSL and use > port 443 and non-root users do not have the permission > to use ports under 1000. ...not

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Paul Singleton
Harrell, Ralph wrote: I would like to be able to start TOMCAT as a non-root user but am unable to as we are running SSL and use port 443 and non-root users do not have the permission to use ports under 1000. ...not in Linux and some (all?) Unix variants, anyway. (FWIW I think this root-only-b

RE: Security Questions Regarding Tomcat

2005-08-12 Thread Harrell, Ralph
-Original Message- From: Alon Belman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 4:20 PM To: Tomcat Users List Subject: Re: Security Questions Regarding Tomcat copied "share" to meb/robo laters! On 8/11/05, LFM <[EMAIL PROTECTED]> wrote: > Tim, > > Th

Re: Security Questions Regarding Tomcat

2005-08-11 Thread Tim Funk
Setting the server header is a tomcat 5.5 feature. -Tim LFM wrote: Tim, Thanks for the reply, but I can't get in working: In conf/server.xml I added server="TEST", as shown: Stopped, started Tomcat. nc'ed to localhost, but still got the old server header. $ nc localhost 8180 GET / HTTP/

Re: Security Questions Regarding Tomcat

2005-08-11 Thread Alon Belman
copied "share" to meb/robo laters! On 8/11/05, LFM <[EMAIL PROTECTED]> wrote: > Tim, > > Thanks for the reply, but I can't get in working: > > In conf/server.xml I added server="TEST", as shown: > > > port="8180" minProcessors="5" maxProcessors="75" > enableLookups="true" acceptCount="10" de

Re: Security Questions Regarding Tomcat

2005-08-11 Thread LFM
Tim, Thanks for the reply, but I can't get in working: In conf/server.xml I added server="TEST", as shown: Stopped, started Tomcat. nc'ed to localhost, but still got the old server header. $ nc localhost 8180 GET / HTTP/1.0 HTTP/1.1 302 Moved Temporarily Location: http://localhost.localdom

Re: Security Questions Regarding Tomcat

2005-08-11 Thread Tim Funk
The Server header can be configured in the declaration. server='Sun Solaris IIS/6.0' To limit the HTTP methods this can be done a few ways; 1) Use a servlet filter 2) Use web.xml and security constraints on those method types 3) ??? -Tim LFM wrote: Hi! I'm hardening a Web Server running T

Security Questions Regarding Tomcat

2005-08-11 Thread LFM
Hi! I'm hardening a Web Server running Tomcat for a client, but I'm having difficulty in finding information on how to accomplish the following tasks (bored of googling so I decided to ask here): 1. Remove/modify the banner presented by the coyote connector on the server header of an http reply. 2

My first JAAS implementation. A few questions.

2005-08-08 Thread Mark Benussi
I am implementing my first JAAS implementation and have some problems/questions. Firstly my commit method of my LoginModule does the following (User and Role both implement Principal) // Create a new User Principal with the user name retrieved from the NameCallback User user = new User(username

Re: clustering questions

2005-06-14 Thread Peter Rossbach
Hey Mark, Mark Eggers schrieb: I'm looking at clustering and have a few questions. 1. In the documentation, the Cluster element is shown as a child of the Engine element. In the example server.xml the Cluster element is shown in the Host element. When I put the Cluster element in the

Re: clustering questions

2005-06-14 Thread Filip Hanik - Dev Lists
. Filip Mark Eggers wrote: I'm looking at clustering and have a few questions. 1. In the documentation, the Cluster element is shown as a child of the Engine element. In the example server.xml the Cluster element is shown in the Host element. When I put the Cluster element in the

clustering questions

2005-06-13 Thread Mark Eggers
I'm looking at clustering and have a few questions. 1. In the documentation, the Cluster element is shown as a child of the Engine element. In the example server.xml the Cluster element is shown in the Host element. When I put the Cluster element in the Host element, I get clustering mes

Embedded Tomcat JNDI/JDBC Configuration Questions

2005-05-29 Thread Joe Reger, Jr.
ode from the .war file running inside of the embedded tomcat. Questions: 1) Is my jndiPrePend variable correct? It works for a standard deployment on a non-embedded tomcat. 2) Is there anything special I need to do to get a jndi/jdbc resource configured under the embedded tomcat? 3) Does the erro

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Dale, Matt
t: RE: OutOfMemory / JMeter / Profiler questions Matt, Thanks for your feedbackwhich triggered more questions below! > -Original Message- > From: Dale, Matt [mailto:[EMAIL PROTECTED] > Sent: 04 March 2005 15:26 > To: Tomcat Users List > Subject: RE: OutOfMemory / JMeter

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Guillaume Lahitette
Matt, Thanks for your feedbackwhich triggered more questions below! > -Original Message- > From: Dale, Matt [mailto:[EMAIL PROTECTED] > Sent: 04 March 2005 15:26 > To: Tomcat Users List > Subject: RE: OutOfMemory / JMeter / Profiler questions > > > Hi, >

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Dale, Matt
t: 04 March 2005 15:15 To: Tomcat Users List Subject: RE: OutOfMemory / JMeter / Profiler questions Alan, Thanks for your feedback. You got me curious here: Why does/would Tomcat reload sessions after startup? Aren't the sessions destroyed upon Tomcat shutdown? Also, I could only find a $T

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Guillaume Lahitette
ent: 03 March 2005 12:17 > To: Tomcat Users List > Subject: RE: OutOfMemory / JMeter / Profiler questions > > > You probably have either very large or very many sessions which > Tomcat is attempting to reload on startup. Tomcat serialises > sessions into files called SESSIONS.se

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Guillaume Lahitette
ect: Re: OutOfMemory / JMeter / Profiler questions > > > > We've started performance testing one of our REMOTE web apps > using JMeter. > > We're gathering benchmark data before doing further fine > > tuning. > > > > Details: > > Win2K > >

RE: OutOfMemory / JMeter / Profiler questions

2005-03-03 Thread Flisch, Alan
Meter / Profiler questions Hello Tomcat'oids! We've started performance testing one of our REMOTE web apps using JMeter. We're gathering benchmark data before doing further fine tuning. Details: Win2K only have ssh + cygwin access to this remote server JDK 1.4.1_03 Tomcat 4.1.26, runni

Re: OutOfMemory / JMeter / Profiler questions

2005-03-03 Thread Harry Mantheakis
> We've started performance testing one of our REMOTE web apps using JMeter. > We're gathering benchmark data before doing further fine > tuning. > > Details: > Win2K > only have ssh + cygwin access to this remote server > JDK 1.4.1_03 > Tomcat 4.1.26, running as a service: > a.. Use security mana

OutOfMemory / JMeter / Profiler questions

2005-03-03 Thread Guillaume Lahitette
just after a Tomcat service restart! >From the stack trace below, you can see we get the OOM before any of our code >is executed :( Questions: a.. Anyone has seen this behavior upon Tomcat start up? b.. Anything particular to watch for in our JMeter test plan? c.. Would a profiler help?

RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Allistair Crossley
changes to that A. > -Original Message- > From: Matt [mailto:[EMAIL PROTECTED] > Sent: 01 March 2005 14:20 > To: Tomcat Users List > Subject: RE: Questions About jakarta-tomcat-5.0.28 > > > Yes, the documentation is not as clear as it could be; > however, Al

RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Matt
t; Cheers, Allistair. > > > -Original Message- > > From: Scott Purcell [mailto:[EMAIL PROTECTED] > > Sent: 01 March 2005 14:09 > > To: tomcat-user@jakarta.apache.org > > Subject: Questions About jakarta-tomcat-5.0.28 > > > > > > Hello, &g

RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Allistair Crossley
n the docs in the configuration section. Come back if you need more help after reading those. Cheers, Allistair. > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Sent: 01 March 2005 14:09 > To: tomcat-user@jakarta.apache.org > Subject: Questions Ab

Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Scott Purcell
Hello, I am running Tomcat 4.1.31 at work (dev) and I have a 5.0.28 at home. I have been working with Tomcat for quite some time, and ran into a problem trying to set up a webapp. At work on my 4.1.31, when create a new web-app, I edit the server.xml file and add my Context (see context below

some questions

2005-02-11 Thread Didier McGillis
pages, these are hand-coded and hand maintainted html pages. I'm targetting these for removal and redesign, since they are ugly to boot. Anyway my questions are this. Should I start implementing pieces like load-balancing, database connection pooling, and caching, gzip output in the new

, EJB's and Tomcat?, Login-valves, Realms with Oracle.. and other silly questions

2005-02-08 Thread Ben Bookey
Dear Tomcat users, 1. what exactly should the tags inside the web.xml do ? Is it simply a central reference for components within the webapp or does it have more powerful implications. i.e. the small icon will be used as an favicon type icon, whenever a user bookmarks a page from the webapp. 2.

Security Questions

2005-02-08 Thread Luke
Hello; When creating a realm does the table name have to be 'user'? With this realm I get a 403, but no login prompt. Before I go through with recreating the DB and the users I wanted to be sure this was the problem. Also, the web.xml in my projects WEB-INF contains the following: fw *.d

Re: Tomcat 5 architectural questions

2005-01-19 Thread Tim Funk
nio is used for clustering to replicate HttpSessions to other nodes in the cluster. nio is not used for talking to the web browser. -Tim T K wrote: I grep'ed through the tomcat 5.5.4 sources and found nio under org.apache.catalina.cluster - what's up with that? Not currently in use? tia --- Tim F

Re: Tomcat 5 architectural questions

2005-01-19 Thread T K
I grep'ed through the tomcat 5.5.4 sources and found nio under org.apache.catalina.cluster - what's up with that? Not currently in use? tia --- Tim Funk <[EMAIL PROTECTED]> wrote: > There is no nio in tomcat. > > -Tim > > T K wrote: > > > Hi, > > > > 1) Is T5.0 nio based? > > 2) Is T5.5 nio

Re: Tomcat 5 architectural questions

2005-01-13 Thread Tim Funk
There is no nio in tomcat. -Tim T K wrote: Hi, 1) Is T5.0 nio based? 2) Is T5.5 nio based? 3) For the version that's nio based, how many threads are typically in use? 4) Are there any articles on performance diffs between the two versions? 5) Why would one want to use one over the other? 6) Why wou

Tomcat 5 architectural questions

2005-01-13 Thread T K
Hi, 1) Is T5.0 nio based? 2) Is T5.5 nio based? 3) For the version that's nio based, how many threads are typically in use? 4) Are there any articles on performance diffs between the two versions? 5) Why would one want to use one over the other? 6) Why would one want to use any of them over 4.1 ap

RE: apache2 tomcat5 jk2 questions

2005-01-10 Thread Casas, Claudia
: Tomcat Users List Subject: Re: apache2 tomcat5 jk2 questions On Fri, Jan 07, 2005 at 06:02:14PM +0100, Nikola Milutinovic wrote: : Sorry. I was as bitten by the news as you are. The thing is, if it is : working, not only shouldn't you fix it, but relax. JK2 is OK - if it : works. It is a s

Re: apache2 tomcat5 jk2 questions

2005-01-07 Thread QM
On Fri, Jan 07, 2005 at 06:02:14PM +0100, Nikola Milutinovic wrote: : Sorry. I was as bitten by the news as you are. The thing is, if it is : working, not only shouldn't you fix it, but relax. JK2 is OK - if it : works. It is a stable mechanism, it is just not going to be developed : any more. I

Re: apache2 tomcat5 jk2 questions

2005-01-07 Thread Nikola Milutinovic
Casas, Claudia wrote: No way! I just got my server completely working on jk2! Does anybody have any links or resources that talk about this. If this is really a big issue, I will definitely move back to jk Sorry. I was as bitten by the news as you are. The thing is, if it is working, not only

RE: apache2 tomcat5 jk2 questions

2005-01-06 Thread Subir Sengupta
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#2 0041115.1 -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 12:49 PM To: Tomcat Users List Subject: RE: apache2 tomcat5 jk2 questions No way! I just got my server

RE: apache2 tomcat5 jk2 questions

2005-01-06 Thread Casas, Claudia
: Tomcat Users List Subject: Re: apache2 tomcat5 jk2 questions I believe that I have read that mod_jk2 was to stop being supported as of 11/15/04. It might be something to think about if you start seeing more bugs. I have reverted all of my boxes to mod_jk which serves just as fast for me. -j On

Re: apache2 tomcat5 jk2 questions

2005-01-05 Thread j r
t; >http://myserver/~userdir/myfile.jsp > > > >-Original Message- > >From: Dwayne Ghant [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, January 05, 2005 11:03 AM > >To: Tomcat Users List > >Subject: Re: apache2 tomcat5 jk2 questions > > > >

Re: apache2 tomcat5 jk2 questions

2005-01-05 Thread Dwayne Ghant
ist Subject: Re: apache2 tomcat5 jk2 questions Please Read your Documentation at this page http://myserver:8080/tomcat-docs/config/host.html and that should answer your question. Read the section that says: User Web Applications Casas, Claudia wrote: Hello everybody, I have configured jk2 successfully

RE: apache2 tomcat5 jk2 questions

2005-01-05 Thread Casas, Claudia
Ghant [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:03 AM To: Tomcat Users List Subject: Re: apache2 tomcat5 jk2 questions Please Read your Documentation at this page http://myserver:8080/tomcat-docs/config/host.html and that should answer your question. Read the section that says:

Re: apache2 tomcat5 jk2 questions

2005-01-05 Thread Dwayne Ghant
Please Read your Documentation at this page http://myserver:8080/tomcat-docs/config/host.html and that should answer your question. Read the section that says: User Web Applications Casas, Claudia wrote: Hello everybody, I have configured jk2 successfully finally to work with apache and tomcat. #!Q

apache2 tomcat5 jk2 questions

2005-01-05 Thread Casas, Claudia
Hello everybody, I have configured jk2 successfully finally to work with apache and tomcat. #!Question 1 I have included the following in my server.xml file: This allows me to see my jsp file as : http://myserver:8080/ccasas/myfile.jsp which is what I wan

Re: questions on WebDAV implementation

2004-12-28 Thread Mark Thomas
Peter Crowther wrote: From: Mark Thomas [mailto:[EMAIL PROTECTED] The best way forward is to create a bugzilla item for this and list the issues you find in that. Even better, would be if you had patches for some (or all) of these ;) The Bodington III project over here in the UK will also have

RE: questions on WebDAV implementation

2004-12-28 Thread Peter Crowther
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > The best way forward is to create a bugzilla item for > this and list the issues you find in that. Even better, would > be if you had patches for some (or all) of these ;) The Bodington III project over here in the UK will also have to face and fi

Re: questions on WebDAV implementation

2004-12-28 Thread Mark Thomas
Garret Wilson wrote: * I note that WebDAVServlet keeps a static SimpleDateFormat around for quickly formatting the creation date/time. The Java API docs for DateFormat indicate that date formats are not synchronized. Does this raise the potential for corrupted date printing, should multiple thre

questions on WebDAV implementation

2004-12-28 Thread Garret Wilson
hecks) more easily anyway. In the process, though, I'm getting to know the Tomcat WebDAV source pretty well, and I have a few questions that hopefully will help make the Tomcat WebDAV servlet better. * In DefaultServlet, after doGet() serves a resource, the servlet checks the exception a

Tomcat Virtual Host Stop/Start Questions

2004-11-23 Thread David Tepper
Hi there, I'm using Tomcat 4.1.27 on AIX 5.2 I have a shared binary setup for Tomcat where: is the default instance is one of the dev instances I have made a config change to the file and I need to implement that change. In order to do so, I imagine I need to recycle tomcat. My question

RE: Virtual Hosting Questions

2004-11-23 Thread Shapira, Yoav
Hi, >The mapping of domain names to ip's is done (as usual) in the IP stack. >Thus, using the /hosts /files on >tomcat client and server boxes works fine for development scenarios >where you do not want to >expose you production domain names to the Internet via DNS. I originally >asked the questi

Re: Virtual Hosting Questions

2004-11-23 Thread karjera
Laba diena. Dėkojame, kad mums parašėte. Jūsų atsiųsta žinutė išsaugota mūsų duomenų bazėje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Virtual Hosting Questions

2004-11-23 Thread Bill Winspur
Yoav, Thanks for your feedback. My findings are interleaved below. Bill. Question 1: Is this hosts-file approach feasible? Does tomcat care HOW domain names are mapped to IP addresses? It's more of a Java networking question that Tomcat question. I'm not sure how java's InetAddress class like

Re: Virtual Hosting Questions

2004-11-17 Thread Justin Jaynes
Bill, I believe I know what you are trying to do. I have done the a smiliar thing. Let me answer your questions one at a time. > I need to set up a few virtual hosts for a > development project, and > being new to Tomcat virtual hosts, have a couple of > questions: By virtual hos

RE: Virtual Hosting Questions

2004-11-17 Thread Steven Lister
you can see it in the logs too  .. INFO   | jvm 1    | 2004/11/17 15:09:03 | Nov 17, 2004 3:09:03 PM org.apache.jk.common.ChannelSocket init INFO   | jvm 1    | 2004/11/17 15:09:03 | INFO: JK2: ajp13 listening on /0.0.0.0:9009 > I seem to recall seeing code in some component of Tomcat that expl

RE: Virtual Hosting Questions

2004-11-17 Thread Caldarale, Charles R
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Subject: RE: Virtual Hosting Questions > > It's more of a Java networking question that Tomcat question. I'm not > sure how java's InetAddress class likes hosts files: my guess > is they're ignored. Using t

RE: Virtual Hosting Questions

2004-11-17 Thread Didier McGillis
names defined seperatly, server.xml has those names in each host area (they are setup as seperate tomcat instances). From: Bill Winspur <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Virtual Hos

RE: Virtual Hosting Questions

2004-11-17 Thread Shapira, Yoav
Hi, >1. In development, the clients and tomcat will be on an intranet. I plan >to use the hosts files of the client and tomcat boxes to map domain >names to IP addresses, thereby preempting invocation of DNS, and thus >exposure of our product-specific domain names to the Internet at-large, >until

Virtual Hosting Questions

2004-11-17 Thread Bill Winspur
I need to set up a few virtual hosts for a development project, and being new to Tomcat virtual hosts, have a couple of questions: --- 1. In development, the clients and tomcat will be on an intranet. I plan to use the hosts files of the client and tomcat boxes to map domain

RE: Questions on loading servlet vs. loading JSP

2004-11-03 Thread Steve Kirk
Message- > From: John MccLain [mailto:[EMAIL PROTECTED] > Sent: Wednesday 03 November 2004 16:54 > To: Shapira, Yoav; Tomcat Users List > Subject: RE: Questions on loading servlet vs. loading JSP > > > Thank you for your reply, but after reading your message, I may be &g

RE: Questions on loading servlet vs. loading JSP

2004-11-03 Thread John MccLain
again! -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:19 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Questions on loading servlet vs. loading JSP Hi, As you know, a JSP is just a servlet after it's compiled. A J

RE: Questions on loading servlet vs. loading JSP

2004-11-02 Thread Shapira, Yoav
cat jasper list; Tomcat Dev List; Tomcat user list >Subject: Questions on loading servlet vs. loading JSP > >I have a webapp. > >In 2 servlets, I call JNI code. > >When I call the servlets from a browser DIRECTLY, all is well and the code >executes. > >When the serv

Questions on loading servlet vs. loading JSP

2004-11-02 Thread John MccLain
I have a webapp. In 2 servlets, I call JNI code. When I call the servlets from a browser DIRECTLY, all is well and the code executes. When the servlets get called from JSP's, the JNI code hangs. I know I am cleaning up after myself in the JNI code What is the difference in how Tomcat loads and

Re: Log4j with Tomcat .. (3 questions)

2004-10-28 Thread Ben Souther
Ah, sorry. I didn't look closely enough at your code. The first example on this page shows how to read a properties file using getResourceAsStream(). Use that to get the properties file for the Configurator. http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto On Thu, 2004-10-28

Re: Log4j with Tomcat .. (3 questions)

2004-10-28 Thread Ben Souther
Try pulling out the: PropertyConfigurator.configure("log4j.properties") line. You shouldn't need it. Just let log4j find it in your classes directory. On Thu, 2004-10-28 at 20:14, Mufaddal Khumri wrote: > I just did that. I have a WEB-INF/classes/log4j.properties file with > the following: >

Re: Log4j with Tomcat .. (3 questions)

2004-10-28 Thread Mufaddal Khumri
I just did that. I have a WEB-INF/classes/log4j.properties file with the following: # initialise root logger with level DEBUG and call it A1 log4j.rootLogger=DEBUG, A1 # set the appender to be FileAppender log4j.appender.A1=org.apache.log4j.FileAppender # set set that layout to be SimpleLayout l

Re: Log4j with Tomcat .. (3 questions)

2004-10-28 Thread Mufaddal Khumri
I just did that. I have a log4j.properties file with the following: # initialise root logger with level DEBUG and call it A1 log4j.rootLogger=DEBUG, A1 # set the appender to be FileAppender log4j.appender.A1=org.apache.log4j.FileAppender # set set that layout to be SimpleLayout log4j.appender.A1.la

Re: Log4j with Tomcat .. (3 questions)

2004-10-28 Thread Ben Souther
Log4j looks on your class path for a properties file "log4j.properties". If you put the file in WEB-INF/classes it will find it. Here's a real simple example: log4j.rootCategory=DEBUG, dest1 log4j.appender.dest1=org.apache.log4j.RollingFileAppender log4j.appender.dest1.file=/usr/local/tomcat/l

Log4j with Tomcat .. (3 questions)

2004-10-28 Thread Mufaddal Khumri
Hi, Am new to log4j. Am using Tomcat 5 and my webapp-myNiceWebApp is in Tomcat/webapps/myNiceWebApp I have a class that I have the following code in: Logger logger = Logger.getLogger(Helper.class); SimpleLayout layout = new SimpleLayout();

AW: newbie questions

2004-10-02 Thread Steffen Heil
Hi > Finally for the stupid question of the day. I notice alot of information re: merging apache and tomcat. My question is why? I'm assuming the Apache is better at serving web pages that Tomcat but is that the only reason? It would seem that for a small website, just having Tomcat would be fine.

RE: newbie questions

2004-10-02 Thread Cameron Roe
Thanks QM! -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: October 1, 2004 4:05 PM To: Tomcat Users List Subject: Re: newbie questions On Fri, Oct 01, 2004 at 03:42:09PM -0600, Cameron Roe wrote: : Ok so here goes. I want a have a version of the JavaDoc for the Java Servlet

Re: newbie questions

2004-10-01 Thread QM
On Fri, Oct 01, 2004 at 03:42:09PM -0600, Cameron Roe wrote: : Ok so here goes. I want a have a version of the JavaDoc for the Java Servlet : API on my local machine. I can then link in my IDE and get mouse-over : javadoc for the Servlet API. Where do I get it? java.sun.com, there should be a down

newbie questions

2004-10-01 Thread Cameron Roe
Hi all, Ok so here goes. I want a have a version of the JavaDoc for the Java Servlet API on my local machine. I can then link in my IDE and get mouse-over javadoc for the Servlet API. Where do I get it? I know the Javadoc is available online but I would like to have a local copy.I've looked at t

RE: Getting started questions about Jakarta

2004-09-29 Thread Shapira, Yoav
e, so newcomers to this area may be confused by the name. I hope this clears things up for you a bit. Yoav Shapira Millennium Research Informatics >-Original Message- >From: fabio [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 29, 2004 12:30 AM >To: [EMAIL PROTECTED] &g

Getting started questions about Jakarta

2004-09-28 Thread fabio
Hi. I want to develop solutions based on Java. The servers are running Solaris sparc, we want to use apache httpd server. I would like to know What exactly is the different from Jakarta and conventional apache server version?. The analogy is "jakarta is to tomcat like apache is to "mod_foo" " ?

RE: [OFF-TOPIC] Some pretty basic TomcatConnectionPooling Questions????

2004-09-13 Thread Luke (Terry) Vanderfluit
[EMAIL PROTECTED] > > Subject: RE: [OFF-TOPIC] Some pretty basic TomcatConnectionPooling Questions > > > > Caroline is referring to my 'openConnection()' method which > > is missing a 'return' statement. > > Then you'll also need to chang

RE: [OFF-TOPIC]RE: Some pretty basic Tomcat ConnectionPooling Questions????

2004-09-13 Thread Luke (Terry) Vanderfluit
Hi, further to this thread I have now implemented the database connection as follows: ~~~ To get a database connection via an external class see below the code that does this: 1. the init() method that gets the DataSource from an external connection. 2. a method that

RE: [OFF-TOPIC] Some pretty basic TomcatConnectionPooling Questions????

2004-09-13 Thread Caldarale, Charles R
> From: Luke (Terry) Vanderfluit [mailto:[EMAIL PROTECTED] > Subject: RE: [OFF-TOPIC] Some pretty basic TomcatConnectionPooling Questions > > Caroline is referring to my 'openConnection()' method which > is missing a 'return' statement. Then you'll al

  1   2   3   4   5   6   7   >