Re: hi..all..plase tell me about tomcat7.0 with JOTM

2012-01-27 Thread André Warnier
이재만 wrote: hi, all is possible tomcat7.0 with JOTM combination ? please tell me about it. if it's impossible please let me know another way.. http://www.lmgtfy.com/?q=jotm+and+tomcat ? - To unsubscribe, e-mail:

RE: hi

2011-12-05 Thread Ilya Kazakevich
Don't use it. Why build applications on a platform you have doubts about? I think you should build all of your applications using snobol. See http://en.wikipedia.org/wiki/SNOBOL for websites. I do prefer Ook, but not sure if there are good web frameworks for it:

Re: hi

2011-12-05 Thread srilaxmi deevela
no,but i want to practice those examples On Sat, Dec 3, 2011 at 5:12 AM, Pid p...@pidster.com wrote: On 02/12/2011 18:03, srilaxmi deevela wrote: hi , am going to execute the web application based on structs,what are the basic procedurefor deploy the web application Is this for a

RE: hi

2011-12-02 Thread Ilya Kazakevich
http://tomcat.apache.org/download-55.cgi Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com Develop with pleasure! -Original Message- From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Sent: Friday, December 02, 2011 9:56 PM To: users@tomcat.apache.org Subject:

Re: hi

2011-12-02 Thread srilaxmi deevela
thanq On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich ilya.kazakev...@jetbrains.com wrote: http://tomcat.apache.org/download-55.cgi Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com Develop with pleasure! -Original Message- From: srilaxmi deevela

Re: hi

2011-12-02 Thread srilaxmi deevela
where is the download option there, i didnt get that On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich ilya.kazakev...@jetbrains.com wrote: http://tomcat.apache.org/download-55.cgi Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com Develop with pleasure! -Original

RE: hi

2011-12-02 Thread Ilya Kazakevich
Subject: Re: hi where is the download option there, i didnt get that On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich ilya.kazakev...@jetbrains.com wrote: http://tomcat.apache.org/download-55.cgi Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com Develop with pleasure

Re: hi

2011-12-02 Thread srilaxmi deevela
hi , am going to execute the web application based on structs,what are the basic procedurefor deploy the web application On Fri, Dec 2, 2011 at 11:30 PM, srilaxmi deevela deevelasrila...@gmail.com wrote: where is the download option there, i didnt get that On Fri, Dec 2, 2011 at 11:27 PM,

Re: hi

2011-12-02 Thread srilaxmi deevela
: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Sent: Friday, December 02, 2011 10:00 PM To: Tomcat Users List Subject: Re: hi where is the download option there, i didnt get that On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich ilya.kazakev...@jetbrains.com wrote: http

Re: hi

2011-12-02 Thread André Warnier
srilaxmi deevela wrote: Hi, i havesome doubts on web applications in java, is there any websites like users@tomcat.apache.org this is going to be a hard case.. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: hi

2011-12-02 Thread Thom Hehl
Don't use it. Why build applications on a platform you have doubts about? I think you should build all of your applications using snobol. See http://en.wikipedia.org/wiki/SNOBOL for websites. -Original Message- From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Sent: Friday,

Re: hi

2011-12-02 Thread srilaxmi deevela
where is the link On Sat, Dec 3, 2011 at 12:47 AM, André Warnier a...@ice-sa.com wrote: srilaxmi deevela wrote: Hi, i havesome doubts on web applications in java, is there any websites like users@tomcat.apache.org this is going to be a hard case..

RE: hi

2011-12-02 Thread Caldarale, Charles R
From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Subject: hi please anyone send me the structs 1.x version software link If you're going to program computers, you need to do your own homework. (And at least learn how to spell struts.) Perhaps you've heard of Google? Before you

Re: hi

2011-12-02 Thread Rhino
There's an amazing new tool, just released to the world, that will help you out. It's called a search engine. One very exciting search engine is Google. Those of us who have used it like to say Google is your friend because we use it look for things that we want to know. May I suggest you

Re: hi

2011-12-02 Thread André Warnier
srilaxmi deevela wrote: i installed tomcat5.5 and jdk1.5 Ok, that was good practice. Now remove them both, and install java 1.7 and Tomcat 7.0, which are the current versions. i want to deploy the structs appliction? The real name is probably Struts, right ? i have one apllication,but i

Re: hi

