Re: port problem

2001-06-29 Thread Francis Callo
in your server.xml somewhere Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port value=8080/ /Connector

Re: How to keep the browser sockets open ?

2001-06-28 Thread Francis Callo
try this one. it will send a series of page to the browser but like u wanted it will not open the browser open. after sending the page in http it closes the connection or the socket so you cannot make browser sockets open. This might be a workaround to your problem here us the url from jason

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Francis Callo
try using jsp:include page=somepage.jsp enjoy Francis --- Pablo Lillia [EMAIL PROTECTED] wrote: Hi, I need some help. When I had changed a jsp file included in other file, the changes don't view in the resulting file, except when I touched the master jsp file (where is the

Re: Servlet configuration

2001-06-25 Thread Francis Callo
--- Celson Lima [EMAIL PROTECTED] wrote: Hi there, I'm beginner with TOMCAT, which means maybe my question is too simple for you, but it is really advanced to me. I would like get help with the following: I have Cocoon installed together with TOMCAT and it is working perfectly. I would

Re: Help! Novice to Tomcat

2001-06-23 Thread Francis Callo
increase the memory allocation for that particular file or batch file. In the startup.bat PIF file right click on it and the click on the i think if i remember it correctly the menory tab or something and the increase the memory allocation. Hit ok and the run the startup.bat again. Hope that

Re: what is this number -2147483646

2001-06-21 Thread Francis Callo
Hi, it is the order number in loading servlet or jsp on startup. if that has the smallest value it would be the first servlet to be loaded. Since it is a negative number and if it has the smallest number it would be the first servlet to be loaded during startup. Francis --- Venkatesh T [EMAIL

Re: newbie: Installing Servlets

2001-06-18 Thread Francis Callo
Hi, if you have a servlet named HelloWorldi believe you have to put your classes on webapps/examples/WEB-INF/classes/ and access it with URL http://localhost:8080/examples/servlet/HelloWorld; Let me know if it works. ;) GUD LUK Francis --- LeRoi [EMAIL PROTECTED] wrote: Hello! Now that I

Re: executing the servlet

2001-06-15 Thread Francis Callo
if you wanna run servlet on context examples all the servlet will run by default at servlets and if you have a servlet named HelloWorldExample the url should be http://localhost/examples/servlets/TestServlet Hope that helps Francis --- [EMAIL PROTECTED] wrote: What do I put in the url to

Re: unsubcribe

2001-05-16 Thread Francis Callo
send your mail to [EMAIL PROTECTED] --- Dana Marcusanu [EMAIL PROTECTED] wrote: unsubscribe tomcat-user --- Denis Markov [EMAIL PROTECTED] wrote: unsubcribe tomcat-user __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at

Re: Âü°íÇϼ¼¿ä

2001-05-10 Thread Francis Callo
I SUGGEST YOU READ THE MAILING LIST GUIDELINES http://jakarta.apache.org/site/mail.html ;) Francis --- [EMAIL PROTECTED] wrote: ¿©·¯ºÐ¿¡°Ô °¡Àå ÇÊ¿äÇÏ°í À¯ÀÍÇÑ ÄÄÇ»ÅÍ °ü·ÃÇÁ·Î±×·¥À» ÆÄ°ÝÀûÀ¸·Î ½Ñ °¡°Ý¿¡ °ø±ÞÇÕ´Ï´Ù ÃֽŰÔÀÓ. À¯Æ¿°ü·ÃÇÁ·Î±×·¥. MP3. ºñµð¿À½Ãµð µîµî ¸ðµç ÇÁ·Î±×·¥À»

Where can i find a Java Duke Wallpaper. sorry off topic....

2001-05-04 Thread Francis Callo
Hi all, I was looking for a nice java duke wallpaper for days now but i cant find one. I know that this is off topic... I dont know who to ask.. Sorry... I hope you guys can help me. Any help is really appreciated. Thanks, Francis __ Do You

Re: How to obtain user's IP address

2001-05-03 Thread Francis Callo
Hi Jack, Try get request.getRemoteAddr(). Good Luck ;) Francis --- Jack Li [EMAIL PROTECTED] wrote: Hello, I need to know who visits my web page. In jsp, I got null when I used request.getRemoteUser(). Then any other mehods can obtain user's name or IP address? Thanks Jack Li

RE: Help getting beans working

2001-05-01 Thread Francis Callo
Hi, your bean1.class should be in c:\tomcat\webapps\examples\WEB-INF\classes\rayexamples\ folder. Hope that works Good luck ;) Francis --- Uronis, Jeremy [EMAIL PROTECTED] wrote: Thanks for the reply Matt. I placed my bean in c:\tomcat\webapps\examples\WEB-INF\classes and the error i get