Max Number of users

2009-03-08 Thread RBS100
Hi, Can any tell the maximum number of users can login into tomcat at the same time? Can I use tomcat to run in an online internet application used by n number of users and the application runs for 24*7? Is it reliable? Thanks RBS -- View this message in context: http://www.nabble.com/Max-Number

Re: Problem using chunked encoding - request thread cleanup

2009-03-08 Thread Santosh Gangadhar
We are sorting to a workaround specific to the implementation for now. Hopefully, the upcoming release of Tomcat will help. Thanks all. Santosh. On Sat, Mar 7, 2009 at 8:54 AM, Martin Gainty wrote: > > > _ > Windows Live™ Groups: C

Cookie not being set

2009-03-08 Thread Andromeda Mobile
Hi all I’m running two web apps off a single instance of Tomcat 6.0.1.8 on a CentOS 64 bit OS. Tomcat is fronted with Apache 2.2 and I’m using mod_proxy_http. Both applications are wap sites. I’ve been trying to implement an analytics solution provided by Admob. The solution uses a pixel image in

Cookie not being set

2009-03-08 Thread Michael Farah
Hi all I’m running two web apps off a single instance of Tomcat 6.0.1.8 on a CentOS 64 bit OS. Tomcat is fronted with Apache 2.2 and I’m using mod_proxy_http. Both applications are wap sites. I’ve been trying to implement an analytics solution provided by Admob. The solution uses a pixel image in

Re: Syntex error in http with 'Include conf/mod_jk.conf'

2009-03-08 Thread Marco Antonio
On Sun, Mar 8, 2009 at 11:57 PM, Harcharan Singh wrote: > I got the 'syntex error' and 'file not find error' when i use the include > directive  for mod_jk in httpd.conf file. Your problem is an off-topic (OT), because it isn't of apache-tomcat but if of apache (httpd). Now, I guess the problem i

Re: tomcat 6.0.18 issue with my customer Tag class

2009-03-08 Thread Ron McNulty
Hi Mike Your tag syntax is a bit unusual. I would have expected Then you put a variable msg in your tag class (with a getter & setter), and the JSP runtime will populate it for you. Regards Ron - Original Message - From: "Mike.G" To: "Tomcat Users List" ; Sent: Monday, M

RE: Default Tomcat Page w/o Redirect

2009-03-08 Thread Caldarale, Charles R
> From: mitalub [mailto:mita...@yahoo.com] > Subject: RE: Default Tomcat Page w/o Redirect > > Setting the welcome page seems to work for static > welcome pages only... Not true, you may specify dynamic content, such as index.jsp. Since Spring is doing most of the dirty work for you, try just

Syntex error in http with 'Include conf/mod_jk.conf'

2009-03-08 Thread Harcharan Singh
Hi There, I got the 'syntex error' and 'file not find error' when i use the include directive  for mod_jk in httpd.conf file. I have created 'mod_jk.conf' in the 'conf' directory of Apache installation. It tried various triks, but the error doesn't go away. As soon as , i comment the includ

Syntex error in http with 'Include conf/mod_jk.conf'

2009-03-08 Thread Harcharan Singh
Hi There, I got the 'syntex error' and 'file not find error' when i use the include directive  for mod_jk in httpd.conf file. I have created 'mod_jk.conf' in the 'conf' directory of Apache installation. It tried various triks, but the error doesn't go away. As soon as , i comment the incl

Re: access denied when I try to run a webapp from anyting else than mozilla

2009-03-08 Thread David Smith
kux wrote: > hello, > > ok, so I made a very simple web app, but the probem is that after starting > tomcat I can only run it in mozilla. > What I want to do is be able to do that from eclipse too. > When I try to run it in eclipse i get this in the browser tab: > > The following error was encount

RE: Default Tomcat Page w/o Redirect

2009-03-08 Thread mitalub
Thanks for the reply. Tomcat version is 6.0.14. The trouble is that the home page is not static. I'd access the page through www.mydomain.com/app/home, but there is a mapping in my spring-servlet.xml (i'm using spring) which maps this to the controller. The corresponding jsp and java classes

Request