2011-12-02 Thread Pid
On 02/12/2011 18:03, srilaxmi deevela wrote: hi , am going to execute the web application based on structs,what are the basic procedurefor deploy the web application Is this for a homework assignment? p On Fri, Dec 2, 2011 at 11:30 PM, srilaxmi deevela deevelasrila...@gmail.com wrote:

RE: hi

2011-12-02 Thread Martin Gainty
you either need to tell us what a 'structs' application is OR go back to your school in india and learn how STRUTS Applications are built and deployed on a web container Viel Gluck__ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

Re: hi

2011-12-02 Thread Srinivas Chejerla
for example, if i have a struts project with context-folder name strutsproj as shown strutsproj WEB-INF classes web.xml struts-config.xml index.jsp i would run this like bellow open browser and type - http://localhost:8080/strutsproj/index.jsp; in url, this would get

Re: hi

2011-12-02 Thread Srinivas Chejerla
-- in-addition to above post: i was assuming tomcat is running on 8080 port On Sat, Dec 3, 2011 at 1:01 AM, srilaxmi deevela deevelasrila...@gmail.comwrote: i installed tomcat5.5 and jdk1.5 i want to deploy the structs appliction? i have one apllication,but i dont know how to run the

Re: hi

2011-02-16 Thread Ozgur Ozdemircili
Well, Actually tomcat comes configured on port 8080. You just need to start it and make sure you dont have any firewall in your server blocking this port. Thats it. Best! Özgür Özdemircili http://www.acikkod.org Code so clean you could eat off it On Wed, Feb 16, 2011 at 7:42 PM, Anup Niroula

RE: hi

2011-02-16 Thread Caldarale, Charles R
From: Anup Niroula [mailto:anup.niro...@gmail.com] Subject: hi How can i configure my localhost:8080 tomcat so that the site could be accessible through ip address by other computers in the network. Assuming there are no firewalls in the way, you already have. The other computers would

Re: hi

2011-02-16 Thread Anup Niroula
Hi, Thanx for the reply. Is there any way i can provide domain namewww.abc.cominstead of ip address to be accessed with in network. ? Sincerely, Anup On Wed, Feb 16, 2011 at 12:48 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Anup Niroula [mailto:anup.niro...@gmail.com]

Re: hi

2011-02-16 Thread David kerber
On 2/16/2011 2:04 PM, Anup Niroula wrote: Hi, Thanx for the reply. Is there any way i can provide domain namewww.abc.cominstead of ip address to be accessed with in network. ? If your internal dns server will resolve it to the correct ip address, it will work. Sincerely, Anup On

Re: hi

2011-02-16 Thread Anup Niroula
Hi, could you please explain me in detail. How can i provide a domain name for my website like www.lsctesting.com using tomcat 7 to be accessed in the network. Sincerely, Anup On Wed, Feb 16, 2011 at 1:07 PM, David kerber dcker...@verizon.net wrote: On 2/16/2011 2:04 PM, Anup Niroula wrote:

RE: hi

2011-02-16 Thread Caldarale, Charles R
From: Anup Niroula [mailto:anup.niro...@gmail.com] Subject: Re: hi Hi, could you please explain me in detail. How can i provide a domain name for my website like www.lsctesting.com using tomcat 7 to be accessed in the network. This has nothing to do with Tomcat. Contact your network

Re: Hi guys ... What is Translation time and request time.

2010-09-15 Thread Antonio Petrelli
2010/9/15 Pankaj D pankaj66...@gmail.com: What are these is JSP ...? Translation time : is it the Time of translation or Time required for translation ..? Request time : Is it time of request or what ...? This is homework right?

Re: Hi guys ... What is Translation time and request time.

2010-09-15 Thread Pankaj D
NO ... m a newbie to java just having a discussion with a friend ... On Wed, Sep 15, 2010 at 10:06 PM, Antonio Petrelli antonio.petre...@gmail.com wrote: 2010/9/15 Pankaj D pankaj66...@gmail.com: What are these is JSP ...? Translation time : is it the Time of translation or Time

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Antonio Petrelli
DYH 2010/9/15 Pankaj D pankaj66...@gmail.com: HI if someone can answer this query what is hash code in java ...is it some sort of memory location or address ...? Regards Pankaj - To unsubscribe, e-mail:

RE: Hi guys ... What is Translation time and request time.

2010-09-15 Thread Caldarale, Charles R
From: Pankaj D [mailto:pankaj66...@gmail.com] Subject: Re: Hi guys ... What is Translation time and request time. NO ... m a newbie to java just having a discussion with a friend ... http://lmgtfy.com/?q=java+tutorial - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Hi guys ... What is Translation time and request time.

