Re: JSF Please Help with a simple question thanks ???

2005-09-03 Thread David Haynes
Bovy, Stephen J wrote: Thank you for the clarification ... So is Tomcat 5.x using the appache MYFACES Which version of jsf is included/supported by tomcat 5.x ??? Is there any difference between the Sun version and the appache version ??? Stephen Bovy Computer Associates 6100 Center

RE: JSF Please Help with a simple question thanks ???

2005-09-02 Thread Bovy, Stephen J
Does Tomcat 5.x have a JSF implementation Does JSF have to be installed separately Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

Re: JSF Please Help with a simple question thanks ???

2005-09-02 Thread David Haynes
Bovy, Stephen J wrote: Does Tomcat 5.x have a JSF implementation Does JSF have to be installed separately Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

RE: JSF Please Help with a simple question thanks ???

2005-09-02 Thread Bovy, Stephen J
Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: David Haynes [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 6:48 PM To: Tomcat Users List Subject: Re: JSF Please Help with a simple question thanks ??? Bovy, Stephen J wrote

Re: simple question on deltamanger - understanding

2005-06-09 Thread Peter Rossbach
Yes, at germany I can give you that support... Please send me your cluster config, and os, jdk and tomcat version. Peter John MccLain schrieb: My understanding is that the clustering replication DeltaManager it is called via a setAttribute if UseDirtyFlag is set to true. So does this mean

simple question on deltamanger - understanding

2005-06-06 Thread John MccLain
My understanding is that the clustering replication DeltaManager it is called via a setAttribute if UseDirtyFlag is set to true. So does this mean that it only checks for a delta on the attribute that was set, or does it check the deltas in the entire session? Also, does anyone know where I

Simple question on HTTP return codes

2005-05-31 Thread Frank W. Zammetti
I fear I should know this answer, but... How can one, from a servlet (or Struts Action maybe) throw a specific HTTP return code? I need to return a 403 from a servlet if certain things are not present in the request... is it just a matter of setting a particular header, or is there something to

Re: Simple question on HTTP return codes

2005-05-31 Thread Frank W. Zammetti
Yep, I *should* have known that :)... The sendError() method of HttpServletRequest does it. Sorry for wasted bandwidth! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, May 31, 2005 3:13 pm, Frank W. Zammetti said: I fear I should

Re: Simple question on HTTP return codes

2005-05-31 Thread Dakota Jack
Just a small note, Frank. You use sendError(int sc) for errors but setStatus(int sc) for codes that are not errors. On 5/31/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Yep, I *should* have known that :)... The sendError() method of HttpServletRequest does it. Sorry for wasted bandwidth!

Re: Simple question on HTTP return codes

2005-05-31 Thread Frank W. Zammetti
Cool, good to know there is a difference. Thanks! Frank Dakota Jack wrote: Just a small note, Frank. You use sendError(int sc) for errors but setStatus(int sc) for codes that are not errors. On 5/31/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Yep, I *should* have known that :)... The

simple question about mod_jk2

2005-02-09 Thread Olve Hansen
I see from the (old) docs that a channel has a timeout setting. http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk2/printer/configwebcom.html#sub_channel.socket Is this in seconds or milliseconds? The docs about an ajp.worker it is specified that the timeouts is in millisecs, but not

Deploy - simple question

2004-10-30 Thread Willian Corrêa
How i configure the directory's deploy of each virtual host (virtual host configured on server.xml)? thanks -- Willian Corrêa C.O.I. - Centro de Operações e Infraestrutura Plug In Internet Corporativa http://www.plugin.com.br [EMAIL PROTECTED] Centro de Atendimento, Informação e Apoio ao

Re: Deploy - simple question

2004-10-30 Thread QM
: How i configure the directory's deploy of each virtual host (virtual : host configured on server.xml)? I'm not sure I understand this question. Are you trying to control the order of deployment? That's not possible. -QM -- software -- http://www.brandxdev.net tech news --

Simple question regarding Body Tags

2004-04-22 Thread Mufaddal Khumri
I am using Tomcat 4.1.29 I have a bodytag called Page In the constructor of this Tag I do this: HttpSession session = null; try { session = pageContext.getSession(); }

newbie simple question...

