Re: Best eclipse plugin for tomcat development

2006-03-20 Thread Leon Rosenberg
talking about plugins for eclipse, I finally found one that is good and works: servereclipse http://servereclipse.sourceforge.net/update as opposite to myeclipse it actually works :-) leon On 3/20/06, Asensio, Rodrigo <[EMAIL PROTECTED]> wrote: > I respect that, differents points of view. I work

Re: How to deal with spaces in Tomcat 5.5?

2006-03-20 Thread P Y
This would not conform to RFC2396 (see 3.3 and 3.4) : '+' is not a special character in path element. (Seems TC4.1 was buggy on this... ?) On 3/21/06, Lahiff, Lorinda <[EMAIL PROTECTED]> wrote: > Hi, > > I have a text file with spaces as part of the file name that needs to be > read by Apache Tom

How to deal with spaces in Tomcat 5.5?

2006-03-20 Thread Lahiff, Lorinda
Hi, I have a text file with spaces as part of the file name that needs to be read by Apache Tomcat 5.5. If I enter both of the below URL's in Tomcat 4.1, the text file shows up fine. However, the new version of Tomcat (Tomcat 5.5) can only handle URL1. In URL2, Tomcat 5.5 is unable to tran

Re: programatic jaas authentication

2006-03-20 Thread Dave
I have the same problem to solve. I am using JSF also. In any page I allow user to type in username and password, after login, stay in the same page. Can anyone point a tutorial/doc ? Thanks! Jan Zach <[EMAIL PROTECTED]> wrote: Hi Everybody, I got working container JAAS authentication (a

RE: tomcat examples

2006-03-20 Thread erha
Thanks Chucks. Will try to download the zip then. Rudy -- View this message in context: http://www.nabble.com/tomcat-examples-t1307951.html#a3505817 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [

auto deploy host + context

2006-03-20 Thread Jon Cline - Enthusiast, Inc.
Hello everyone, i have the same question here except now we are using tomcat 5.5.18. any thoughts? i hear there is some host-manager but I can't find any info on how it works or whether or not it allows hosts to be deployed on a running server. thx. jc On 3/18/05, Jon Cline - Enthusiast, Inc.

Re: OT object references

2006-03-20 Thread Mark Thomas
Robert Harper wrote: > Is there a way to interrogate how many references there are to an object and > possibly objects that are referencing them? This is exactly what profiling tools should do for you. There are a number out there - pick the one you like the look / price of. Mark --

Configuring Tomcat to Use ssl-unclean-shutdown

2006-03-20 Thread Josh Colbeck
Hello, We're running Tomcat 4.1 in stand alone setup (no Apache) and we're running in to the problem with SSL and IE that causes users to get a "Page not found" error. A lot of the fixes I have found for this problem involve setting up Apache it use ssl-unclean-shutdown by adding "BrowserMatch ".

Re: Problems with UTF-8 and JSP

2006-03-20 Thread Mark Thomas
Nenad Bosanac wrote: > I have problem with UTF-8 character set. > I use MySQL 5 and Tomcat 5.5.9.I use NetBeans for > programinnig > in Java. > I made one database and is in UTF8,also all my JSP > pages are set to > UTF8 encoding,and also all HTML are set to UTF8. > When i put š,đ,č,ć,ž character

question regarding alias for context

2006-03-20 Thread Alan Honczar
Hi, Maybe I will ask a stupid question but I did not found how to do it yet... I have 2 contexts in my Tomcat 4.1 ctxA and ctxB. My clients access them with full URLs: https://myserver.com/ctxA/page.jsp and https://myserver.com/ctxB/page.jsp Those contexts have different revisions of an applicat

RE: Best eclipse plugin for tomcat development

2006-03-20 Thread Asensio, Rodrigo
I respect that, differents points of view. I work with Java IDEs since 1997 from Jcafe to Jbuilder. Eclipse has created a great platform WTP that allows you many different configurations across any application server. The only difference with netbeans is that it has not any embedded webserver. Its

RE: Best eclipse plugin for tomcat development

2006-03-20 Thread David Grace
Hi, Not sure what you mean by Netbeans will catch up to Eclipse but Netbeans has many, many more features than Eclipse and it seems these features are being slowly adopted by Eclipse. The only feature I can see Eclipse has is that it uses SWT. I personally don't see the need for SWT as well writt

OT object references

2006-03-20 Thread Robert Harper
Is there a way to interrogate how many references there are to an object and possibly objects that are referencing them?   Robert S. Harper Senior Engineer Information Access Technology, Inc. 1100 East 6600 South, Suite 300 Salt Lake City Utah USA 84121-7411 (801)265-8800 Ext. 255 FAX (

Re: Setting up APR

2006-03-20 Thread Markus Schönhaber
Vanessa Campos wrote: > I'm trying to set up tomcat using APR. I have a verisign certificate > and put on server.xml the following: > maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" >enableLookups="false" disableUploadTimeout="true" >acce

Re: running SSI on Tomcat 5.5.15

2006-03-20 Thread Mark Thomas
lee sachs wrote: > the web.xml is as follows: > " after /servlet> to restore back > comments; tried the virtualWebappRelative value as "0" and "1" - same result; > Not sure if > --> Servlet definition looks OK. What about the servlet mapping? Further down in web.xml is this: Which nee

Re: tomcat examples

2006-03-20 Thread Konstantin L Kouptsov
Hi Chuck, And below is the error from the log file for my case. Anybody body know what is wrong ? java.lang.ClassFormatError: Extra bytes at the end of class file listeners/ContextListener As I stated before: that class file is bad. It appears to be one you created, not from the Tomcat ins

Re: SSL/CGI variables question

2006-03-20 Thread Mark Thomas
Stefan Zasada wrote: > I'm trying to run a perl cgi script in a standalone tomcat container > with ssl turned on. It is usually a good idea to mention your Tomcat version although in this case it doesn't change the answer. > With the script running under apache, an environment variable > (SSL_CLIE

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Filip Hanik - Dev Lists
a profiler is a product, it is a piece of software that you download to instrument how your applications are performing. There are two types of common profiling: 1. Memory - to optimize memory usage and find memory leaks 2. CPU - to optimize your code and find bottlenecks there are tons of profi

RE: Website Statistics

2006-03-20 Thread Wick, Daniel
Did you try webalizer? http://www.mrunix.net/webalizer/ > -Original Message- > From: Steele, Aaron [mailto:[EMAIL PROTECTED] > Sent: Monday, March 20, 2006 1:47 PM > To: Tomcat Users List > Subject: Website Statistics > > Does anyone know of a good free tool to gather website > statis

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Michael McQuade
Filip, what is a profiler? Is it a product to download, or is it something in Tomcat? - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 20, 2006 1:28 PM Subject: Re: Hel: Tomcat displays Page slowly > google for a

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Michael McQuade
I basically get the 7 second response time everytime I request the page Nic - Original Message - From: "Nic Daniau" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 20, 2006 1:27 PM Subject: Re: Hel: Tomcat displays Page slowly do you get these 7s the first tim

Re: Website Statistics

2006-03-20 Thread Leon Rosenberg
ask again next week :-) I'm just clarifying some license info, probably a tool will be avaiable next week (at least as beta) leon On 3/20/06, Steele, Aaron <[EMAIL PROTECTED]> wrote: > Does anyone know of a good free tool to gather website statistics for > Tomcat? > > > Thank You, > > Aaron Steel

Website Statistics

2006-03-20 Thread Steele, Aaron
Does anyone know of a good free tool to gather website statistics for Tomcat? Thank You, Aaron Steele YRI Enterprise Solutions https://ris.yumnet.com w: 972.338.6862 c: 817.401.0831 This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) p

tomcat stdout log questions

2006-03-20 Thread Dharmendra Patel
hello, i am using tomcat 5.5.15. my jsp appln posts code-generated messages to stdout log file. i have two questions. (1) how can i configure tomcat to stop my jsp from dumping messages altogether? (2) how can i configure tomcat to reduce my stdout file size? Thanks, Warm Regards Dharmendra

Setting up APR

2006-03-20 Thread Vanessa Campos
Hi, I'm trying to set up tomcat using APR. I have a verisign certificate and put on server.xml the following: When I try to startup TomCat, I got the foolowing lines on catalina.log: Mar 20, 2006 1:11:04 PM org.apache.coyote.http11.Http11BaseProtocol start SEVERE: Error starting endpoint java.i

RE: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread John C. Dale
I had a similar issue when using XMLHttpRequest (AJAX) - when using Firefox and testing on the same machine, Firefox would hang for several seconds as it competed with the JVM/Compiler for processor resources. My solution was to test locally with IE 6.x+ which had better behavior in this regard, t

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Filip Hanik - Dev Lists
google for a tutorial on how to use a profiler, then use the profiler, and whoops, you'll find your problem Filip Michael McQuade wrote: Hi all. I have an application running on Tomcat v 5.0.28 , written in Java and running a MySql database. I have one screen that is built dynamicall

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Nic Daniau
do you get these 7s the first time you request the page, and then it's a lot quicker the next times, or it it always like this. Because the first time you call your JSP it's first compiled so it's normal to get poor performance on the first call. hth Nic On 20/03/06, Michael McQuade <[EMAIL PROTE

Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Michael McQuade
Hi all. I have an application running on Tomcat v 5.0.28 , written in Java and running a MySql database. I have one screen that is built dynamically and accesses the database. The time for the program to perform all activities right up until displaying the page is under a second..

Re: UserDatabase with something else than a basic MemoryUserDatabase

2006-03-20 Thread Nic Daniau
I like short stories, thanks!!! Why they still bother to document it in 5.5is just I suppose the last attempt to get someone interested in developping the missing bits... not me however, I'll just declare my realm straight and move to other things! Thanks again, Nic On 20/03/06, Bill Barker <[EMA

Re: Tomcat 5.5.16 - Error configuring application listener of class listeners.ContextListener

2006-03-20 Thread Len Popp
Also, when I compared the ContextListener.class files I was working from the Windows zip downloads, not the .exe setups. (Charles C. has reported that the latter are corrupt.) -- Len On 3/20/06, Len Popp <[EMAIL PROTECTED]> wrote: > The file ContextListener.class should be 2526 bytes in size (in b

RE: tomcat examples

2006-03-20 Thread Caldarale, Charles R
> From: erha [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat examples > > Download the apache-tomcat-5.5.16.exe, install and run the service. > Got this error immediately. You are correct - the 5.5.16 .exe is broken. The .zip download (the one I normally use) is fine. Looks like someone tried a

Re: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
Caldarale, Charles R wrote: From: David Kerber [mailto:[EMAIL PROTECTED] Subject: Re: [OT] How does Synchronized code interact with other applications Ok. So if I were to port the Delphi app to java and run it as another thread in my app, I would be ok there... Not necessarily. You

Re: Tomcat 5.5.16 - Error configuring application listener of class listeners.ContextListener

2006-03-20 Thread Len Popp
The file ContextListener.class should be 2526 bytes in size (in both the jsp-examples and servlets-examples webapps). I can't test the problem in 5.5.16 as I'm still running 5.5.12. (It doesn't happen for me with 5.5.12 & JDK 1.5.0_06-b05.) I did verify that the ContextListener.class files are ide

Re: Questions on Clustering

2006-03-20 Thread Edoardo Causarano
Thanks Filip... e Alle 17:30, lunedì 20 marzo 2006, Filip Hanik - Dev Lists ha scritto: > you have several problems: > > 1. jvmRoute should be a unique value on each tomcat, not the same across > all. > 2. you have used (tcpListenAddress="auto") - what this does, is look up > your hostname, and t

Re: Questions on Clustering

2006-03-20 Thread Filip Hanik - Dev Lists
you have several problems: 1. jvmRoute should be a unique value on each tomcat, not the same across all. 2. you have used (tcpListenAddress="auto") - what this does, is look up your hostname, and then resolves that to an IP address. The problem on your computer is that your local hostname res

Questions on Clustering

2006-03-20 Thread Edoardo Causarano
Hello list, I have some questions on Tomcat 5.5.15 clustering. The apache httpd server connects to the cluster members with mod_jk. All the cluster members have the jvmRoute attribute set to the same value "cluster" as well as the same multicast group. Multicast routes are activated on the appr

Re: JNDI in embedded tomcat

2006-03-20 Thread Minilin-inbox
I'm sorry, I should have given the question more detailed. Generally, we config our JNDI data source in configuration file and put it into "conf/catalina/localhost", when tomcat is starting up alone, the configuration is loaded by tomcat and then we can find our data source like that: Context con

Re: Tomcat 5.5.16 - Error configuring application listener of class listeners.ContextListener

2006-03-20 Thread Vamsidhar
Seems like lot of other people are having problems with getting examples working. I deployed one my own applications and it worked like a charm. Not sure about the examples. thanks. On 3/19/06, erha <[EMAIL PROTECTED]> wrote: > > > I have the same problem here. Have you managed to solved your pr

RE: Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread Manivannan.P
Always resolve the URL yourself before letting the tomcat do it. For every sub application and context's path is equals to + sub application's context. [EMAIL PROTECTED] wrote: Thanks. Yes, of course on the matter of the package name. I think I've grasped the points I was struggling

RE: Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread cknell
Thanks. Yes, of course on the matter of the package name. I think I've grasped the points I was struggling with. I have saved the spec to my local disk, and when I'm comfortable enough with the general concepts, I'll be able to read it and understand it. -- Charles Knell [EMAIL PROTECTED] - ema

Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread David Smith
More like: package com.kilonovember ; // imports here public class Monkey extends HttpServlet{ // methods and programming } Note I didn't include the class name in the package name. This creates a class with the full name of com.kilonovember.Monkey. --David [EMAIL PROTECTED] wrote: Th

RE: Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread cknell
Thanks for the sanity check. That did what I expected, so to expand on this, if I were creating a "real" servlet whose source code opened like this: package com.kilonovember.Monkey; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; public class Monkey extends HttpServlet{ .

Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread David Smith
Ok. Not reading the spec is your choice and so are the problems that might come of it. Even if you don't read it, keep it around as a reference. It might come in handy when you need an authoritative answer to a question. --David [EMAIL PROTECTED] wrote: Thanks for your reply, but readi

Problems with UTF-8 and JSP

2006-03-20 Thread Nenad Bosanac
I have problem with UTF-8 character set. I use MySQL 5 and Tomcat 5.5.9.I use NetBeans for programinnig in Java. I made one database and is in UTF8,also all my JSP pages are set to UTF8 encoding,and also all HTML are set to UTF8. When i put š,đ,č,ć,ž character date in database directly from MySQL

RE: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread Caldarale, Charles R
> From: David Kerber [mailto:[EMAIL PROTECTED] > Subject: Re: [OT] How does Synchronized code interact with > other applications > > Ok. So if I were to port the Delphi app to java and run it > as another thread in my app, I would be ok there... Not necessarily. You will still have the same f

Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread David Smith
While packageless classes are frowned upon, and will bite you later, below should work. Restart the ROOT webapp using the manager applet (http://localhost:8080/manager/html) and then try http://localhost:8080/ch1. Check the logs for errors ch1 Ch1Servlet

RE: Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread cknell
> ensure you put it in correct package. My example servlet is not part of a package. Here is the opening part of the source code file: import javax.servlet.*; import javax.servlet.http.*; import java.io.*; public class Ch1Servlet extends HttpServlet{ > The author probably mean the classname+

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread Antonio Petrelli
Mark Hagger ha scritto: Err, sorry to contradict you, but to quote from Sun's documentation of the Properties class: "This format uses the ISO 8859-1 character encoding. Characters that cannot be directly represented in this encoding can be written using Unicode escapes..." Absolutely no menti

RE: RE: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread cknell
Thanks for your reply, but reading the full spec doesn't fit my learning style. I don't know anyone who learned to program by reading a book from start to finish, and then sat down and wrote a complex program. Most people need a little snippet, something small and comprehensible, to get started.

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread Mark Hagger
Err, sorry to contradict you, but to quote from Sun's documentation of the Properties class: "This format uses the ISO 8859-1 character encoding. Characters that cannot be directly represented in this encoding can be written using Unicode escapes..." Absolutely no mention of this ASCII restricti

Re: How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
Leon Rosenberg wrote: On 3/20/06, David Kerber <[EMAIL PROTECTED]> wrote: I have a situation where my java-Tomcat application will be writing lines of data one at a time (but quickly and lots of them, eventually approx 2 million lines per day, though only about 500k right now) to a disk fi

Re: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
Caldarale, Charles R wrote: From: David Kerber [mailto:[EMAIL PROTECTED] Subject: How does Synchronized code interact with other applications This has nothing to do with Tomcat. I suspected that, but wasn't sure; that's why I mentioned it. If I use a Synchronized block around my c

RE: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: What, exactly, is meant by "full path" when > construction web.xml entries > > Yesterday I spent a fair amount of time Googling for how to > set up a pair of elements in the > web.xml file on my Windows XP installation of Tomcat

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread John-Paul Delaney
Scrive Antonio Petrelli <[EMAIL PROTECTED]>: > John-Paul Delaney ha scritto: > > A little earlier I found out that they can only use Latin1 > > encoding, ... > > > Sorry to contradict you, ".properties" files must use ASCII 7-bit (e.g. > stressed characters must be \u). Anyway that was the "ot

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread Antonio Petrelli
John-Paul Delaney ha scritto: A little earlier I found out that they can only use Latin1 encoding, ... Sorry to contradict you, ".properties" files must use ASCII 7-bit (e.g. stressed characters must be \u). Anyway that was the "other" answer I had in mind ;-) Ciao Antonio

RE: tomcat examples

2006-03-20 Thread erha
Hi Chuck, >> And below is the error from the log file for my case. Anybody >> body know what is wrong ? >> >> java.lang.ClassFormatError: Extra bytes at the end of class file >> listeners/ContextListener >As I stated before: that class file is bad. It appears to be one you >created, not f

RE: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread Caldarale, Charles R
> From: David Kerber [mailto:[EMAIL PROTECTED] > Subject: How does Synchronized code interact with other applications This has nothing to do with Tomcat. > If I use a Synchronized block around my code that does the > writing to disk, will the Delphi app (assuming competent > programmers) be ab

Re: undeployed admin application in tomcat 5.0.27 by mistake

2006-03-20 Thread Erdal Akkaya
Thanks, I got the directory from the tarball, and than told the manager the path to the admin.xml file and it worked. regards > --- Ursprüngliche Nachricht --- > Von: David Delbecq <[EMAIL PROTECTED]> > An: Tomcat Users List > Betreff: Re: undeployed admin application in tomcat 5.0.27 by mist

Re: tomcat examples

2006-03-20 Thread erha
Hi Chuck, >> And below is the error from the log file for my case. Anybody >> body know what is wrong ? >> >> java.lang.ClassFormatError: Extra bytes at the end of class file >> listeners/ContextListener >As I stated before: that class file is bad. It appears to be one you >created, not from t

Re: How does Synchronized code interact with other applications

2006-03-20 Thread Leon Rosenberg
On 3/20/06, David Kerber <[EMAIL PROTECTED]> wrote: > I have a situation where my java-Tomcat application will be writing > lines of data one at a time (but quickly and lots of them, eventually > approx 2 million lines per day, though only about 500k right now) to a > disk file, and another, Delp

Re: What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread David Delbecq
[EMAIL PROTECTED] a écrit : >I've poked at Tomcat for several years now. I find myself looking for a job >and have too much time on my hands, so I've decided to take servlets seriously >and grasp the concepts. > >Yesterday I spent a fair amount of time Googling for how to set up a > pair of el

Re: Tomcat 5.5.16 - Confirmation of " Extra bytes at the end of class file listeners/ContextListener" error

2006-03-20 Thread erha
Anybody have found the problem ??? Please help, already search for high and low on the google but no luck Rudy -- View this message in context: http://www.nabble.com/Tomcat-5.5.16---Confirmation-of-%22-Extra-bytes-at-the-end-of-class-file-listeners-ContextListener%22-error-t1309429.html#a34

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread John-Paul Delaney
Scrive Antonio Petrelli <[EMAIL PROTECTED]>: > John-Paul Delaney ha scritto: > > Hello List... my first attempt at i18n is failing. > > > > Are you using resource bundles? Or what? If yes, please post a reply > because the answer will be very different from the one below. > > > I've converted MS

RE: Best eclipse plugin for tomcat development

2006-03-20 Thread Asensio, Rodrigo
I use to work with sysdeo too, but it is so limited that I had to change to other tool. Nobody here will pay myeclipseIde, then, I found WST, that is the natural implementation of eclipse for Enterprise applications (JSP, XML, Webservices, ejb, etc). Sysdeo is good, but WST is much better. Netbea

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-20 Thread Vahid Hedayati
ok.. it now adds. worker1 to session id but still changes session ID Session ID: AFE8D213D9CDD0B53176F640B34C34F2.worker1 does each virtual host need its own engine in the server.xml ? since nmy jvmRoute is set for localhost where underneath it the other virtual hosts are specified.

What, exactly, is meant by "full path" when construction web.xml entries

2006-03-20 Thread cknell
I've poked at Tomcat for several years now. I find myself looking for a job and have too much time on my hands, so I've decided to take servlets seriously and grasp the concepts. Yesterday I spent a fair amount of time Googling for how to set up a pair of elements in the web.xml file on my Wi

How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
I have a situation where my java-Tomcat application will be writing lines of data one at a time (but quickly and lots of them, eventually approx 2 million lines per day, though only about 500k right now) to a disk file, and another, Delphi, appication will be reading and processing those line

Re: JNDI in embedded tomcat

2006-03-20 Thread David Smith
Details please. This question is way to general to answer without even so much as a version number. JNDI config information for tomcat can be found at http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html for tomcat 5.5.x --David Minilin-inbox wrote: >Hi, All, > >I want to start tom

RE: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-20 Thread Tim Lucia
One possibility is that your Engine's jvmRoute attribute is not set, or not set properly. Make sure that the jvmRoute value is set to the worker name, and has a legal value (no spaces or . etc.) Tim -Original Message- From: Vahid Hedayati [mailto:[EMAIL PROTECTED] Sent: Monday, March

Re: undeployed admin application in tomcat 5.0.27 by mistake

2006-03-20 Thread David Delbecq
Erdal Akkaya a écrit : >I have undeployed the admin Application by mistake, and I do not know, how >to restore it. > > >anybody help? > >tomcat Version 5.0.27 >OP: HP-UX > >regards >Edgar Miller > > > in webapp/admin of tomcat binary distribution with same version name + corresponding config in

undeployed admin application in tomcat 5.0.27 by mistake

2006-03-20 Thread Erdal Akkaya
I have undeployed the admin Application by mistake, and I do not know, how to restore it. anybody help? tomcat Version 5.0.27 OP: HP-UX regards Edgar Miller -- "Feel free" mit GMX FreeMail! Monat für Monat 10 FreeSMS inklusive! http://www.gmx.net -

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-20 Thread Vahid Hedayati
Ok.. I am now using mo_jk rather than mod_jk2 and sessions still keeps changing It is running on: Apache/2.0.55 (Debian) mod_jk/1.2.14 mod_chroot/0.5 mod_perl/2.0.2 Perl/v5.8.8 _ more /etc/apache2/mods-enabled/jk.load LoadModule jk_module /usr

Re: java.lang.IllegalStateException

2006-03-20 Thread Antonio Petrelli
Prashant Saraf ha scritto: When i try to delete a record my tomcat gives following error error: java.lang.IllegalStateException my code fo delete is <% if(del!=null) { System.out.println("in delete"); if(Item_con == null ) { throw

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread Antonio Petrelli
John-Paul Delaney ha scritto: Hello List... my first attempt at i18n is failing. Are you using resource bundles? Or what? If yes, please post a reply because the answer will be very different from the one below. I've converted MS smart quotes to utf 2019 symbol (right single quote) in m

Re: Integration with MQSeries

2006-03-20 Thread TimCoombe
Hi Maharshi, Did you ever get an answer to your question. I am trying to integrate MQ with Tomcat at the moment and not having much luck. Thanks Tim. -- View this message in context: http://www.nabble.com/Integration-with-MQSeries-t634501.html#a3490609 Sent from the Tomcat - User forum at Nab