2010-09-15 Thread Antonio Petrelli
2010/9/15 Pankaj D pankaj66...@gmail.com: NO ...  m a newbie  to java just having a discussion with a friend ... This is not a Java generic mailing list, here we discuss of problems about *Tomcat*, nothing else. Contact your local JUG, that may help you to find a tutorial, or simply google

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Pankaj D
What is DYH On Wed, Sep 15, 2010 at 10:09 PM, Antonio Petrelli antonio.petre...@gmail.com wrote: DYH 2010/9/15 Pankaj D pankaj66...@gmail.com: HI if someone can answer this query what is hash code in java ...is it some sort of memory location or address ...? Regards Pankaj

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread ramzi khlil
HashCode is a value computed in such way to be unique as possible to improve performance while retrieving object in HashedCollections. If for example you have a HashMap, and didn't overrride hashCode() method all your objects will be in the same bucket resulting a slow execution while retrieving

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Antonio Petrelli
2010/9/15 Pankaj D pankaj66...@gmail.com: What is DYH Following Chuck's idea... http://lmgtfy.com/?q=dyh Antonio - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Laird Nelson
On Wed, Sep 15, 2010 at 12:42 PM, Pankaj D pankaj66...@gmail.com wrote: What is DYH Do Your Homework. Best, Laird

Re: Hi guys ... What is Translation time and request time.

2010-09-15 Thread Pankaj D
OK thankyou On Wed, Sep 15, 2010 at 10:11 PM, Antonio Petrelli antonio.petre...@gmail.com wrote: 2010/9/15 Pankaj D pankaj66...@gmail.com: NO ... m a newbie to java just having a discussion with a friend ... This is not a Java generic mailing list, here we discuss of problems

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Pankaj D
Thanks dude .. .this is what i was looking for On Wed, Sep 15, 2010 at 10:13 PM, ramzi khlil ramzi.atv...@gmail.comwrote: HashCode is a value computed in such way to be unique as possible to improve performance while retrieving object in HashedCollections. If for example you have a

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Leon Rosenberg
On Wed, Sep 15, 2010 at 6:44 PM, Antonio Petrelli antonio.petre...@gmail.com wrote: 2010/9/15 Pankaj D pankaj66...@gmail.com: What is DYH Following Chuck's idea... http://lmgtfy.com/?q=dyh so DYH is Doğan Yayın Holding in Turkey... :-) Antonio

Re: Hi Guys ... can some one tell what is hashcode in java

2010-09-15 Thread Mark Thomas
On 15/09/2010 17:44, Antonio Petrelli wrote: 2010/9/15 Pankaj D pankaj66...@gmail.com: What is DYH Following Chuck's idea... http://lmgtfy.com/?q=dyh And while you are at it, I'd read these too: http://catb.org/~esr/faqs/smart-questions.html http://slash7.com/2006/12/22/vampires/ Mark

Re: Hi

2010-02-02 Thread Mark Thomas
On 03/02/2010 05:08, Mohd Ismail wrote: Question: How to host more then one website on Tomcat 5.5 web server? http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html - To unsubscribe, e-mail:

Re: hi

2009-02-04 Thread Mihamina Rakotomandimby (R12y)
Kusuma Pabba wrote: unsubscribe me from this list Do it yourself ;-) -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: hi

2009-02-04 Thread André Warnier
Kusuma Pabba wrote: unsubscribe me from this list follow the arrow : --! ! ! \/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Hi..

2008-05-09 Thread Antonio Petrelli
2008/5/9 Ch Praveena [EMAIL PROTECTED]: Can anyone send me any sample source code(war file) that implements session for a very important testing purpose of clustering. http://thedailywtf.com/Articles/plz-email-me-teh-codez.aspx Antonio

Re: Hi

2008-01-16 Thread ben short
Sounds like your code might have a memory leak. The best thing todo is to profile the application and see where all the memory is being used. On Jan 16, 2008 8:52 AM, Katama Reddy [EMAIL PROTECTED] wrote: Hi, I was facing an issue in one of the web application which was deployed in Apache

Re: hi

2007-11-13 Thread inampudi sai
HI, follow the steps 1) First of all install j2sdk1.5 or higher version. 2) check whether jre1.5.x is installed in the same folder of j2sdk folder. 3) then install tomcat5.5 as you wish,while installing it will check the path of your jre1.5.x folder,if not set the path. Thats all --