2009-03-08 Thread lina.mao[XLsoft China/SHA]
Hi,Sir: Please delete my e-mail address from us...@tomcat.apache.org. I don't belong to it,and I also don't need all your e-mail. Please help it! Thanks, Lina 2009-03-09 Lina Mao Purchasing Department XLsoft China Tel:+86-21-52387681-8012 Mob. +86-15821443266 Fax: +86-21-5

Re: tomcat 6.0.18 issue with my customer Tag class

2009-03-08 Thread Mike.G
thanks very much. let me try again Mike 2009/3/8 Pid > Mike.G wrote: > > Hi, everyone, > > I run the tomcat 6.0.18 on my ubuntu 8.04.2, the jdk version is 1.6.0_07 > > > > I configure the localhost 's ROOT to my home directory /home/ghw/myjava > > the configuration file like this: > > > > >

Re: tomcat 6.0.18 issue with my customer Tag class

2009-03-08 Thread Mike.G
thanks very much, let me try. Mike 2009/3/9 Martin Gainty > > > > my > JavaScriptExampleTag > Display Alert Box > > message > true > > > > id > false > false > > > > > name > true > false > > > > ...

RE: Default Tomcat Page w/o Redirect

2009-03-08 Thread Caldarale, Charles R
> From: mitalub [mailto:mita...@yahoo.com] > Subject: Default Tomcat Page w/o Redirect > > Currently, my home page is at > http://www.mydomain.com/myappname/app/home. > > I want to be able to access this page by going to just > http://www.mydomain.com, but without a redirect. You didn't bother

Default Tomcat Page w/o Redirect

2009-03-08 Thread mitalub
Hi, I've tried searching around for this, but I can't find a clear answer, so am starting to think it's not possible. Currently, my home page is at http://www.mydomain.com/myappname/app/home. I want to be able to access this page by going to just http://www.mydomain.com, but without a redirect.

access denied when I try to run a webapp from anyting else than mozilla

2009-03-08 Thread kux
hello, ok, so I made a very simple web app, but the probem is that after starting tomcat I can only run it in mozilla. What I want to do is be able to do that from eclipse too. When I try to run it in eclipse i get this in the browser tab: The following error was encountered: Access Denied.

Re: java.lang.NullPointerException loading resource from classpath

2009-03-08 Thread Pid
Timothy Washington wrote: > Hi there P, thanks for responding, I got it. Putting my XML resource in the > 'WEB-INF/classes' directory is actually one of the first things I tried. When > that didn't work, I tried setting the classpath in > * i) conf/catalina.properties Not sure you think

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread Pid
Gregor Schneider wrote: > Have a beer and rethink your concept. Can we add that to Andre's list? p > Rgds > > Gregor - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...

Re: java.lang.NullPointerException loading resource from classpath

2009-03-08 Thread Timothy Washington
Hi there P, thanks for responding, I got it. Putting my XML resource in the 'WEB-INF/classes' directory is actually one of the first things I tried. When that didn't work, I tried setting the classpath in * i) conf/catalina.properties * ii) manually in bin/catalina.sh and

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread David Smith
henry human wrote: > Hi David, thanks for your answer. Let say the scenario is a little different > from my first mail. I am not going to download the xsd file by client. I m > using a entity resolver inside a JAVA class to resolve a xsd resource inside > the WEB-INF/xsd directory. There are t

RE: form issue

2009-03-08 Thread Caldarale, Charles R
> From: Russo, Joe [mailto:rus...@cadmus.com] > Subject: RE: form issue > > Even after I deselect the checkbox > I have value getArchived() = on > Any suggestions would be grateful. I'll bite: In what way does this have anything to do with Tomcat? - Chuck THIS COMMUNICATION MAY CONTAIN CONFI

Resource with custom factory

2009-03-08 Thread Derek Potts
Hello, I am having trouble setting up a resource for my web app. First, some background... I am using Tomcat 5.5 and OpenJPA 1.2.0. Everything is working fine in the unmanaged fashion: EntityManagerFactory emf = Persistence.createEntityManagerFactory(null); EntityManager em = emf.createEnt

Re: mod_jk and 304

