PoolConnection always build new Connection

2005-10-08 Thread NoKideen
HI, currently I use Pool Connection like this bottom here, And Works. Only one Connection is made for every COnnection made then ... I tried to recompile for a code changes, a new connection is built again, so every recompile DataSource is built, so the old connection is leak, and the new code

new File never found

2005-09-19 Thread Markus Kühn
My problem is that tomcat does not find a new File if a request for the new File is made immediately after the File was created. All subsequent request will fail, though the File is there (also minutes after [didnt tried longer]). But if I wait about 15 seconds after the File was created theres

IT WORKS! (was Desperate Programmers - the new hit show on ABC)

2005-09-09 Thread David Thielen
Hi; Here's the problem - and I will enter this as a bug as it's killer to find. The uriworkermap.properties file installed has the line: /servlet-examples/*=ajp13w But based on the webapps installed by Tomcat, it should be: /servlets-examples/*=ajp13w Big thankyou to Allistair Tracy

new InitialDirContext(env); instantiating with invalid user info

2005-08-18 Thread ferrante
have to do with realms, so following some recommendations I commented out the realm info in the server.xml, but it didn't have any effect. Any info/pointers would be appreciated. Thanks ---rdf Hashtable env = new Hashtable(); try { env.put(Context.PROVIDER_URL, ldap

Re: injecting a new request within a filter

2005-07-28 Thread Marten Lehmann
Hello, 1) You need to be running tomcat 5 2) See SRV.6.2.5 Filters and the RequestDispatcher in the servlet spec - it discusses exactly what you need to do. thanks, it works as I expected it to work now. Regards Marten -

injecting a new request within a filter

2005-07-27 Thread Marten Lehmann
Hello, from within a filter, I'm trying to do the following: request.getRequestDispatcher(req.getServletPath() + index.faces).forward(request, response); This works generally fine. The problem is, that attached filters simply aren't processed for this request. I have two filters in series,

Re: injecting a new request within a filter

2005-07-27 Thread Tim Funk
1) You need to be running tomcat 5 2) See SRV.6.2.5 Filters and the RequestDispatcher in the servlet spec - it discusses exactly what you need to do. -Tim Marten Lehmann wrote: Hello, from within a filter, I'm trying to do the following: request.getRequestDispatcher(req.getServletPath() +

New user, help!

2005-06-22 Thread Katherine Faella
I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54 and my version of Tomcat is 5.5.9. I believe my apache installation is okay because when I go to localhost I see the apache welcome screen. When I go to localhost:8080 I see the Tomcat

Re: New user, help!

2005-06-22 Thread Jon Wingfield
You need some JkMount directives to tell Apache which requests to forward to Tomcat. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/config/apache.html Jon Katherine Faella wrote: I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54

Re: New user, help!

2005-06-22 Thread Steve
some JkMount directives to tell Apache which requests to forward to Tomcat. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/config/apache.html Jon Katherine Faella wrote: I am a new user of Apache and of Tomcat. I am using a Redhat AS 4.0 system. I am running Apache V2.0.54 and my

RE: New user, help!

2005-06-22 Thread Raghupathy,Gurumoorthy
Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start Guru -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff

Re: New user, help!

2005-06-22 Thread Steve
Oriented Programming)*. Even if you are new to a lot of this then don't panic – just expect to do a bit more learning along the way! Raghupathy,Gurumoorthy wrote: Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start Guru

RE: New user, help! (UNCLASSIFIED)

2005-06-22 Thread Samara, Fadi N Mr ACSIM/ASPEX
-Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 11:52 AM To: 'Tomcat Users List' Subject: RE: New user, help! Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start

adding new virtual hosts without restart?

2005-06-08 Thread Thomas Corte
Hello, I understand that it is possible to (re-)deploy new contexts/web applications in Tomcat 5.5.9 without a complete server restart. I wonder whether the same might be possible for new virtual hosts, i.e. adding new virtual hosts/IP addresses to a running Tomcat server. From

Re: adding new virtual hosts without restart?

2005-06-08 Thread delbd
a écrit : Hello, I understand that it is possible to (re-)deploy new contexts/web applications in Tomcat 5.5.9 without a complete server restart. I wonder whether the same might be possible for new virtual hosts, i.e. adding new virtual hosts/IP addresses to a running Tomcat server. From

Jasper generating garbage? new String() in generated code?

2005-05-28 Thread Kevin Burton
This is another smaller issue. c:set var=foo value=bar/ yields: _jspx_th_c_set_0.setValue(new String(bar)); If this is a constant string why does it need to continually call new String(bar) here? This is just going to waste CPU and cause more garbage to be generated which the GC

Re: New to struts

2005-05-23 Thread Dakota Jack
! On 5/22/05, raja buddha [EMAIL PROTECTED] wrote: Hi, I am new to struts, I have installed tomcat on my system. Can any body please let me the steps how to configure and run the struts on my tomcat server. Please exaplane me what are the jar files are need and let me know where

New to struts

2005-05-22 Thread raja buddha
Hi, I am new to struts, I have installed tomcat on my system. Can any body please let me the steps how to configure and run the struts on my tomcat server. Please exaplane me what are the jar files are need and let me know where to keep thouse jar files. Please explain indetail

Re: The New Atlanta Server Messages

2005-05-17 Thread Mark Leone
My guess is that someone is sending illegal commands to new-atlanta server with the tomcat list as the reply-to address. If someone just subscribed us, we would be getting the actual list traffic, not these error messages. I sent a message to the list-admin address given in the message

New logs showing up under Tomcat 5.5.9

2005-04-29 Thread Ryan Daly
All: Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the extra log files are in the logs directory? I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host- manager.2005-04-28.log, localhost.2005-04-28.log, and manager.2005-04-28.log They're all 0 bytes. Can I stop

Re: New logs showing up under Tomcat 5.5.9

2005-04-29 Thread Remy Maucherat
On 4/29/05, Ryan Daly [EMAIL PROTECTED] wrote: All: Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the extra log files are in the logs directory? I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host- manager.2005-04-28.log, localhost.2005-04-28.log, and

Re: New logs showing up under Tomcat 5.5.9tomcat-user-unsubscribe@jakarta.apache

2005-04-29 Thread Blaw662
In a message dated 4/29/2005 9:46:44 AM Pacific Standard Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED]

Re: Tomcat creating new sessions between Servlet-JSP request dispatch under load

2005-04-27 Thread Andre Van Klaveren
Riyad, Close, but it's more like this: 1 client (user) == 1 session. In most cases your client (assuming it's a browser) would only send one request, which would translate into one thread, and therefor you wouldn't have a threading issue with your Session object. There is no guarantee that

Tomcat creating new sessions between Servlet-JSP request dispatch under load

2005-04-26 Thread Riyad Kalla
(I think) enough, in every case where pageDTO was null, the hashCode of the session I printed out from the JSP page, was a totally new Session that had no matching hashCode value printed out from the ControllerServlet. So it *seems* that under heavy load Tomcat is creating entirely new Sessions

Re: Tomcat creating new sessions between Servlet-JSP request dispatch under load

2005-04-26 Thread Andre Van Klaveren
Riyad, You should not be using the Session object to store your DTO for display. Especially if you are forwarding the request to a JSP. The Session object should only be used to store data that is required to remain in server memory between client requests. I would place your DTO in the

New Session on Authentication?

2005-04-06 Thread William Stranathan
Is there a configuration setting to force Tomcat to expire the old session and put the user in a new one when they log in using any of the Realm's? For example, this is a problem: - User tries to access a restricted page - no session set up - Tomcat redirects to the login page, appends

New website searches Tomcat source code for Java examples

2005-04-06 Thread Pete Eakle
JExamples.com is a new, free website that helps Java developers find high quality example code for virtually any Java API. JExamples uses sophisticated source analysis and a powerful search engine to find examples in well known Java open source products (e.g. Ant, Tomcat). The search results

Best way to monitor new version announcements?

2005-03-22 Thread Jason Bainbridge
I'm currently playing the IP compliance game with Tomcat and have jumped through all their hoops so far but just now need to implement a process of monitoring annoucements of new versions so we can assess whether we need to upgrade or not. Currently that involves me reading tomcat-user

new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread Ashutosh Sharma
Hi, I m new to tomcat 5.0.28. Previously i worked with tomcat 4.1.x-where i will create a context with a docBase and this way i will work with my webApp. Now the world has changed a lot-everyone just deploying a WAR file under webapps. But i still want to work in the old manner-i want my C:\Dir

Re: new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread David Causse
Ashutosh Sharma wrote: Hi, I m new to tomcat 5.0.28. Previously i worked with tomcat 4.1.x-where i will create a context with a docBase and this way i will work with my webApp. Now the world has changed a lot-everyone just deploying a WAR file under webapps. But i still want to work in the old

Re: new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread Ashutosh Sharma
the directory listing. Shud i giv refrence of build dir or src directory. Actually my build.xml compiles everythign from my src to corresponding build Dir. On Tue, 15 Mar 2005 14:34:22 +0100, David Causse [EMAIL PROTECTED] wrote: Ashutosh Sharma wrote: Hi, I m new to tomcat 5.0.28. Previously

Re: new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread David Causse
Ashutosh Sharma wrote: Hi David, Thanks for the reply. But if i see the manager.xml under this location it's contents are like this: Context path=/manager docBase=${catalina.home}/server/webapps/manager debug=0 privileged=true !-- Link to the user database we will get roles from --

New to Tomcat

2005-03-09 Thread Amrish Bharatiya
Hi All, I am new to tomcat and want a nice tutorial for JSP Development. Can anybody suggest me some links for the same. -- Thanks in Advance, Amrish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: New to Tomcat

2005-03-09 Thread Geertjan Wielenga
Amrish Bharatiya wrote: Hi All, I am new to tomcat and want a nice tutorial for JSP Development. Can anybody suggest me some links for the same. Here's something: http://www.netbeans.org/kb/using-netbeans/40/dbconn.html It tells you how to use Tomcat connection pooling (with the help

Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Petr Jiricka
Hello list, is it safe to use the new JDK 5.0 language features, e.g. annotations and generic types, with Tomcat 5.5? Do people do this in practice? Was this tested extensively? Are there any known issues in this area? Please let me know your experience with using new JDK 5.0 constructs

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Siarhei Dudzin
Didn't have any problems so far... On Mon, 07 Mar 2005 10:22:09 +0100, Petr Jiricka [EMAIL PROTECTED] wrote: Hello list, is it safe to use the new JDK 5.0 language features, e.g. annotations and generic types, with Tomcat 5.5? Do people do this in practice? Was this tested extensively

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Christoph Kutzinski
AFAIK the eclipse JDT compiler, that is used per default to compile the JSPs, doesn't support JDK 5.0 features. So you mustn't use these features in JSPs or change the JSP compiler. Christoph Petr Jiricka wrote: Hello list, is it safe to use the new JDK 5.0 language features, e.g. annotations

RE: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Allistair Crossley
Hi, We've been fine with for loops and generics with Tomcat 5.5, but we have only used JSTL in JSPs, no scriplet. Allistair. -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: 07 March 2005 11:44 To: Tomcat Users List Subject: Re: Using new JDK 5.0

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Rodrigo Avila
. -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: 07 March 2005 11:44 To: Tomcat Users List Subject: Re: Using new JDK 5.0 language features with Tomcat 5.5? AFAIK the eclipse JDT compiler, that is used per default to compile the JSPs, doesn't

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Christoph Kutzinski
Rodrigo Avila wrote: since we're talking about that... I have a system running *perfectly* using Tomcat 5.0.28 and Java 1.4.2_07. But I think in migrate this system to Java 1.5.0_01 using Tomcat 1.5.7, in an Production server. My question is: have any problem in make this migration? What is the

RE: Tomcat 5.5.7 cannot connect to mysql datasource - what changed? New approach

2005-02-21 Thread Richard Mixon (qwest)
with Hibernate 2.1.7c with no problems. This is on both Windows XP Pro SP2 (development) and SuSE Linux SLES9 (test and production). In order to get failover to work the way we wanted we upgraded to Tomcat 5.5.7 and Sun Java 1.5. The main change in our application was the new format for data soruces

RE: Tomcat 5.5.7 cannot connect to mysql datasource - what changed? New approach [SOLVED]

2005-02-21 Thread Richard Mixon (qwest)
with no problems. This is on both Windows XP Pro SP2 (development) and SuSE Linux SLES9 (test and production). In order to get failover to work the way we wanted we upgraded to Tomcat 5.5.7 and Sun Java 1.5. The main change in our application was the new format for data soruces in the application

Problem with TC 4.1.30 manager app and new Oracle JDBC driver

2005-01-13 Thread Norris Shelton
in each. Also, there is a manager app configured for each service that uses a JDBC realm for authentication. This driver worked on our local machines, in DEV and the QA environments. It also worked on the old tomcat 4.1.12 that was in the PREP environment, but did not work on the new tomcat 4.1.30

Re: new Host without restarting Tomcat

2005-01-12 Thread Lionel Farbos
So nobody knows how to deploy a new Host without the restart of Tomcat ? On Tue, 11 Jan 2005 16:05:06 +0100 Lionel Farbos [EMAIL PROTECTED] wrote: Hi all, I'd want to create and deploy new Virtual(s) Host(s) and Contexts without having to restart the entire Tomcat Server (4.1.31 or 5.0.28

Re: new Host without restarting Tomcat

2005-01-12 Thread Parsons Technical Services
://jakarta.apache.org/tomcat/tomcat-5.0-doc/architecture/startup/serverStartup.txt Section b4 Doug - Original Message - From: Lionel Farbos [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, January 12, 2005 6:38 AM Subject: Re: new Host without restarting

Re: new Host without restarting Tomcat

2005-01-12 Thread Lionel Farbos
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, January 12, 2005 6:38 AM Subject: Re: new Host without restarting Tomcat So nobody knows how to deploy a new Host without the restart of Tomcat ? On Tue, 11 Jan 2005 16:05:06 +0100 Lionel Farbos [EMAIL PROTECTED

new Host without restarting Tomcat

2005-01-11 Thread Lionel Farbos
Hi all, I'd want to create and deploy new Virtual(s) Host(s) and Contexts without having to restart the entire Tomcat Server (4.1.31 or 5.0.28). This works if my Host(s) exist in server.xml when I start Tomcat (I follow http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html

New user Virtual host problem

2004-12-21 Thread Rick Gocher
Hi all, I have previously setup tomcat 5.x running on apache 1.3.x. Everything works fine and I'm learning lots as I go, although I have run into a problem with adding new domains to my apache. I have setup another site in the webapps directory however apache will only serve it using my

RE: new isapi_redirector2.dll

2004-12-14 Thread David Boyer
\isapi\jk_isapi_plugin.c(237) : error C2059: syntax error : ')' jk_jni_aprImpl.c -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 5:01 PM To: [EMAIL PROTECTED] Subject: new isapi_redirector2.dll I noticed there have been some commits since

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
I was a bit hasty in my response. How do you get Visual C++ to recognize the SDK files? Thanks, Derrick -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 1:14 PM To: Tomcat Users List Subject: RE: new isapi_redirector2.dll Thank you

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
I just had to move 'C:\Program Files\Microsoft SDK\include' higher in the directories list. -Original Message- From: Derrick Koes Sent: Tuesday, December 14, 2004 1:51 PM To: 'Tomcat Users List' Subject: RE: new isapi_redirector2.dll I was a bit hasty in my response. How do you

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
not, there is no try./Quote /ContactInfo -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 12:09 PM To: [EMAIL PROTECTED] Subject: RE: new isapi_redirector2.dll SF_NOTIFY_AUTH_COMPLETE is part of the platform SDK. The errors you're getting suggests VC

Create a new web application

2004-12-14 Thread Manisha Sathe
Hi, Just few days back i downloaded TomCat and learning it. I tried small servlet/jsp files and tested it but putting them under /jsp-example and /servlet-examples i.e. existing project directory. but for my project i want to create new application. I believe I do not have Ant

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
] Sent: Friday, November 19, 2004 5:01 PM To: [EMAIL PROTECTED] Subject: new isapi_redirector2.dll I noticed there have been some commits since the last official release in March, so I've built a version based on the latest snapshot. I've also added a How to page for people interested in building

Re: new isapi_redirector2.dll

2004-12-14 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: new isapi_redirector2.dll

2004-12-14 Thread Allistair Crossley
. -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: 14 December 2004 16:02 To: Tomcat Users List Subject: RE: new isapi_redirector2.dll I think I've followed the steps to build JK2, but there are still errors in the jk_isapi_plugin.c file. The latest version

New Babie query - pls pls help me

2004-12-13 Thread Manisha Sathe
Hi, I am totally totally new to Servlet/Tomcat. I wrote a very simple HelloWorld servlet. I could compile it and could create the HelloWorld.class file. But how to test it thr Tomat web server ? I put the class inside servlet example dir C:\jakarta-tomcat-5.0.28\webapps\servlets-examples\WEB-INF

Re: New Babie query - pls pls help me

2004-12-13 Thread Antony Paul
, I am totally totally new to Servlet/Tomcat. I wrote a very simple HelloWorld servlet. I could compile it and could create the HelloWorld.class file. But how to test it thr Tomat web server ? I put the class inside servlet example dir C:\jakarta-tomcat-5.0.28\webapps\servlets-examples\WEB

Re: New Babie query - pls pls help me

2004-12-13 Thread Ben Souther
one here: http://simple.souther.us Good Luck -Ben On Mon, 2004-12-13 at 08:09, Manisha Sathe wrote: Hi, I am totally totally new to Servlet/Tomcat. I wrote a very simple HelloWorld servlet. I could compile it and could create the HelloWorld.class file. But how to test it thr Tomat

Re: New Babie query - pls pls help me

2004-12-13 Thread Jon Wingfield
Argh. Triple hijack! This thread started as JSP expressions are displayed as string, became Do not allow browsing the root directory to tomcat, then problem starting tomcat 5.5/jdk1.3.1_11 and now New Babie query - pls pls help me. For the sake of the archives and those of us using thread

Re: Create a new web application

2004-12-13 Thread Ben Souther
On Tue, 2004-12-14 at 08:16, Manisha Sathe wrote: Hi, Just few days back i downloaded TomCat and learning it. I tried small servlet/jsp files and tested it but putting them under /jsp-example and /servlet-examples i.e. existing project directory. but for my project i want to create new

Sending New Line Characters and ; in URL

2004-12-06 Thread inr
Hai all, I like to send new Line character and ; characters in URL. In hmtl I am using a Form [as like mail box] To address, From address and Message.. When the form is submitted to servlet the information is set to its window.location in servlet response, there by outlook express

RE: Sending New Line Characters and ; in URL

2004-12-06 Thread Peter Crowther
From: inr [mailto:[EMAIL PROTECTED] I like to send new Line character and ; characters in URL. In hmtl I am using a Form [as like mail box] To address, From address and Message.. When the form is submitted to servlet the information is set to its window.location in servlet

Re: Sending New Line Characters and ; in URL

2004-12-06 Thread inr
Hi Peter Crowther, I am using the POST Method , The problem is not loss of data, it is about the new Line Character and ' , ; charcters when setting as below, Window.location=mailto:[EMAIL PROTECTED];[EMAIL PROTECTED];?CC=ik [EMAIL PROTECTED] Subject

[OT] RE: Sending New Line Characters and ; in URL

2004-12-06 Thread Allistair Crossley
you can't have new line characters in URLs, you'll need to get rid of them with a regular expression for what you are doing I think. Allistair. -Original Message- From: inr [mailto:[EMAIL PROTECTED] Sent: 06 December 2004 14:29 To: Tomcat Users List Subject: Re: Sending New Line

New session created from same client/different host

2004-11-24 Thread Mark O'Driscoll
If my client (IE6) connects to a single tomcat(5.0.28 Windows2k) using different hostnames (e.g. http://localhost:8080/myapp/test.jsp AND http://127.0.0.1:8080/myapp/test.jsp ) a new session is created for each alias. Is there any way to stop these new sessions being created? TIA Mark

RE: New session created from same client/different host

2004-11-24 Thread Peter Crowther
From: Mark O'Driscoll [mailto:[EMAIL PROTECTED] If my client (IE6) connects to a single tomcat(5.0.28 Windows2k) using different hostnames (e.g. http://localhost:8080/myapp/test.jsp AND http://127.0.0.1:8080/myapp/test.jsp ) a new session is created for each alias. Is there any way to stop

Re: New session created from same client/different host

2004-11-24 Thread Tim Funk
Not really. -Tim Mark O'Driscoll wrote: If my client (IE6) connects to a single tomcat(5.0.28 Windows2k) using different hostnames (e.g. http://localhost:8080/myapp/test.jsp AND http://127.0.0.1:8080/myapp/test.jsp ) a new session is created for each alias. Is there any way to stop these new

New Install of Tomcat 4 on HP-UX Can't Start

2004-11-23 Thread Gibson, Danny
Howdy All, I am trying my very first attempt of loading Tomcat on an HP-UX 11.11 system. Unfortunately I am encountering troubles getting it started. Any suggestions would be greatly appreciated. Here is the error it is generating, it appears to be complaining about rsajca which does not

RE: New Install of Tomcat 4 on HP-UX Can't Start

2004-11-23 Thread Shapira, Yoav
: New Install of Tomcat 4 on HP-UX Can't Start Howdy All, I am trying my very first attempt of loading Tomcat on an HP-UX 11.11 system. Unfortunately I am encountering troubles getting it started. Any suggestions would be greatly appreciated. Here is the error it is generating, it appears

new isapi_redirector2.dll

2004-11-19 Thread David Boyer
I noticed there have been some commits since the last official release in March, so I've built a version based on the latest snapshot. I've also added a How to page for people interested in building it themselves.

[OT] Re: wrong time in Java Applications to my location (new Date())

2004-11-18 Thread Jon Wingfield
in the Windows 2003 and Regional settings is Portuguese, Brazil. The method TO GET SYSTEM TIME is new Date() Any suggestion, How we setup server parameters or application (JVM) parameters to solve this problem? Thanks a lot in advance Acacio Furtado Costa Pesquisa e Tecnologia GIA - Magnesita S

wrong time in Java Applications to my location (new Date())

2004-11-17 Thread Acácio Furtado Costa
time is Brasilia -3:00 in the Windows 2003 and Regional settings is Portuguese, Brazil. The method TO GET SYSTEM TIME is new Date() Any suggestion, How we setup server parameters or application (JVM) parameters to solve this problem? Thanks a lot in advance Acacio Furtado Costa

I am new to Tomcat can any one tell me the steps to configure it

2004-11-06 Thread inr
Hai all, I am new to Tomcat and i am. can anyone help me to configure it. Thanks and Regards, inr. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

(Ben Souther) new Trouble Re: dear friend i'm in a big trouble(thanks 4 ur help)

2004-11-04 Thread Raasi Potluri
, clicked environment variables, under the system variables I have added a new field JAVA_HOME and text as C:\Program Files\Java\jdk1.5.0 is the same tree as per my windows intsallation directory. regards, thanks for your help. bye for now, Raasi --- Ben Souther [EMAIL PROTECTED] wrote

RE: OutOfMemoryError: unable to create new native thread

2004-10-29 Thread Carl Olivier
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 6:56 PM To: Tomcat Users List Subject: RE: OutOfMemoryError: unable to create new native thread Hi, Apparently Windows NT/2000 defaults to a 1mb virtual thread stack size per thread unless otherwise stated

RE: OutOfMemoryError: unable to create new native thread

2004-10-29 Thread Shapira, Yoav
generation vs. % new, from a GC perspective). But it shouldn't be a big change from a total memory consumption standpoint. And on the plus side, you'd let each JVM tune itself optimally for its webapp(s), something that's virtually impossible to do with more than a couple of webapps in one JVM. Yoav

OutOfMemoryError: unable to create new native thread

2004-10-28 Thread Carl Olivier
Greetings. I am periodically having to restart a normally very stable tomcat 5 instance due to: OutOfMemoryError: unable to create new native thread Now, as far as I understand the following are the reasons for this: - Actually ran out of memory - Hit max # of threads allowed to run (OS

RE: OutOfMemoryError: unable to create new native thread

2004-10-28 Thread Shapira, Yoav
Hi, - Actually ran out of memory - Hit max # of threads allowed to run (OS dependant?) This is the most likely cause in your case, and it's OS-dependent as you surmised. On *nix this is adjusted via the ulimit (-n) command. But on Windows 2000 Server, I'm not sure off the top of my head.

RE: OutOfMemoryError: unable to create new native thread

2004-10-28 Thread Carl Olivier
: OutOfMemoryError: unable to create new native thread Hi, - Actually ran out of memory - Hit max # of threads allowed to run (OS dependant?) This is the most likely cause in your case, and it's OS-dependent as you surmised. On *nix this is adjusted via the ulimit (-n) command. But on Windows 2000

RE: OutOfMemoryError: unable to create new native thread

2004-10-28 Thread Shapira, Yoav
Hi, Apparently Windows NT/2000 defaults to a 1mb virtual thread stack size per thread unless otherwise stated. In addition a maximum of 2gb of thread stack space per process is allowed by Windows (not sure if this can be changed or not!). Thus the tomcat JVM could only have 2000 odd concurrent

New User needing urgent help

2004-10-23 Thread Steven R. Christensen
Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help. org.apache.jasper.JasperException: Unable

Re: New User needing urgent help

2004-10-23 Thread Roland Carlsson
, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help

AW: New User needing urgent help

2004-10-23 Thread Steffen Heil
Hi import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

Re: New User needing urgent help

2004-10-23 Thread Larry Meadors
to put your classes in a package (folder) that you then put in the web-inf/classes. Regards Roland - Original Message - From: Steven R. Christensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 23, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
: AW: New User needing urgent help Hi import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
bothering everyone again. Thanks, Steve From: Steffen Heil [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 12:52 PM To: 'Tomcat Users List' Subject: AW: New User needing urgent help Hi import Account; No. No. No. Import is used to make

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
. From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R. Christensen wrote: From

New to list -Mod_JK2 question-

2004-10-13 Thread tomcat
Hello, Im new to this list so feel free to slap me around if needed. I have setup multiple jvms using apache 2 and mod_jk2, despite the lousy mod_jk2 documentation. What I have found is that it seems with mod_jk2 that you have to map EVERYTHING, every extension etc, and all webapps

RE: new to Tomcat..

2004-10-07 Thread John Najarian
Did you use the admin or manager tool to check if it's available? -Original Message- From: Vivek Behal [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 10:39 PM To: [EMAIL PROTECTED] Subject: new to Tomcat.. Hi, I am new to tomcat. I've installed tomcat 5.0.28 on my

RE: new to Tomcat..

2004-10-07 Thread Vivek Behal
No. but the .html is avaialable there and tomcat is not able to get it. Regards, Vivek Behal. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 12:32 PM To: 'Tomcat Users List' Subject: RE: new to Tomcat.. Did you use the admin

RE: new to Tomcat..

2004-10-07 Thread John Najarian
Have you restarted tomcat? -Original Message- From: Vivek Behal [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 11:58 PM To: Tomcat Users List Subject: RE: new to Tomcat.. No. but the .html is avaialable there and tomcat is not able to get it. Regards, Vivek Behal

RE: new to Tomcat..

2004-10-07 Thread Vivek Behal
when I put the .html file there, the tomcat was not running.after putting the .html file i started tomcat. Regards, Vivek Behal. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 12:45 PM To: 'Tomcat Users List' Subject: RE: new

new to Tomcat..

2004-10-06 Thread Vivek Behal
Hi, I am new to tomcat. I've installed tomcat 5.0.28 on my machine. I developed a servlet and put it in the webapps\ROOT\WEB-INF\classes folder. Then I modified the web.xml file according to that. it is working very fine. but if I put a .html file, a simple static hello.html in the webapps

Howto deploy a new version of my webapp without disturbing the customer?

2004-10-01 Thread Christian Mittendorf
Hello! My scenario is an order application, where my customers can order products. But the software or the design of the pages are changing rapidly. The question is now: how can I deploy a new version without the customer noticing anything? I'm searching for something similar to what

RE: Howto deploy a new version of my webapp without disturbing the customer?

2004-10-01 Thread Ralph Einfeldt
: Christian Mittendorf [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 12:15 PM To: [EMAIL PROTECTED] Subject: Howto deploy a new version of my webapp without disturbing the customer? Hello! My scenario is an order application, where my customers can order products

Re: Howto deploy a new version of my webapp without disturbing the customer?

2004-10-01 Thread Andoni
users are 9-5 office workers. Andoni. - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 01, 2004 12:09 PM Subject: RE: Howto deploy a new version of my webapp without disturbing the customer? Just a guess: - Use

RE: JNDI binding a new resource

2004-10-01 Thread Shapira, Yoav
the org.apache.naming classes that ship with Tomcat for your own needs. That's not trivial. Yoav Shapira Millennium Research Informatics -Original Message- From: Derek Greer [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:13 AM To: Tomcat Users List Subject: JNDI binding a new resource I'm

Re: Howto deploy a new version of my webapp without disturbing the customer?

2004-10-01 Thread Christian Mittendorf
] Sent: Friday, October 01, 2004 12:09 PM Subject: RE: Howto deploy a new version of my webapp without disturbing the customer? Just a guess: - Use Apache + mod_jk(2) + 2 tomcat instances - Use sticky sessions (look at the jvmRoute of the engine tag) - Use the load factor to distribute 100

  1   2   3   4   5   6   7   8   9   10   >