Re: hi

2007-11-13 Thread David Smith
Have you taken a look at http://tomcat.apache.org/tomcat-5.5-doc/setup.html ? nirmala wrote: hi I want installation procedure for apache tomcat5.5 DISCLAIMER: This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain information

Re: hi,problem when shutdown tomcat!

2007-06-13 Thread Jon Wingfield
The trace is probably in the catalina.out log file (at least that's where it goes for us running tc5.0.30) Peter wrote: hi all; I just found out that in linux under the /proc generate a fold 26337 does it the place which the information stores? any idea? thanks On 6/13/07, Peter [EMAIL

Re: hi,problem when shutdown tomcat!

2007-06-13 Thread Peter
i found that. thanks a lot On 6/13/07, Jon Wingfield [EMAIL PROTECTED] wrote: The trace is probably in the catalina.out log file (at least that's where it goes for us running tc5.0.30) Peter wrote: hi all; I just found out that in linux under the /proc generate a fold 26337 does it

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Jon Wingfield
Chuck answered a similar query recently: http://marc.info/?l=tomcat-userm=118113828210257w=2 Your servlets are serving long-running requests (or are in infinite loops, dead-locked etc) when you are trying to shutdown tomcat. The first thing I'd do in this situation is SIGQUIT tomcat to get a

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
thank you for ideas i current using JBuider2006, what profiler can used in JBuider2006? thanks peter On 6/12/07, Jon Wingfield [EMAIL PROTECTED] wrote: Chuck answered a similar query recently: http://marc.info/?l=tomcat-userm=118113828210257w=2 Your servlets are serving long-running

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Jon Wingfield
Good question. I don't know. The last time I used JBuilder was way back in 2000. The Borland site suggests an OptimizeIt profiler is present in JBuilder for the Developer and Enterprise editions: http://info.borland.com/techpubs/jbuilder/ Jon Peter wrote: thank you for ideas i current using

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep tomcat root 26337 1 5 09:45 pts/000:00:11 /usr/java/jre1.5.0_08/bin/java -Xms256m -Xmx512m - Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
hi all; I just found out that in linux under the /proc generate a fold 26337 does it the place which the information stores? any idea? thanks On 6/13/07, Peter [EMAIL PROTECTED] wrote: hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep tomcat

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-22 Thread David Delbecq
En l'instant précis du 22/05/07 05:21, Peter s'exprimait en ces termes: hi all; only get problem when put 0 into the list, put 1 or any number is ok, put new Integer(0) is ok as well; Ide not recompiling or tomcat not reloading class, while you think you are running the 0 case, you are in fact

RE: Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-22 Thread David Short
Do a clean and build in your IDE. Run the test case in the IDE if possible. -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 2:35 AM To: Tomcat Users List Subject: [Norton AntiSpam] Re: hi,wired problem? add 0 into alist but get 1 as a result

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Leon Rosenberg
On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a result. simple code for testing! List alist =new ArrayList(); alist.add(0); put 0 into it

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread David Delbecq
Never heard of such problem. Check your code. Either you add 1 to list, not 0, either you badly display result, either it's not the same list. Peter a écrit : hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all i put it in the jsp, and here is the code generate by tomcat i did not see if there is any wrong there. package org.apache.jsp; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import java.util.*; public final class jsp1_jsp extends

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
in the mail before, i put 0 in a list and get 1 as result. On 5/21/07, Leon Rosenberg [EMAIL PROTECTED] wrote: On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
thanks i am sure that i put 0 in to a list and i am not badly display result and it is the same list and it is only occur in this project. thanks for any idea On 5/21/07, David Delbecq [EMAIL PROTECTED] wrote: Never heard of such problem. Check your code. Either you add 1 to list, not 0,

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all i try to do like List alist =new ArrayList(); alist.add(0L); alist.get(0); and it is fine. donot know why? On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a

RE: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread David Short
Try creating your List like this and see what happens. Listint alist =new ArrayListint(); -Original Message- From: Peter [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 2:29 AM To: Tomcat Users List Subject: Re: hi,wired problem? add 0 into alist but get 1 as a result! thanks i

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Felix Schumacher
Am Montag, den 21.05.2007, 13:54 +0800 schrieb Peter: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a result. simple code for testing! List alist =new ArrayList(); alist.add(0);

RE: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread David Short
Try creating your List like this and see what happens. Listint alist =new ArrayListint(); -Original Message- From: Peter [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 2:29 AM To: Tomcat Users List Subject: Re: hi,wired problem? add 0 into alist but get 1 as a result! thanks i

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Leon Rosenberg
Subject: Re: hi,wired problem? add 0 into alist but get 1 as a result! thanks i am sure that i put 0 in to a list and i am not badly display result and it is the same list and it is only occur in this project. thanks for any idea On 5/21/07, David Delbecq [EMAIL PROTECTED] wrote: Never heard

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Leon Rosenberg
On 5/21/07, Felix Schumacher [EMAIL PROTECTED] wrote: Have you tried to put an Object into ArrayList? Like alist.add(Integer.valueOf(0)); System.out.println((Integer)alist.get(0)); I don't think it is possible to store an int into an ArrayList. Autoboxing is the magic word here. The compiler

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Pid
21, 2007 2:29 AM To: Tomcat Users List Subject: Re: hi,wired problem? add 0 into alist but get 1 as a result! thanks i am sure that i put 0 in to a list and i am not badly display result and it is the same list and it is only occur in this project. thanks for any idea On 5/21/07, David Delbecq

RE: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread David Short
Yes. It declares that the List is going to hold integers. See http://www.onjava.com/lpt/a/6014. -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 1:10 PM To: Tomcat Users List Subject: Re: hi,wired problem? add 0 into alist but get 1

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, Felix Schumacher wrote: Am Montag, den 21.05.2007, 13:54 +0800 schrieb Peter: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all thanks for the reply; things getting a litter clear. when i remove the jar file 'antlr-2.7.5H3.jar' , it work fine, put 0 in and get 0 out. but when i put the jar file back, it still put 0 in and get 1 out. the jar is in the \tomcat\webapps\'myproject'\WEB-INF\lib\ it seems like the

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all; only get problem when put 0 into the list, put 1 or any number is ok, put new Integer(0) is ok as well; i think it may be a bug. does anyone has a idea? regards On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using

Re: Hi

2006-10-27 Thread Li
check log message ... On 10/27/06, adeyemi adesina [EMAIL PROTECTED] wrote: Hello Users, I got an error message The page cannot be found. when I tried to access the 'Tomcat Manager' page by Clicking Start-All Programs- Apache Tomacat 5.5- 'Tomcat Manager' on Windows XP. I have accessed the

Re: Hi

2006-10-27 Thread Stephan Schöffel
make sure tomcat is started adeyemi adesina wrote: Hello Users, I got an error message The page cannot be found. when I tried to access the 'Tomcat Manager' page by Clicking Start-All Programs- Apache Tomacat 5.5- 'Tomcat Manager' on Windows XP. I have accessed the 'Tomcat Manager' page

RE: Hi

2006-10-27 Thread adeyemi adesina
[mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 1:46 PM To: Tomcat Users List Subject: Re: Hi check log message ... On 10/27/06, adeyemi adesina [EMAIL PROTECTED] wrote: Hello Users, I got an error message The page cannot be found. when I tried to access the 'Tomcat Manager' page

RE: Hi

2006-10-27 Thread adeyemi adesina
: Stephan Schöffel [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 2:04 PM To: Tomcat Users List Subject: Re: Hi make sure tomcat is started adeyemi adesina wrote: Hello Users, I got an error message The page cannot be found. when I tried to access the 'Tomcat Manager' page by Clicking

Re: Hi

2006-10-27 Thread Stephan Schöffel
another port number to Tomcat 5.5? Thanks. -Original Message- From: Stephan Schöffel [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 2:04 PM To: Tomcat Users List Subject: Re: Hi make sure tomcat is started adeyemi adesina wrote: Hello Users, I got an error message The page

RE: Hi

2006-10-27 Thread adeyemi adesina
Changing the port-number from 80 works! Thanks so much. -Original Message- From: Stephan Schöffel [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 3:00 PM To: Tomcat Users List Subject: Re: Hi in server.xml look for this line: Connector port=80 maxHttpHeaderSize=8192

Re: hi, where can I find the DispatchAction.class file?

2006-09-26 Thread Wendy Smoak
On 9/26/06, Peng Li [EMAIL PROTECTED] wrote: I found the DispatchAction.java in the struts cource package, but there is no class file. Anyone could hlep me? The Struts user list would be a better place to ask. You can find subscription information here: http://struts.apache.org/mail.html