2003-12-11 Thread Andres Ledesma
Hi everybody, I'm pretty new to Tomcat and jsp development, I'm running tomcat 4.1 over red hat 8. I redirected default port to 80 on server.xml, and created an index.jsp page in wich I insert other jsp pages I created as templates usign : jsp:include page=templates/header.jsp

newbie simple question... SOLVED !!!

2003-12-11 Thread Andres Ledesma
Hi everybody again, I went to the logs and found the cause of the error, so if anybody was going to anwser, I thanks, but it's not necessary already. Andres Ledesma Ibilnet Software Inc. == Solo quienes se arriesgan a llegar lejos, saben cuan lejos se puede llegar

jsp:include simple question

2003-10-23 Thread Erez Efrati
For some reason the following does not work for me jsp:include page=/MyApp/common/footer.jsp flush=true / And this does work: c:import url=/common/footer.jsp / I am using JBoss 3.2.1 +Tomcat 4.1.24, Struts 1.1. It is supposed to be very easy but.. anyway, someone has any idea? Thanks in

Re: jsp:include simple question

2003-10-23 Thread Christopher Schultz
Erez, For some reason the following does not work for me jsp:include page=/MyApp/common/footer.jsp flush=true / And this does work: c:import url=/common/footer.jsp / I think it's because you inadvertently have the webapp context root specified in the page= attribute. Try removing it; I think the

RE: Simple question about JSP page

2003-09-06 Thread Shawn Zernik
pooling. Shawn Zernik Internetwork Consulting www.internetworkconsulting.net -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 9:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Simple question about JSP page Hi, Maybe it's a stupid question

RE: Simple question about JSP page

2003-09-06 Thread Craig Berry
/2003 7:30 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Subject: Simple question about JSP page Hi, Maybe it's a stupid question. Built jsps for addingsearching with MySQL. First listing all existing records in db

Re: Simple question about JSP page

2003-09-06 Thread Christopher Williams
); - Original Message - From: engp0510 [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, September 06, 2003 3:30 AM Subject: Simple question about JSP page Hi, Maybe it's a stupid question. Built jsps for addingsearching with MySQL. First listing all existing records in db

RE: Simple question about JSP page

2003-09-06 Thread Murray
:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 9:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Simple question about JSP page Hi, Maybe it's a stupid question. Built jsps for addingsearching with MySQL. First listing all existing records in db and then adding a new one into database

Re: Simple question about JSP page

2003-09-06 Thread Ben Souther
1st, you shouldn't cross post to more than one list at a time. 2nd, without seeing your code, we can't help you. Have you checked the DB with another tool to verify that the record was actually added to the database? Are you catching SQL errors and doing something useful with them so you can

Re: Simple question about JSP page

2003-09-06 Thread Christopher Marsh-Bourdon
Did you commit the Add transaction prior to loading the list again? More details would be helpful prior to making any more guesses. Cheers Christopher Marsh-Bourdon Pyplia Limited On 6/9/03 3:30, engp0510 [EMAIL PROTECTED] wrote: Hi, Maybe it's a stupid question. Built jsps for

Simple question about JSP page

2003-09-05 Thread engp0510
Hi, Maybe it's a stupid question. Built jsps for addingsearching with MySQL. First listing all existing records in db and then adding a new one into database, then listing all records again. Now the list is the same as previous. How to solve it? THX

default path - simple question

2003-08-15 Thread Perkins, John
I am new at using Tomcat and have a basic question. I have gone through the config files but haven't been able to find out where to set the default catalina_home directory. I have a web application that is set to c:\webapp. I would like to set Tomcat to see that directory and use it as default for

RE: default path - simple question

2003-08-15 Thread Shapira, Yoav
Howdy, I'm assuming you're using tomcat 4.x. Hopefully 4.1.27. I am new at using Tomcat and have a basic question. I have gone through the config files but haven't been able to find out where to set the default catalina_home directory. I have a web application that is set to c:\webapp.

simple question - mapping url

2003-07-17 Thread James Richmond
How do I map www.site.com/support to www.site.com/html/help/support1.html? Simple question but cannot find relevant documentation. Thanks James _ Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk

Re: simple question - mapping url

2003-07-17 Thread John Turner
file. Then turn off directory listing. John On Thu, 17 Jul 2003 13:31:05 +, James Richmond [EMAIL PROTECTED] wrote: How do I map www.site.com/support to www.site.com/html/help/support1.html? Simple question but cannot find relevant documentation. Thanks James

RE: simple question - mapping url

2003-07-17 Thread Shapira, Yoav
. Yoav Shapira Millennium ChemInformatics -Original Message- From: James Richmond [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 9:31 AM To: [EMAIL PROTECTED] Subject: simple question - mapping url How do I map www.site.com/support to www.site.com/html/help/support1.html? Simple

Simple question on building mod_jk

2003-07-08 Thread Dumisani Nlebgwa
hey guys i am attempting to build mod)jk from source, so I just downloaded jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz I just unzipped it, and I guess the next step is doing the ./configure command but i can't find that in the uzipped directory and the readme doesn't seem to help me that much.

Re: Simple question on building mod_jk

2003-07-08 Thread John Turner
Run buildconf.sh. John On Tue, 8 Jul 2003 15:13:40 -0400 (EDT), Dumisani Nlebgwa [EMAIL PROTECTED] wrote: hey guys i am attempting to build mod)jk from source, so I just downloaded jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz I just unzipped it, and I guess the next step is doing the

