Re: Certificate Authentication for individual apps

2005-07-01 Thread Bill Barker
"Mahesh S Kudva" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All > > Thanks for the note. May be I was not clear in my earlier mail. > > > I have client authentication using certificates. I want to skip client > auth for certain hosted applications on the server but preserve

Re: Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All Thanks for the note. May be I was not clear in my earlier mail. I have client authentication using certificates. I want to skip client auth for certain hosted applications on the server but preserve client auth for other apps. Regards & Thanks Mahesh S Kudva -Ori

Re: how do i prevent tomcat5 from adding trailing slash?

2005-07-01 Thread Bill Barker
"Edmund Urbani" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > hi! > > i ran into some trouble with tomcat5 and its slash adding behaviour. > there's this MS WebFolder client (M$ for WebDAV), that does not seem to > be able to cope with status 302 redirects in some situations. in

Implementing https to selective web pages in tomcat

2005-07-01 Thread Nidhi Batra
How do I implement https to selective web pages in tomcat? -Nidhi __ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html --

Re: "SEVERE: Error listenerStart" when starting a context in tomcat 5.0.28

2005-07-01 Thread Joseph Silverman
I asked this a few days ago, and so far no answer. This is happening to me on a daily basis, more than once, actually.. Is there no one who has a clue what this is all about?? Thanks - Yossie On Jun 29, 2005, at 9:26 AM, Joseph Silverman wrote: I get the following error in the catalina.out

Re: mod_jk / Apache bug - max transfer of 496kbytes