2009-03-08 Thread Rainer Jung
On 07.03.2009 22:22, Anthony J. Biacco wrote: If you have your jkloglevel set to at least info, the modjk log file (whatever you have it set to) will show the jk version when apache is started or reloaded Old versions unfortunately did not :( If you know where the modules file is (you can lear

RE: Tuning worker MPM

2009-03-08 Thread Anthony J. Biacco
I have educated him on this as have others and am helping him privately as i'm on the apache list as well. -Tony Sent from my Windows Mobile® phone. -Original Message- From: André Warnier Sent: Sunday, March 08, 2009 11:45 AM To: Tomcat Users List Subject: Re: Tuning worker MPM kulbi

RE: form issue

2009-03-08 Thread Russo, Joe
Even after I deselect the checkbox I have value getArchived() = on Any suggestions would be grateful. 14:39:57,439 DEBUG [RequestUtils] Get module name for path common/detailedSearch.do 14:39:57,439 DEBUG [RequestUtils] Module name found: default 14:39:57,440 DEBUG [RequestProcessor] Processing a

Re: Tuning worker MPM

2009-03-08 Thread André Warnier
kulbir Saini wrote: [...] You have just bought a Ford car, and you are calling the General Motors distributor about a problem with it. Even assuming there's still someone there to answer your call, they won't be able to help you. ;-) In other words, Kulbir Saini, you are posting to the wrong li

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread André Warnier
henry human wrote: Hi I am using tomcat 6. I have a XSD file in the WEB-INF/xsds directory inside my web application on tomcat. I am trying to download a xsd file as follow: http://myServer:5200/MyWebApplication/xsds/cusomer.xsd Unfortunatelly it dows not work!!!? It always helps when you spe

form issue

2009-03-08 Thread Russo, Joe
I created a When I select and deselect the checkbox I get weird behavior. The other form variables work like they should. For example, if I have in the name variable "Some Name" and then select the dropdown after the action class is called the "Some Name" text is there. When I use the drop down

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread Gregor Schneider
why can't you create an xsd-folder within your webapp? other than that, you could find out the real path within your app (HttpServletRequest.getRealPath()) and concat the path to dive into WEB-INF. Inside your app, you could also read the File as a normal InputStream. It's all about concepts & p

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread Pierre Goupil
Unfortunately it won't work as you will be unable to provide a valid URL for anything inside WEB-INF. But maybe you can tell us why point 2 (use a resource stream) doesn't suit you so that we can explore this way or another ? Pierre On Sun, Mar 8, 2009 at 5:39 PM, henry human wrote: > > Hi Da

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread henry human
Hi David, thanks for your answer. Let say the scenario is a little different from my first mail. I am not going to download the xsd file by client. I m using a entity resolver inside a JAVA class to resolve a xsd resource inside the WEB-INF/xsd directory. There are two ways to access a resource

RE: tomcat 6.0.18 issue with my customer Tag class

2009-03-08 Thread Martin Gainty
my JavaScriptExampleTag Display Alert Box message true id false false name true false .. <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="/WEB-

Re: download a file inside WEB-INF use its URL on server

2009-03-08 Thread David Smith
That's on purpose. Clients cannot directly access anything inside the WEB-INF folder. Your best solution is to move the file outside it. -- David On Mar 8, 2009, at 11:36 AM, henry human wrote: Hi I am using tomcat 6. I have a XSD file in the WEB-INF/xsds directory inside my web appli

download a file inside WEB-INF use its URL on server

2009-03-08 Thread henry human
Hi I am using tomcat 6. I have a XSD file in the WEB-INF/xsds directory inside my web application on tomcat. I am trying to download a xsd file as follow: http://myServer:5200/MyWebApplication/xsds/cusomer.xsd Unfortunatelly it dows not work!!!?

Re: tomcat 6.0.18 issue with my customer Tag class

2009-03-08 Thread Pid
Mike.G wrote: > Hi, everyone, > I run the tomcat 6.0.18 on my ubuntu 8.04.2, the jdk version is 1.6.0_07 > > I configure the localhost 's ROOT to my home directory /home/ghw/myjava > the configuration file like this: > > > > > >SSLEngine="on" /> > > /> >className="org.apache.

Re: java.lang.NullPointerException loading resource from classpath

2009-03-08 Thread Pid
Timothy Washington wrote: > > Hi there, I have what seems to be a very simple problem. > > I've deployed a web application to tomcat. But in the application, when I try > to load a resource (an XML file), it comes back as null. This is very > frustrating, because some of the most basic approac