Re: Simple question on Unicode URL in Tomcat

2003-06-03 Thread John Z Yang
Dear all: I have a simple question regarding to the Unicode URL support in Tomcat. If I pass a Unicode URL to Tomcat, can it retrieve the targeted content? Some of our web pages are named under double byte characters. We have tried various ways but all have failed. If you have a work around

Simple question on Unicode URL in Tomcat

2003-06-02 Thread John Z Yang
Dear all: I have a simple question regarding to the Unicode URL support in Tomcat. If I pass a Unicode URL to Tomcat, can it retrieve the targeted content? Some of our web pages are named under double byte characters. We have tried various ways to make it work but all failed. If you have a work

Re: Simple question on Unicode URL in Tomcat

2003-06-02 Thread Shawn
Hiho, try something like: String s = URLEncoder.encode(s, enc); s is your URL and enc is the java encoding such as Shift_JIS. See URLEncoder for more info. Will work from java 1.4 I believe. Had the same problem and this seems to solve it just fine. -- Shawn Happily using M2, Opera's

RE: Simple Question

2003-03-10 Thread Shapira, Yoav
Howdy, None of your assumptions are wrong. Check/post your logs, as I bet they contain some errors... Yoav Shapira Millennium ChemInformatics -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 10:00 AM To: Tomcat Users List Subject: Re: Simple

Re: Simple Question

2003-03-08 Thread Vy Ho
I tried to stop and start and reload. All say successful, but none of them work. What happen is that I have a parameter in the web.xml file. Each time the Tomcat start up, my application read this parameter. The problem is that if I change the parameter value in the web.xml file, and

RE: Simple Question

2003-03-05 Thread Craig R. McClanahan
On Mon, 3 Mar 2003, Mike Jackson wrote: Date: Mon, 3 Mar 2003 08:58:44 -0800 From: Mike Jackson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Simple Question The web.xml is only read when the server is restarted

Re: Simple Question

2003-03-05 Thread Vy Ho
Thank you all for helping me out. I still don't know what the problem is yet. However, your advices let me know what is the outcome I should expect when using the manager to restart the server. My web.xml seems to be good (since stop and restart the tomcat server manually, that is not using

Simple Question

2003-03-03 Thread Vy Ho
I have a very simple question, and if you are a bit experienced in tomcat, you probably would know. I would really appreciate any links, hints, tips or advices. The question is this, if I change an application deployment file (web.xml), and then use the tomcat manager to restart

Re: Simple Question