2005-07-01 Thread Emmanuel Courreges
Oups sorry for that, it was due to a bug in mod_bandwidth, so not really anything to do with you guys. For some reason the rule to limit bandwidth on files larger than 500k produced a segfault. - To unsubscribe, e-mail: [EMAIL

mod_jk / Apache bug - max transfer of 496kbytes

2005-07-01 Thread Emmanuel Courreges
- When serving files larger than 496kbytes, the download always stops at 496k, and I get a child segfault in apache error_log. No usefull info in mod_jk.log - Using the tomcat-http connector works no problem. - Going through Apache+ mod_jk works no problem for normal web pages (small elements).

[ANN] Java Web Parts + AjaxTags = Something Cool!(tm)

2005-07-01 Thread Frank W. Zammetti
I am happy to announce that my previously Struts-only project AjaxTags has now been made generic and has been rolled in to Java Web Parts! This means that for *any* Java web developer, you can now add Ajax functionality to your web sites with NO coding on your part in a completely declarative f

Re: Problem compiling JSPs with Tomcat as Windows Service

2005-07-01 Thread Markus Schönhaber
Am Freitag, 1. Juli 2005 22:30 schrieb Trevor Quinn: > When I deploy a web application to a Windows 2K server running Tomcat > 5.0.28 and JDK 1.5, I see "Unable to compile JSP" errors on every JSP page, > but only when Tomcat is running as a Windows service. When I run Tomcat > from the console win

Re: error count for "http connector" and "localhost/ default context" seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
thanks mark! it's working okay now w/the favicon.ico. -annie On 7/1/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > The errors are almost certainly 404s in response to the browser's > request for favicon.ico every time you request a page. The Tomcat distro > does not include a favicon.ico hence the

Re: error count for "http connector" and "localhost/ default context" seem to increment for no reason: mbean bug?

2005-07-01 Thread Mark Thomas
The errors are almost certainly 404s in response to the browser's request for favicon.ico every time you request a page. The Tomcat distro does not include a favicon.ico hence the 404 response. Mark Annie Wang wrote: whenever i access any web application deployed on tomcat, i notice that erro

error count for "http connector" and "localhost/ default context" seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
whenever i access any web application deployed on tomcat, i notice that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count also increments. i'm checking these counter values via t

Re: newbie question: Tomcat/Apache settings

2005-07-01 Thread Mark Thomas
Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html for an overview of the different type of connectors. You need the web server type rather than the HTTP type. You should use the mod_jk with Apache. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.ht

Problem compiling JSPs with Tomcat as Windows Service

2005-07-01 Thread Trevor Quinn
Hi, When I deploy a web application to a Windows 2K server running Tomcat 5.0.28 and JDK 1.5, I see "Unable to compile JSP" errors on every JSP page, but only when Tomcat is running as a Windows service. When I run Tomcat from the console window, all pages compile and display correctly. I had

newbie question: Tomcat/Apache settings

2005-07-01 Thread Hong wu
Hi, I have apache 1.3.x and tomcat 4.x installed on XP machine. apache is running at port 80 and tomcat running on port 8080. it seems that tomcat has its own web server, even i stopped the apache server process, tomcat was able to run on its own. my question is: how to "integrate" apache and t

Re: Are SOAP Attachments enabled in Tomcat by default?

2005-07-01 Thread Mark Thomas
This is an axis configuration/installation issue. Mark [EMAIL PROTECTED] wrote: I'm using Axis in Tomcat, and when I deploy and call the simple EchoAttachments service I get an exception with text "No support for attachments" Looking at the axis code, this excpetion ocurs because when the fol

Are SOAP Attachments enabled in Tomcat by default?

2005-07-01 Thread midnightjava
I'm using Axis in Tomcat, and when I deploy and call the simple EchoAttachments service I get an exception with text "No support for attachments" Looking at the axis code, this excpetion ocurs because when the following code is exceuted, attachments is found to be null org.apache.axis.attachmen

RE: Oracle Drivers that work with Tomcat 5.5.x

2005-07-01 Thread James Reynolds
Thanks Stephen, It sounds like a neat product. We're bound to our x86 architecture, plus we love the newer jsf components, or I'd check it out. Thanks for the info! -Original Message- From: Stephen Caine [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 1:27 PM To: Tomcat Users Li

Oracle Drivers that work with Tomcat 5.5.x

2005-07-01 Thread Stephen Caine
James, Is anyone else using Tomcat, Oracle & Java Studio Creator together? How did you do it? We use Qilan, an Mac OS X web application. We routinely access Oracle with the Oracle thin class12 JDBC driver via Tomcat. We have no problem and are able to connect and run SQL. Qilan, by

Re: Apache2+jk+tomcat5.028+uri utf-8 [NOT] SOLVED

2005-07-01 Thread Steve Chen, Fu-Hsiang
Paul: I got the same error as you did and I posted my problem the other day but no response at all. Seems not many people have this problem. I have two machines both running fedora 3 and use the same configuration but strangly, one of them have no problem using jk but the other just keep givi

RE: tomcat default webapp

2005-07-01 Thread Ben Kim
>I did that, it did not work. The content of default >page also confirmed this because "index.jsp" is >compiled in the servlet at installation. It can be removed by commenting out these lines from webapps/ROOT/WEB-INF/web.xml I'd like to know if there is a better way, though. Regards, Ben K

Oracle Drivers that work with Tomcat 5.5.x and Sun Java Studio Creator

2005-07-01 Thread James Reynolds
I'm using Sun's Java Studio Creator to create a javaserver faces application that I want to deploy to Tomcat. If I use the drivers included with the IDE, Tomcat throws the following error: javax.servlet.ServletException: javax.faces.FacesException: Can't instantiate class: 'insertupdatedelete.Pa

RE: tomcat default webapp

2005-07-01 Thread Tony Smith
I did that, it did not work. The content of default page also confirmed this because "index.jsp" is compiled in the servlet at installation. --- "Raghupathy,Gurumoorthy" <[EMAIL PROTECTED]> wrote: > In the webapps directory there will be something > called "ROOT" ... Change > the index.jsp insid

RE: tomcat default webapp

2005-07-01 Thread Raghupathy,Gurumoorthy
In the webapps directory there will be something called "ROOT" ... Change the index.jsp inside that and point your browser to http://www.mydomain.com:8080 -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 01 July 2005 18:39 To: Tomcat Users List Subject: tomcat default

tomcat default webapp

2005-07-01 Thread Tony Smith
I would like to set my web app as tomcat's default app. Thus, if my visitor type http://www.mydomain.com:8080, it will start my web app, not the tomcat default. How can I do this? (I do not want to change my web app's directory name, since some people will still access my site from http://www.mydom

Re: Apache2+jk+tomcat5.028+uri utf-8 [NOT] SOLVED

2005-07-01 Thread Paul George Constantine
I'm using Fedora Core 4. I enabled port 8009 on my firewall. Here's the relevant line from iptables -L -- 0 0 ACCEPT tcp -- anyany anywhere anywhere state NEW tcp dpt:8009 -- I used the lokkit utility to add it. Rebooted. Nothing. I had a typo in

CSJakharia: Security Realm Authentication

2005-07-01 Thread Chirag
Configuation -- Tommat 5.5.2 Windows XP JDK 1.5 Requirement -- I have a Security realm Authentication ready for a Web Application linking to a Database. When the user sign ups the form then he has to login into the application through the signup form instead of directly goi

RE: Application Level Classpath Setting

2005-07-01 Thread Srinivas Ivaturi
I could able to do it. But it is working for the files under the Tomcat Home Directory. Is it possible to put a directory outside the Tomcat and give it here under common.loader. I mean I will put a directory in c:\jars. I want this to be given for common.loader=c:/jars/*jar. It is not working for

Re: Certificate Authentication for individual apps

2005-07-01 Thread Paul Singleton
Mahesh S Kudva wrote: How can I have different certificate authentication for different applications and skip certificate authentication for some applications hosted on the same server. I believe that, at least under SSL, certificates authenticate *servers* not applications, and that the Conne

RE: how do i prevent tomcat5 from adding trailing slash?

2005-07-01 Thread Sheets, Jerald
Works here... -Original Message- From: Edmund Urbani [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 10:17 AM To: Tomcat Users List Subject: Re: how do i prevent tomcat5 from adding trailing slash? actually i'm currently using a standalone tomcat with its own http connector. work

Re: how do i prevent tomcat5 from adding trailing slash?

2005-07-01 Thread Edmund Urbani
actually i'm currently using a standalone tomcat with its own http connector. working around the problem by using the apache httpd would be helpful in some production environments, but it's at least as important to get this to work with a standalone configuration for development/testing and other

Re: how do i prevent tomcat5 from adding trailing slash?

2005-07-01 Thread Mladen Turk
Sheets, Jerald wrote: In your mod_jk.conf, you have JkMount directives like so: JkMount /servlet/* ajp13 JkMount /jsp-examples/* ajp13 JkMount /servlets-examples/* ajp13 I find that in your mounts that if you simply remove the trailing slash in these, you can then call those URIs without the sl

RE: how do i prevent tomcat5 from adding trailing slash?

2005-07-01 Thread Sheets, Jerald
Greetings... In your mod_jk.conf, you have JkMount directives like so: JkMount /servlet/* ajp13 JkMount /jsp-examples/* ajp13 JkMount /servlets-examples/* ajp13 I find that in your mounts that if you simply remove the trailing slash in these, you can then call those URIs without the slash: Jk

how do i prevent tomcat5 from adding trailing slash?

2005-07-01 Thread Edmund Urbani
hi! i ran into some trouble with tomcat5 and its slash adding behaviour. there's this MS WebFolder client (M$ for WebDAV), that does not seem to be able to cope with status 302 redirects in some situations. in order to work around this problem i modified the class org.apache.tomcat.util.http.mapp

RE: Tomcat in production

2005-07-01 Thread Allistair Crossley
Tomcat serves requests with threads and allows by default configuration around the 80 mark. If it cannot handle them all, they get stacked up until threads become free. Most people would probably agree that 80 concurrent requests would not happen in most systems that often. You can do various

RE: Application Level Classpath Setting

2005-07-01 Thread Peter Crowther
> From: Anoop kumar V [mailto:[EMAIL PROTECTED] > In TC 5.x (this too FYI does not care abt the system classpath, but) > you can modify the following lines in catalina.properties file under > the conf dir ... > > That's better than my version - thanks, Anoop. - Peter -

Re: Application Level Classpath Setting

2005-07-01 Thread Anoop kumar V
AFAIK - Tomcat does not care about the system classpath. It picks up its classpath from catalina.sh ->setclasspath.sh (TC 4.x) In TC 5.x (this too FYI does not care abt the system classpath, but) you can modify the following lines in catalina.properties file under the conf dir ... # # # List of

Authentication using Apache Httpd and Tomcat

2005-07-01 Thread Peter Verhoye
Hi, Next to my first problem, I also have the following (sorry to bother the list with this but I'm leaving on holiday next week and some PM shoved this task on my lap :S) We have the following local setup: Apache 2.0 --- Tomcat 4.1.31 On Tomcat, we have several applications called app1, ap

Re: Tomcat in production

2005-07-01 Thread Bruno Georges
Adam I don't know personnaly how tomcat behave in production for heavier load than 10 concurrent request, but if you want to do the test in your own environemtn, which I guess has a different bandwith and network equipment, etc... I would suggest you to use tools to simulate the load, [and also a

RE: Tomcat in production

2005-07-01 Thread Peter Crowther
> From: Adam Lipscombe [mailto:[EMAIL PROTECTED] > 1. Does anyone have an idea of how many concurrent > users/requests TC can support in this sort of config? Depends entirely on your app. I've worked on one app (http://bodington.org) where that configuration would be able to support hundreds o

Tomcat in production

2005-07-01 Thread Adam Lipscombe
Folks, We are developing an app that is currently deploys in TC 5.0.28 using Java 1.4.2_04. The DB is MySQL. Our first release is almost complete, and I have been tasked with understanding what the issues might be in putting this live in a production environment. Our customers typical server wi

RE: web hosting with tomcat

2005-07-01 Thread Bruno Georges
I agree it is the simplest, however I would not recommend it, for at least 2 reasons 1. You will have to run your apache server on a different port if you have one, and tell everyone to connect to that port... not very practical and not a standard port. Apache offers a lot more features that are no

tomcat 5.5 and IIS 6.0 with jk1.2

2005-07-01 Thread Jacob Olsson
Hi, I'm currently trying to configure tomcat 5.5 with IIS 6.0 using the isapi_redirector jk1.2.10 (since jk2 is deprecated). Jk2 worked fine, but jk1.2 won't work. This is what I've done: -Installed Jk1.2.10 using the installer, -Checked the windows registry to be correct, -Configured workers.prop

Re: web hosting with tomcat

2005-07-01 Thread Bruno Georges
There are plenty of Hosting compnanies I used webappcabaret, Spinweb and lately eapps.com Depending on your requirements they all offer different level of integration with apache. For example with eapps.com you can access tomcat directly or via apache [mod_jk], same for JBoss You can also manage

RE: web hosting with tomcat

2005-07-01 Thread Peter Crowther
> From: vishwam [mailto:[EMAIL PROTECTED] > can tomcat serve as web server alone? Yes. > Please can any one tell me the procedure what should be done ? At the simplest, edit conf/server.xml to change port 8080 to port 80 and restart Tomcat so that it reads the new port. However, you may also

AW: error while building with jakarta-ant-1.5.1

2005-07-01 Thread Bernhard Slominski
> > Hi Tim, > > Iam sure that Iam using the right tools.jar, and it is containing the > class com.sun.tools.javah.Main > I also think so, because that's what the errormessage says, it cannot find the requested constructor. I check my tools.jar (JDK 1.5.0_01) and I found this method signature,

web hosting with tomcat

2005-07-01 Thread vishwam
Hi, I am a new user of tomcat, & I developed a web application in my webapps folder, Now i want to put my application live on internet with my domain name.My question is can tomcat serve as web server alone? or do i need help of IIS or Apache server to redirect to tomcat. Please can any one t

Fwd: Issue with redirect..

2005-07-01 Thread Kannan Shastri
-- Forwarded message -- From: Kannan Shastri <[EMAIL PROTECTED]> Date: Jul 1, 2005 3:18 PM Subject: Issue with redirect.. To: Tomcat Users List <[EMAIL PROTECTED]> Hi, I am running a JSF application on Tomcat 5.0.25...the problem is, i need to redirect using response.sendRedirect

RE: error while building with jakarta-ant-1.5.1

2005-07-01 Thread shyama
Hi Tim, Iam sure that Iam using the right tools.jar, and it is containing the class com.sun.tools.javah.Main 3277 Tue Jan 01 00:00:00 PST 1980 com/sun/tools/javah/Util.class 6298 Tue Jan 01 00:00:00 PST 1980 com/sun/tools/javah/OldHeaders.class 4942 Tue Jan 01 00:00:00 PST 1980 com/sun/tool

Re: Automatic deploy with ant and Tomcat 4.1.31

2005-07-01 Thread Peter Verhoye
the tomcat deploy task doesn't build the war, it only deploys it, so unlikely that it is at fault. Have you checked the war manually to ensure it unzips normally with some zip util? also the unzipping is not really "done" by the deploy task - but is something that tomcat does at some point as

Re: confused J2SE or J2EE

2005-07-01 Thread Sharath Srivatsa
"ganesan malairaja" <[EMAIL PROTECTED]> 07/01/2005 08:17 AM Please respond to "Tomcat Users List" To: tomcat-user@jakarta.apache.org cc: Subject:confused J2SE or J2EE hi guys i am confused about using J2SE or J2EE which one i am supposed to use ? if i us

RE: Application Level Classpath Setting

2005-07-01 Thread Peter Crowther
> From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED] > It is not that it wont work , It is by design. OK. So, to summarise: - You have a set of jars that is too large to name on the classpath in Windows; - The jars are required for one webapp only, not for the whole of Tomcat (so one could argu

Re: error while building with jakarta-ant-1.5.1

2005-07-01 Thread Tim Diggins
are you sure that you're using the right tools.jar (ie corresponds to the one you're building with)? Could conceivalby be on your classpath in multiple places, so check classpath in order (like javac will) Is there a strong reason for using ant 1.5.1 rather than current release of 1.6.5? And w

Re: Automatic deploy with ant and Tomcat 4.1.31

2005-07-01 Thread Tim Diggins
the tomcat deploy task doesn't build the war, it only deploys it, so unlikely that it is at fault. Have you checked the war manually to ensure it unzips normally with some zip util? also the unzipping is not really "done" by the deploy task - but is something that tomcat does at some point as

RE: Application Level Classpath Setting

2005-07-01 Thread Srinivas Ivaturi
It is not that it wont work , It is by design. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 3:19 PM To: Tomcat Users List Subject: RE: Application Level Classpath Setting > From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED] > I forget to m

RE: error while building with jakarta-ant-1.5.1

2005-07-01 Thread shyama
Hi Bernhard, Thanks though. My classpath is containing /java/lib/tools.jar. Please let me know if it needs some other .jar files to build. Thanks BS -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 3:09 PM To: 'Tomcat Users List' Subjec

RE: Application Level Classpath Setting

2005-07-01 Thread Peter Crowther
> From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED] > I forget to mention these are 3 rd party JARS which I cannot > put in the LIB. "Cannot" by licensing terms, because the app will no longer work if you do, or what? - Peter

RE: Application Level Classpath Setting

2005-07-01 Thread Srinivas Ivaturi
I forget to mention these are 3 rd party JARS which I cannot put in the LIB. -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 3:12 PM To: 'Tomcat Users List' Subject: RE: Application Level Classpath Setting Put it in WEB-INF/lib

Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All How can I have different certificate authentication for different applications and skip certificate authentication for some applications hosted on the same server. Regards & Thanks Mahesh S Kudva --- Robosoft Technol

RE: Application Level Classpath Setting

2005-07-01 Thread Raghupathy,Gurumoorthy
Put it in WEB-INF/lib -Original Message- From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED] Sent: 01 July 2005 10:40 To: tomcat-user@jakarta.apache.org Subject: Application Level Classpath Setting Hi I have a set of JAR files to be set into classpath. I cannot keep the entire JARs into S

Application Level Classpath Setting

2005-07-01 Thread Srinivas Ivaturi
Hi I have a set of JAR files to be set into classpath. I cannot keep the entire JARs into System classpath because of Windows OS restriction. Now I want to put all the jars set to classpath only for that application level for WAS. Thanks Srinivas Ivaturi.

AW: error while building with jakarta-ant-1.5.1

2005-07-01 Thread Bernhard Slominski
It looks like the tools.jar is missing in your classpath, this is not part of the JRE but the jdk and located under you jdk directory under the lib subdirectory. Cheers Bernhard > -Ursprüngliche Nachricht- > Von: shyama [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 1. Juli 2005 11:13 >

Automatic deploy with ant and Tomcat 4.1.31

2005-07-01 Thread Peter Verhoye
Hi, I'm trying to use an Ant build script to deploy/install a war file to a local Tomcat server. I've found and read the documentation. The task I use is as follows: Now, the war file to be installed is copied in the local work folder of the manager application but the unzipping of the

Re: No more than 500 threads on Windows 2003?

2005-07-01 Thread Michael Kleinhenz
mmh.. "You may hear the terms "green threads" and "native threads". This refers to the Unix implementations of Java. When Java 1.0 first came out on Solaris, it did not use the native Solaris library libthread.so to support threads. Instead it used runtime thread support that had been written in

Reg:error while building with jakarta-ant-1.5.1

2005-07-01 Thread shyama
Hi All, While Iam building my project on itanium platform, the following errors have been reported. Can anyone help me out ? Thanks, BS == ... Bootstrapping Ant Distribution ... Compiling Ant Classes Note: Some input files us

Re: No more than 500 threads on Windows 2003?

2005-07-01 Thread delbd
I may be wrong, but as far as my knowledge goes on green threads, this is just a matter of dedactivating native system thread to use an internal threading / sheduling system in the jvm. I see no reason why this wouldn't exist on windows version of jvm. Le Vendredi 1 Juillet 2005 10:39, Michael

Re: No more than 500 threads on Windows 2003?

2005-07-01 Thread Michael Kleinhenz
as far as I know, the concept of green and native threads only applies to Unix systems...? -- Michael On Fri, Jul 01, 2005 at 10:44:38AM +0200, delbd wrote: > Maybe you could switch the jvm to green threads ? > Le Vendredi 1 Juillet 2005 09:57, Michael Kleinhenz a écrit : > > > > maybe. I can'

Re: No more than 500 threads on Windows 2003?

2005-07-01 Thread delbd
Maybe you could switch the jvm to green threads ? Le Vendredi 1 Juillet 2005 09:57, Michael Kleinhenz a écrit : > > maybe. I can't confirm, because it fails so fast, I can't take a look in > the manager app to see the exact number of threads when it begins hanging. > > I experienced the problem

RE: Remote deployment

2005-07-01 Thread Raghupathy,Gurumoorthy
Have you checked unison ? -Original Message- From: Anoop kumar V [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 18:43 To: Tomcat Users List Subject: Re: Remote deployment maybe you just want to ftp the files to the correct location... u can ftp the war file - that would be easier I thin

RE: JVM in Tomcat

2005-07-01 Thread Gulshan Babajee
Thanks for the answer peter. Its clear to me now -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 12:19 PM To: Tomcat Users List Subject: RE: JVM in Tomcat > From: Gulshan Babajee [mailto:[EMAIL PROTECTED] > Hi, Can anyone please tell me how

RE: JVM in Tomcat

2005-07-01 Thread Peter Crowther
> From: Gulshan Babajee [mailto:[EMAIL PROTECTED] > Hi, Can anyone please tell me how could I verify that all my > applications running in tomcat are using the same JVM instance. Try the following chain of reasoning: 1. Only one JVM instance can listen on any given port, such as 8080; 2. The p

Re: confused J2SE or J2EE

2005-07-01 Thread Bruno Georges
In general use J2SE. J2EE not only includes JDK, JRE but alo the rest of the J2EE stack. You don't need to install J2EE , install J2SE. With J2SE you can use the JDK [JRE has just the runtime, so it is not intended for development, rather for being shipped with apps or deployed on prod] If you use

Re: No more than 500 threads on Windows 2003?

2005-07-01 Thread Michael Kleinhenz
maybe. I can't confirm, because it fails so fast, I can't take a look in the manager app to see the exact number of threads when it begins hanging. I experienced the problem with Tomcat 5.0.28+JDK1.4.2 and Tomcat 5.5.9+JDK1.5.0 while my (somewhat slower) notebook can do 800+ threads with Debia

Re: Apache2+jk+tomcat5.028+uri utf-8 SOLVED

2005-07-01 Thread Bruno Georges
Hi Depending on your configuration and operating system, you may have some firewall restriction which prevents connecting to the port 8009. Please check this first, especially if you use XP SP2. Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Apache2+jk+tomcat5.028+uri utf-8 SOLVED

2005-07-01 Thread Paul George Constantine
I've essentially done all of this, but I still get the following error in the browser: --- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform

Re: iterate on a value

2005-07-01 Thread Dewitte Rémi
Thanks for your solutions. Rémi Le Vendredi 1 Juillet 2005 08:16, Nikola Milutinovic a écrit : > David Rickard wrote: > > If you don't mind mixing Struts and JSTL, use a loop, with > > the "end" value being the "number of children" parameters; > > > > At 11:00 AM 6/30/2005, Dewitte Rémi wrote: >