2003-03-03 Thread Swapneel Dange
is right inside the web.xml ? u may want to check that once more. Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Vy Ho [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Simple Question Date: Sun, 02 Mar 2003 23:29

RE: Simple Question

2003-03-03 Thread Mike Jackson
: Simple Question even if u dont restart the SERVER again, the moment u open the new browser the web.xml should be read again. But at time if this doens work then its better to RESTART the server. After that the new web.xml will be read for sure. Are u sure that ur mapping for the servlets

RE: Simple Question

2003-03-03 Thread Shapira, Yoav
Howdy, even if u dont restart the SERVER again, the moment u open the new browser the web.xml should be read again. Not true. The deployment descriptor is re-read only on application restart. One can restart the application via the manager webapp, or by restarting the server itself. Are u

RE: Simple Question

2003-03-03 Thread Mike Jackson
I have a very simple question, and if you are a bit experienced in tomcat, you probably would know. I would really appreciate any links, hints, tips or advices. The question is this, if I change an application deployment file (web.xml), and then use the tomcat manager to restart

RE: Simple Question - HTTP Status 404 error

2003-02-14 Thread Turner, John
You also need to map your servlet to a URL in your web.xml file. Check the examples web.xml file to see how. John -Original Message- From: Sanjeevkumar Cherengotil [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 1:47 AM To: Tomcat Users List Subject: Simple Question - HTTP

Simple Question - HTTP Status 404 error

2003-02-13 Thread Sanjeevkumar Cherengotil
Hi All, I have installed tomcat-4.1.18 on my windows 2000 machine. I tried to develop a simple application. My Jsps are workign fine. When I am forwarding to a servlet from a JSP, its throwing 404 error. Here is what I did... 1 . After installing the tomcat server, i added my

NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread jsp
I added a directory to the webapps dir. I cannot get to it. Error 404. Although directories I added a week ago work ??? Now this new one cannot be seen. I've asked this question a lot over the last few days here; either it’s a completely STUPID question (most likely) or nobody can answer it. It's

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread jsp
Before this I was using the ISAPI redirect in iis for tomcat and I did all the changes in the worker file for apps. That’s not running anymore and I'm just using localhost8080/app/ . I put Context path=/simple docBase=tomcat/webapps/app/ debug=9 reloadable=true / in the server.xml file at the

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread Filip Hanik
, February 07, 2003 3:19 PM To: 'Tomcat Users List' Subject: RE: NEWBIE Simple question, (but not for me ?!?) Before this I was using the ISAPI redirect in iis for tomcat and I did all the changes in the worker file for apps. That's not running anymore and I'm just using localhost8080/app/ . I put

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread jsp
tomcat, put a fresh tomcat up put my directorys back and I still get see new directorys -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:16 PM To: Tomcat Users List Subject: RE: NEWBIE Simple question, (but not for me ?!?) what does

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread Filip Hanik
: jsp [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:26 PM To: 'Tomcat Users List' Subject: RE: NEWBIE Simple question, (but not for me ?!?) Hi fillip thanks, basically I just want to see an index.html inside the app folder under tomcat. Nothing fancy, nothing special. I've got other

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread jsp
PROTECTED]] Sent: Friday, February 07, 2003 3:24 PM To: Tomcat Users List Subject: RE: NEWBIE Simple question, (but not for me ?!?) What this entry says is: Context path=/simple docBase=app debug=9 reloadable=true / http://localhost:8080/simple/index.html will open up the file /webapps/app

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread Filip Hanik
make a search for 'Context path=/examples ' in your server.xml file to see an example Filip -Original Message- From: jsp [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:32 PM To: 'Tomcat Users List' Subject: RE: NEWBIE Simple question, (but not for me ?!?) Thank you

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread jsp
WILL DO ! makes total sense ! Thanks man ! -wiley -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:27 PM To: Tomcat Users List Subject: RE: NEWBIE Simple question, (but not for me ?!?) make a search for 'Context path=/examples ' in your

NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread Wileynet
I added a directory to the webapps dir. I cannot get to it. Error 404. Although directories I added a week ago work ??? Now this new one cannot be seen. I've asked this question a lot over the last few days here; either it’s a completely STUPID question (most likely) or nobody can answer it. It's

RE: NEWBIE Simple question, (but not for me ?!?)

2003-02-07 Thread Tim Moore
[mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 6:08 PM To: [EMAIL PROTECTED] Subject: NEWBIE Simple question, (but not for me ?!?) I added a directory to the webapps dir. I cannot get to it. Error 404. Although directories I added a week ago work ??? Now this new one cannot

mod_jk redirect simple question

2003-02-05 Thread SSchaubach
Hi, when you finally get your site up. How can you configure apache to do the following: http://IPaddress1.com --- redirect http://IPaddress1.com/dir/myfile.jsp Best, Stephen

Re: mod_jk redirect simple question

2003-02-05 Thread Bill Barker
RewriteRule ^/$ /dir/myfile.jsp [PT] or RewriteRule ^/$ /dir/myfile.jsp [R] If myfile.jsp uses relative references to e.g. image files, then use the second. Otherwise, if you don't want myfile.jsp to show up in the Address bar, use the first. [EMAIL PROTECTED] wrote in message

A simple question

2003-01-19 Thread Aleix Vergés
Hi, Wich is the best way to pass the Apache login to a servlet application with a request.getRemoteUser() sentence running under Tomcat. My versions are Apache 2.0.43 and Tomcat 4.18. I have test a lot of configurations like a connector with “tomcatAuthentication=’”false” and things like

Simple Question, change error page for request that is not in theserver.xml

2002-10-18 Thread Erick Todd
How do I change the tomcat page that pops up when someone makes a request to a domain that tomcat does not have in the server.xml. I have people that will make requests that are not correct and I need them to be directed to a custom error page. Thanks -- To unsubscribe, e-mail:

Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Manoj Kithany
Hi, I am using Apache 1.3.26 + Tomcat 4.0.4 (Catalina) which is embedded with JBoss. When I start JBOSS, is Tomcat also started or do we have to explicity start Ctatalina...? Any information is appreciated. THANKS! Manoj G. Kithany

AW: Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Stefan Groschupf
When I start JBOSS, is Tomcat also started or do we have to explicity start Ctatalina...? So far your catalina service archive is in the jboss deploy directory its start with jboss. trace the start output! Hth, Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Manoj Kithany
List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: Simple Question on (Tomcat+JBoss) and Apache Date: Fri, 20 Sep 2002 00:10:43 +0200 When I start JBOSS, is Tomcat also started or do we have to explicity start Ctatalina...? So far your catalina service archive

AW: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Stefan Groschupf
counter-service.xml auto keys ejb-management.jar enterprice beans, you some? hsqldb-service.xml you use hypersonic sql? jboss-local-jdbc.rar jboss-xa.rar jbossmq-destinations-service.xml jbossmq-service.xml jca-service.xml Jboss security. jms-ra.rar jms-service.xml you use jms?

Re: AW: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Manoj Kithany
: Stefan Groschupf [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: : Simple Question on (Tomcat+JBoss) and Apache Date: Fri, 20 Sep 2002 00:33:35 +0200 counter-service.xml auto keys ejb-management.jar enterprice beans, you some

AW: AW: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Stefan Groschupf
From the files listed in my last email, do you mena to say it is not proper combination...? Please clarify. Not all, but this depends on your ejb application. When I have to port a application in to jboss. I normal copy the hole default/deploy directory. Delete the content and start try to copy

Simple question

2002-09-05 Thread Hamid Badiozamani
Hi, I have a simple question, how can I set System properties inside a Context. It seems that in Tomcat 3.0 there was a Property tag in the ContextManager and now I can't seem to find the equivalent in Tomcat 4.0. Help! Thanks. Hamid -- To unsubscribe, e

Re: Simple Question (I hope...)

2002-04-08 Thread Erwin Ambrosch
I think your docBase should be webapps/test Context path=/test docBase=test  debug=0 reloadable=true / Erwin Am Freitag, 5. April 2002 18:29 schrieben Sie: Hi there, I'm new to Tomcat and to this list, so apologies if this question has already been asked (I've checked the

Simple Question (I hope...)

2002-04-05 Thread Sefton, Adam
Hi there, I'm new to Tomcat and to this list, so apologies if this question has already been asked (I've checked the archives and can't find an answer). I'm trying to create a new context in server.xml. My current code is: Context path=/test docBase=test debug=0

Re: Simple Question (I hope...)

2002-04-05 Thread Jeff Larsen
Users List' [EMAIL PROTECTED] Sent: Friday, April 05, 2002 10:29 AM Subject: Simple Question (I hope...) Hi there, I'm new to Tomcat and to this list, so apologies if this question has already been asked (I've checked the archives and can't find an answer). I'm trying to create a new

Re: Simple Question (I hope...)

2002-04-05 Thread hatem zanaty
either remove the application test from the manager application and it will run .I does not work to create application by the server.xml and the manager application at the same time Sefton, Adam [EMAIL PROTECTED] wrote: Hi there, I'm new to Tomcat and to this list, so apologies if this

Simple Question

2002-03-26 Thread Gabriel López Millán
Support Tomcat IPv6? If so, support Tomcat IPv6+SSL? Thanks a lot, Gabi. -- - Gabriel Lopez Millan - Grupo ANTS-CIRCuS Facultad de Informática Universidad de Murcia (España) Tfo: +34 968367645 -- To unsubscribe: mailto:[EMAIL

Re: Simple Question

2002-03-26 Thread Toru Watanabe
Hi López, Please note form Java2 SDK v1.4, Java starts to support IPv6. If you use Tomcat with j2sdk v1.4, then it might work. But it is very danger because there are only few (or no) achievement. Regards, Watanabe. In the message Simple Question [EMAIL PROTECTED] Gabriel López

Re: Tomcat 4, just a simple question. Thanks

2002-03-01 Thread Gustavo Mejia
Thanks brian ! Brian Adams wrote: nope! no container. some people use JBoss (http://www.jboss.org) B -Original Message- From: Gustavo Mejia [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 12:18 PM To: [EMAIL PROTECTED] Subject: Tomcat 4, just a simple question. Hi

Probably a simple question, but I'm at a loss!

2001-11-21 Thread Eskil Lauritsen
I've been using win98 for my JSP-dabbling until recently when I bought Windows XP. I was interested in getting Jakarta-Tomcat to work with XP so I installed j2sdk-1_3_1_01 and Jakarta-Tomcat 4.01. I used the Start Tomcat shortcut, and was relieved to see my pages working on localhost:8080, but

RE: Probably a simple question, but I'm at a loss!

2001-11-21 Thread Jan Søgaard
Hi Eskil Try to put the jdbc driver .jar file into the TOMCAT_HOME/lib directory. BR Jan. -Original Message- From: Eskil Lauritsen [mailto:[EMAIL PROTECTED]] Sent: 21. november 2001 11:27 To: [EMAIL PROTECTED] Subject: Probably a simple question, but I'm at a loss! I've been using

Re: Probably a simple question, but I'm at a loss!

2001-11-21 Thread Eskil Lauritsen
PROTECTED] Sent: Wednesday, November 21, 2001 11:44 AM Subject: RE: Probably a simple question, but I'm at a loss! Hi Eskil Try to put the jdbc driver .jar file into the TOMCAT_HOME/lib directory. BR Jan. -Original Message- From: Eskil Lauritsen [mailto:[EMAIL PROTECTED]] Sent: 21

RE: JDBCRealm... simple question

2001-07-25 Thread Michael Wentzel
Is it normal that I get a JDBCRealm:The database connection is null or was found to be closed. Trying to re-open it. message every time I send a post or a get request??? Everything works fine but I'm worrying about performance degradation since the connection seems to be reopen for

Instantiating/declaring classes in JSP (Was: simple question)

2001-07-20 Thread Jim Cheesman
At 11:55 PM 19/07/01, you wrote: (And could you possibly use a more descriptive title in future? Simple question could be anything, and a lot of people would delete it immediately without reading...) I know this is somewhat off topic, but I have looked everywhere and can't find the answer

simple question

2001-07-19 Thread Brandon Cruz
I know this is somewhat off topic, but I have looked everywhere and can't find the answer to this simple question... Is there a way to test and see whether a variable has been instantiated and if it hasn't, instantiate it? My problem is that I am working on an application that makes use

RE: Simple question

2001-06-04 Thread Skidmore, Walt
Title: RE: Simple question I know it's not Tomcat, but I was working with WebLogic, and it didn't have the capability to disable directory browsing. So, I put in a redirect page (index.html) into each directory and that took care of it. Kinda tedious, but necessary at times. -Original

Simple question

2001-06-03 Thread hische
Hi, I know this question is posted over and over again, but still I failed to find an answer (for Tomcat4 that is): How can I disable directory browsing in Tomcat 4.0b3 ? Regards, Wilko Hische

simple question

2001-04-23 Thread T.J Brosnan
Hi, Im new to using to tomcat. My query is if I have a directory in TOMCAT_HOME/webapps/ called games can I have other directories in the games directory (for each different) and then the normal structure within these sub-directories, like will tomcat build a context for each of these

Re: simple question

2001-04-23 Thread Martin Mauri
No, just the parent. I mean, the one you've listed in the server.xml file (docBase entry). regards. m- Hi, Im new to using to tomcat. My query is if I have a directory in TOMCAT_HOME/webapps/ called games can I have other directories in the games directory (for each different)

Re: simple question

2001-04-23 Thread time out
i have found that tomcat will serve JSPs below the docbase as well...when i use iis and isapi_redirect.dll At 12:24 04/23/2001 -0300, you wrote: No, just the parent. I mean, the one you've listed in the server.xml file (docBase entry). regards. m- Hi, Im new to using to tomcat. My query

simple question for servlet-configuration of tomcat

2001-04-06 Thread TOPO graphics GmbH
Hello, since several weeks I am testing tomcat as a Servlet Engine with great success. I use Win98 SE2 with PWS. Now I have a simple problem (I think): What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Benoît Jacquemont
Please look at the answers after posting a question. I have already answered to your question yesterday: Hi, You just have to declare a context like this: Context path="" docBase="/path/to/myapp" debug="0" reloadable="false" /Context in your TOMCAT_HOME/conf/server.xml. You

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Brett Knights
What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not with a WEPAPP-Directory like http://localhost/example/servlet/TestServlet Which settings I have to do in the configuration-files and in which

Re: simple question for servlet-configuration of tomcat

2001-04-06 Thread Mandar Joshi
You simply need to put your stuff uner ROOT context. - Original Message - From: "TOPO graphics GmbH" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 7:19 AM Subject: simple question for servlet-configuration of tomcat Hello, since several weeks I

Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Joel Parramore
Regards, Joel Parramore -Original Message- From: Mandar Joshi [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: Re: simple question for servlet-configuration of tomcat You simply need to put your stuff uner ROOT context. - Origina

Re: Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Tony LaPaso
is completely broke in T4 b2/3. - Original Message - From: "Joel Parramore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 2:28 PM Subject: Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat) On

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Brett Knights
\uriworkermap.properties-auto HTH BTW In my example below it looks like Tomcat is serving my static content. :-( -Original Message- From: Brett Knights [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 10:16 AM To: '[EMAIL PROTECTED]' Subject: RE: simple question for servlet-configuration

A Simple question to the configuration of tomcat

2001-04-05 Thread TOPO graphics GmbH
Hello, since several weeks I am testing tomcat as a Servlet Engine with great success. I use Win98 SE2 with PWS. Now I have a simple problem (I think): What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not

RE: A Simple question to the configuration of tomcat

2001-04-05 Thread Benoît Jacquemont
Hi, You just have to declare a context like this: Context path="" docBase="/path/to/myapp" debug="0" reloadable="false" /Context in your TOMCAT_HOME/conf/server.xml. You should also remove the ROOT context and the ROOT directory that is in the webapp directory. Anyway, in real

Simple Question

2001-03-20 Thread Amir Nuri
Do i need DNS in order to use Virtul Hosts ?

Re: Simple Question

2001-03-20 Thread Kenneth Westelinck
Amir, Yes, unless you configure it in the hosts file: - on unix: /etc/hosts - on Windoze: c:\winnt\system32\drivers\etc\hosts regards, Kenneth Westelinck From: "Amir Nuri" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Subject: Simple Qu

Re: Simple Question

2001-03-20 Thread Valeriy Molyakov
No, but then all your users should have appropriate records in files hosts - Original Message - From: "Amir Nuri" [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 1:06 PM Subject: Simple Question Do i need DNS in order to use Virtul Hosts ?

RE: Simple Question

2001-03-20 Thread Darrell Porter
In a multiuser environment, it is much easier to implement DNS (utilizing BIND) than managing hosts files. -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 3:07 AM To: Tomcat-User Subject: Simple Question Do i need DNS in order to use Virtul

Re: simple question about servlet development

2001-02-05 Thread Robuschi \(Delfi\)
I developed some servlets and I didn't restarted Tomcat each time. I thing you can simply put the new servlets over the oldest ones and then try them. Hope this helps. Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/989045 [EMAIL

Re: SIMPLE SIMPLE QUESTION ON RUNNING TOMCAT

2000-12-30 Thread Jim Rudnicki
Use this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim - Original Message - From: "Mick Sullivan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 8:21 AM Subject: SIMPLE SIMPLE QUESTION ON RUNNING TO

  1   2   >