Is UTF-8 used everywhere for Tomcat 8.5.6?

2016-10-17 Thread R
Hi, I have a default installation of Tomcat 8.5.6. When I make a POST request with a tilde character, and the encoding is set to UTF-8, it seems that my servlet handler is decoding it incorrectly. I have to set the character encoding on the HttpServletRequest parameter to decode properly, example:

Lightweight container for bare "void service(req,res)", maybe through custom Engine implementation?

2024-08-12 Thread r . barclay
Hi, I have an application which is built on top of Tomcat, currently 10.1. The part of the application that interfaces with Tomcat is a single custom class that extends jakarta.servlet.GenericServlet[1]: This servlet implements the abstract void "service" method, which 1. reads the request head

HttpNIO error

2021-08-31 Thread rinilnath r
Hi, I am using tomcat Http11nio2protocol. I configured it in server XML. When I start the server it failed to start UnsupportedOperationException. SO_LINGER not supported Any help please? Thanks and Regards, Rinilnath Mobile#9786285451

Re: HttpNIO error

2021-08-31 Thread rinilnath r
Hi Chris, Java : 1.8.0_45 OS : Windows 7 Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 31 Aug, 2021, 19:16 Christopher Schultz, < ch...@christopherschultz.net> wrote: > Rinilnath, > > On 8/31/21 09:23, rinilnath r wrote: > > I am using tomcat Http11nio2prot

Re: HttpNIO error

2021-08-31 Thread rinilnath r
@chris, Tomcat 9.0.50 Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 31 Aug, 2021, 19:24 rinilnath r, wrote: > Hi Chris, > > Java : 1.8.0_45 > OS : Windows 7 > > protocol="org.apache.coyote.http11.Http11Nio2Protocol" > connectionTimeout="6&q

Issues when building native image with GraalVM

2021-12-28 Thread Mar R
Tomcat 10.0.14 Windows 10 x64 21H1 OS Build 19043.1415 openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05, mixed mode, sharing) NetBeans 12.6, maven webapp pr

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
Il giorno mar 28 dic 2021 alle ore 22:26 Rémy Maucherat ha scritto: > On Tue, Dec 28, 2021 at 7:18 PM Mar R wrote: > > > > Tomcat 10.0.14 > > Windows 10 x64 21H1 OS Build 19043.1415 > > > > openjdk version "17.0.1" 2021-10-19 > > OpenJDK Runtim

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
.dll files. Unless I missed something and a graal native image has a jvm or sort of which will actually run, so now i get why java code outside of the binary will actually be used, BUT then I don't get why it was designed this way, this isn't AOT anymore Il giorno ven 31 dic 2021 alle ore 14:

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
aal/issues/4164 Il giorno ven 31 dic 2021 alle ore 14:47 Mar R ha scritto: > I forgot something sorry. Maybe I'm missing something important but, about > classloading, on native image shouldn't it NOT exist? As far as I > understood after you have a native image you have (resou

Re: Issues when building native image with GraalVM

2022-01-07 Thread Mar R
You can >disable JMX use in Tomcat with --no-jmx (until recently this was done >internally in Tomcat when using AOT). Thanks I'll try again this way, as soon as I discover where to use it :D Il giorno mar 4 gen 2022 alle ore 14:22 Rémy Maucherat ha scritto: > On Fri, Dec 31,

Log format access logs standard

2022-06-06 Thread rinilnath r
Hi, What's the meaning of this? %>s Thanks and Regards, Rinilnath Mobile#9786285451

Re: Log format access logs standard

2022-06-07 Thread rinilnath r
07:06, rinilnath r wrote: > > Hi, > > > > What's the meaning of this? > > %>s > > If that appears in the pattern attribute of an AccessLogValve then it is > an error and you'll see th

Re: Log format access logs standard

2022-06-07 Thread rinilnath r
%S did solve. Thanks to Mark. Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 7 Jun, 2022, 20:07 Jalaj Asher, wrote: > Can you try JSessionID ? > > -Original Message- > From: rinilnath r > Sent: Tuesday, June 7, 2022 7:25 AM > To: Tomcat Users List > Su

Request for SSL Setup

2022-06-27 Thread Manibharathi R
Dear Team, Greetings, I have done keystore generation, import key features and changes done in server.xm. But still I am unable to access throught https. Kindly send me the causes of this issue Regards, R.Manibharathi, AM,Android Mobile App Developer This ema

Re: AW: Request for SSL Setup

2022-06-27 Thread Manibharathi R
from an external source. Please do not click links or open attachments unless you recognize the sender. Hello, -Ursprüngliche Nachricht- Von: Manibharathi R Gesendet: Dienstag, 28. Juni 2022 07:16 An: users@tomcat.apache.org Betreff: Request for SSL

Apache httpd as reverse proxy in front of Tomcat 10.1 - Different Connectors vs. HTTP request smuggling

2023-05-05 Thread r . barclay
Hello, I have some questions about HTTP request smuggling in the context of Tomcat with Apache httpd as its reverse proxy. First of all, a few words about my current setup: At the moment I have a few applications that are deployed this way: I use Tomcat 10.1 as my backend server. It only activa

Re: Crypto Randomly Not Getting Initialized

2023-06-13 Thread r . barclay
Hey Jerry, > Caused by: java.lang.SecurityException: Can not initialize cryptographic > mechanism >     at > java.base/javax.crypto.JceSecurity.(JceSecurity.java:120) ... 86 mo > Caused by: java.lang.SecurityException: Can't read cryptographic policy > directory: unlimited Does this help?

RE: UDP Server app

2005-12-27 Thread KJ R
ia a webpage and start/stop it. Thanks, Kevin --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Pulkit Singhal > [mailto:[EMAIL PROTECTED] > > Subject: Re: UDP Server app > > > > a) I think that since main() is a static method, >

RE: UDP Server app

2005-12-27 Thread KJ R
lass. It looks like it's probably working because when I tried to use my "udp_client" web app to test it, got a message saying the port was already in use and could not bind, so I'm getting close. Any other suggestions? --- "Caldarale, Charles R" <[EMAIL P

Re: Please Help! Error in using Packages

2005-12-28 Thread KJ R
Usually, when you solve a problem, it's helpful to post what the solution was, even if it was something silly, it could possibly help someone else. K --- Teh Noranis Mohd Aris <[EMAIL PROTECTED]> wrote: > Dear all, > I've already solve the problem. Thanks to all who > had > contributed. > > TEH

Re: UDP Server app

2005-12-28 Thread KJ R
nge scenario for the same > reason > You can write your own.. but if the AppServer you > are using already supports Port Range why bother? > Anyone else ? > M > > - Original Message - > From: "KJ R" <[EMAIL PROTECTED]> > To: "Tomcat Users Lis

Re: How can I create/configure a jsp servlet without a .jsp extension

2006-05-30 Thread Tamilselvan R
To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards Tamilselvan R More About Me http://www.freewebs.com/tamilselvan_guru

Re: How can I create/configure a jsp servlet without a .jsp extension

2006-05-31 Thread Tamilselvan R
welcome... keep in touch... (if possible give me small intro about you to my personal id [EMAIL PROTECTED]) On 5/31/06, Sumeet Keswani <[EMAIL PROTECTED]> wrote: Perfect. This worked. Thanks sumeet -Original Message- From: Tamilselvan R [mailto:[EMAIL PROTECTED] Sent: Wed

problem after mod_jk update

2006-10-20 Thread Torsten R.
hi, i used tomcat 5.0.27 with mod_jk 1.2.13 an apache 2.0.58 and everything worked fine. tomcat's task is to serve several (about 1.000) chatstreams, so the tomcat-connections are open a long time. now, i updated to mod_jk 1.2.19 and the chat-users just see a "white page" while they are logg

Re: problem after mod_jk update

2006-10-25 Thread Torsten R.
hi rainer, perfect! with +flushpakets everything works well, even with 1.2.19. i didn't thought it would be that easy ;-) thanks a lot! torsten Rainer Jung schrieb: Hi Torsten, you could try the FlushPakets JkOption from http://tomcat.apache.org/connectors-doc/config/apache.html Please le

Performance tuning parameters

2007-02-15 Thread j r
I have searched for exact documentation on this, and I always find conflicting info. Therefore I am reaching out to this list. I have the following info and questions: - we are running tomcat 5.5.20 - we have the following configs in server.xml:

Re: Performance tuning parameters

2007-02-15 Thread j r
oskito? lambdaprobe? tomcat-manager? regards Leon On 2/15/07, j r <[EMAIL PROTECTED]> wrote: > I have searched for exact documentation on this, and I always find > conflicting info. Therefore I am reaching out to this list. I have the > following info and questions: > > - we are runnin

Re: Performance tuning parameters

2007-02-15 Thread j r
ps auxH 2) ps auxH |grep -c java 3) vmstat 5 5 4) iostat 5 3 Then we will have a bit of an idea what is going on. Andrew On 15/02/2007, at 9:36 PM, j r wrote: > The reason it is hitting its limits is easy: traffic. We easily > get enough > website traffic to overflow the connec

Re: Performance tuning parameters

2007-02-16 Thread j r
uestion. Cheers Andrew On 16/02/2007, at 4:43 AM, j r wrote: > The focus should be on the tomcat tweaking. We get errors in the > tomcat > error logs that say tomcat has reached its connection limits. I > never said > that it was serving slow. It hits connection limits which

Dynamic jsp includes

2005-10-15 Thread j r
All, This is perhaps a very easy question for many of you, but here it goes: What has changed from tomcat 4.1.30 to tomcat 5.5 that would make dynamic jsp includes not work? I have tried setting the following settings to ensure that it works: development=false, reloading=true, checkInterval=900

Re: mod_jk2 under heavy load

2005-10-19 Thread j r
We handle 1-2million hits per hour using mod_jk-1.2.13. No special config setup. It just worked out of the box. jr On 10/19/05, Steve Gaunt <[EMAIL PROTECTED]> wrote: > > HI, > > Has anyone else had any issue using mod_jk under heavy load.. > > It seems after a period of time(or large no. opf req

Dynamically included jsp's

2005-10-19 Thread j r
All, This is perhaps a very easy question for many of you, but here it goes: What has changed from tomcat 4.1.30 to tomcat 5.5 that would make dynamic jsp includes not work? I have tried setting the following settings to ensure that it works: development=false, reloading=true, checkInterval=900

Re: mod_jk2 under heavy load

2005-10-20 Thread j r
> # so this would be a good value if your average response > # time is 1.7 seconds: > worker.insight.retries=20 > > > Property for tomcat > > enableLookups="false" redirectPort="8443" debug="0" minProcessors="75" > maxProcessors="

Re: Performance tuning parameters

2007-02-17 Thread j r
r, it might lower your number of connections considerably. Andrew Pliszka j r wrote: > I am gleaning from your comments that MaxThreads is the only thing to > tweak. Yes I do really have a connection issue. I have millions and > millions of connection requests on a very small pool of serv

Launching Tomcat at boot

2007-03-25 Thread dimitryous r .
Hello, Is there a way for me to launch my Apache Tomcat server automatically at each boot? Right now I have to launch Terminal.app and then type "/usr/local/bin/ start_tomcat" (or paste the stuff). Result ok at http://192/168/0/1:8080 . I tried to put the the following code - the file name i

Re: Launching Tomcat at boot, at boot, at boot

2007-03-25 Thread dimitryous r .
Hello Hassan, My question was "Launching Tomcat automatically at boot" ... The fact is: either "export JAVA_HOME=/usr" or "export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/ Versions/1.5.0/Home" are both OK. Seem Apple is promoting the 1st one? Strange but will not challenge them.

Re: Launching Tomcat at boot = Problem solved.

2007-03-26 Thread dimitryous r.
Thank you Edoardo, it works fine... Problem solved. Thank you all On 26 mars 07, at 09:33, Edoardo Panfili wrote: dimitryous r. wrote: Hello Hassan, My question was "Launching Tomcat automatically at boot" ... The fact is: either "export JAVA_HOME=/usr" or "export

Tomcat Administration

2007-03-31 Thread dimitryous r.
Hello, I just finished my upgrade to Apache Tomcat/5.5.20. I know that for security reasons, using the administration webapp is restricted to users with role "admin". The is correct in "/usr/local/apache-tomcat-5.5.20/conf/tomcat- users.xml" file (I'm admin and manager) but still I get the m

Re: Tomcat Administration

2007-03-31 Thread dimitryous r .
- From: dimitryous r. [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 8:04 AM To: Apache Tomcat Subject: Tomcat Administration Hello, I just finished my upgrade to Apache Tomcat/5.5.20. I know that for security reasons, using the administration webapp is restricted to users with role

Re: Ajax xmlhttprequest

2007-04-13 Thread dimitryous r.
Hi, I can't give you a response. But would like to know how you manage to be able to get a index.php (for example) page out of your Apache Tomcat server. Sould I recompile the whole stuff? Should I add some xxx.so file to my Apache config? TIA dimitryous. On 8 avr. 07, at 14:55, Richard

Re: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r.
I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). Hello, Please tell me more about your configuration: if your Apache Tomcat server is running on port 8080 how come do you get something out of a xxx.php script? You mean: at http://localhost:8080/myfile.jsp (Apa

Re: AW: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r.
But believe you will not get much out of it. The day Tomcat parse php pages is far away - in my opinion -. If you do succeed, tell us. Think Java. On 13 avr. 07, at 16:35, Richard Dunne wrote: If you take any .html file and rename it .php for instance, the file will change to the php icon. PHP

Re: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r .
Hi Richard, As said earlier the only way to parse php files out of Apache Tomcat is something like: http://localhost:8080/myfile.jsp (Apache Tomcat 5.5.x) calling http://localhost/anyfile.php (Apache 1.3.xx with php/MySQL built-in) This means 2 servers running on the same machine. This way

Re: Applet Help

2007-04-16 Thread dimitryous r.
If you are going to make several test with your applet you better off to turn off caching of all xxx.class and/or xxx.jar files in your JVM preferences ( Java 1.x.x Plugin Settings preferences). Once all is OK, turn it back to on. No need to switch your server on/off/on etc... Your server is j

Re: IDE

2007-04-17 Thread dimitryous r.
Hello, NetBeans 5.5 at http://www.netbeans.org does it. But it comes with his own Apache Tomcat JSP (5.0.17 for MacOSX). Deplyoment is very easy. I don't know how to pull out this version with a more recent one 5.0.20 ... Any ideas? TIA On 6 avr. 07, at 02:47, David Short wrote: I'm sur

Re: Ajax xmlhttprequest

2007-04-17 Thread dimitryous r.
g responseText. In tomcat, I am getting as far as readystate 1, (firewall turned off). Is there any particular/obvious reason why the request is breaking down in tomcat? Richard. - Original Message From: dimitryous r. <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, April

Re: Applet Help

2007-04-17 Thread dimitryous r.
Please tell us more about your configuration: OS, JVM xxx, Java version etc... Should help with that. On 17 avr. 07, at 12:43, jub jub jedi wrote: I tried that, it doesn't work. Also, when I just pull up the HTML file from the hard drive, it works as expected. When I try to access that

Re: Applet Help

2007-04-17 Thread dimitryous r.
In order for us to help you do that please: http://localhost:/ and tell us what you get out of this URL. The version of Tomcat is located at the upper left corner of your screen. On WinXP, you get your java version in Config panel/java then first tab and then about (the first button)... J

Re: IDE

2007-04-17 Thread dimitryous r .
m if you want. Enjoy - Original Message ----- From: "dimitryous r." <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 9:57 AM Subject: Re: IDE Hello, NetBeans 5.5 at http://www.netbeans.org does it. But it comes with his own Apache Tomcat JSP (5.0.1

Re: IDE

2007-04-17 Thread dimitryous r.
Hi, Thanks you for your reply. If I'm reading you correctly, my approach is useless. Its actually amazing because when you debug... it use the NEW tomcat... you will be able to tell straight away because when you compile a servel, if it is in the new tomcat, it will dissapear because netbean

Batik

2007-05-01 Thread dimitryous r.
Hello, I'm a newbie with Batik and xmlgraphics. I just succeed downloading source code for batik 1.7 beta. Compilation OK Squiggle OK. Run with http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx? name=JSPX OK But how to recompile textRotate.java as there is no such file. I miss some

Re: Tomcat 5.5.25, SSL and "invalid keystore format"

2007-10-22 Thread Vinny R.
Werner, After having the same problem, I discovered that by default "keytool" defaults to GNU Classpath, whereas what you want is Java's identically-named keytool. Try this: $JAVA/keytool -genkey -alias tomcat -keyalg RSA -keystore /tmp/tomcat.keystore Where $JAVA is your java install's bin di

Tomcat startup error

2007-08-08 Thread R Y
I install tomcat 5.5 package on Ubuntu, it run server on port 8180 by default. I start Tomcat 5.5 by running /etc/init.d/tomcat script, it responses: * Starting Tomcat servlet engine tomcat5.5 [ OK ] but when check its running status, it is: * Tomcat servlet engine

Problem with Unix script to start remote Tomcat

2008-02-07 Thread Sharmila R
I have Tomcat installed on a Unix box and I need to start it remotely from another Unix box. Tomcat is started using a script. When this script is run locally everything is fine. When I run the same script from remote box, tomcat starts but the command running the script does not terminate. I nee

Unable to start Tomcat

2008-05-21 Thread R. Sriram
Hello, I just downloaded apache-tomcat-6.0.16.zip, unbundled it and set TOMCAT_HOME and CATALINA_HOME appropriately in the User Variables in System Environment Variables. I also downloaded and installed JDK and set JAVA_HOME and included in PATH in System Variables appropriately. When I run s

Re: Unable to start Tomcat

2008-05-21 Thread R. Sriram
hanks...rs -- R. Sriram wrote: Hello, I just downloaded apache-tomcat-6.0.16.zip, unbundled it and set TOMCAT_HOME and CATALINA_HOME appropriately in the User Variables in System Environment Variables. I also down

Re: Unable to start Tomcat

2008-05-21 Thread R. Sriram
Chuck, I had pointed it to a wrong directory. Once I set JAVA_HOME to "C:\Program Files\Java\jdk1.6.0_06", I am able to start Tomcat. Thank-you...rs Caldarale, Charles R wrote: From: R. Sriram [mailto:[EMAIL PROTECTED] Subject: Re: Unable to start Tomcat I have set the JAVA_

Debugging a Web application

2008-05-22 Thread R. Sriram
Hello, I am using Tomcat 6.0.16 and JDK 1.6. I am using IntelliJ IDEA as my IDE to develop a Web application. What Port(s) does Tomcat Listen to. I am unable to connect to localhost:5005. The command Line args I have set in the IDE is: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport

Re: Debugging a Web application

2008-05-23 Thread R. Sriram
. Leon Rosenberg wrote: are you asking us on which port you can connect to the jvm or to tomcat via http? If its the later try 8080. leon On Fri, May 23, 2008 at 1:29 AM, R. Sriram <[EMAIL PROTECTED]> wrote: Hello, I am using Tomcat 6.0.16 and JDK 1.6. I am using IntelliJ IDEA as my

Enabling Basic Authentication and SSL for the same WebApplication on Tomcat 6

2009-03-02 Thread Bharath R
Hi, I am new to web development. We have a servlet for which both Basic Authentication and SSL has to be enabled. We are using tomcat 6 to host our web application. I would like to know how do we configure the same application to enable both authentication. Say, if the users access the applica

Running an applet when tomcat starts

2009-08-13 Thread Aditya R
Hello, I'm trying to run a swing applet in a jar executable as soon as tomcat starts. I tried to put the following command inside startup.sh 'java -jar frontend2.jar'. I'm able to run the script by running the mentioned command from my own shell script file. But trying to run it inside start

Re: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0

2009-05-14 Thread Bharath R
>>Tomcat 6.0 supports version 2.5 of the servlet spec, whereas Tocmat 5.5 uses 2.4; the 2.5 spec includes resource >>annotations, whereas 2.4 doesn't. You didn't bother to specify a spec version in your web.xml. Do you suggest I put the 2.4 servlet spec version in web.xml? >>so Tomcat chose the

Replacing the default ROOT application

2009-06-01 Thread R Ravichandran
Hello, I would like to deploy a Spring MVC application that I developed as the ROOT application on Tomcat. I also configured the Tomcat server to run on port 80. My Spring application has JNDI references to Java mail sessions. I am unable to figure out how to get this configured. Here is what I di

Apache Tomcat connection question

2009-06-09 Thread R Ravichandran
Hello, This is an urgent request. Any feedback is really appreciated. I have two web applications (let us call main app., and helper app.) running on Tomcat with an Apache server in from of Tomcat. Both Apache and Tomcat are running on the same host. The first web app on Tomcat is running as ROOT

Re: Apache Tomcat connection question

2009-06-10 Thread R Ravichandran
, Rainer Jung wrote: > On 10.06.2009 06:00, R Ravichandran wrote: > > Hello, > > > > This is an urgent request. Any feedback is really appreciated. > > > > I have two web applications (let us call main app., and helper app.) > running > > on Tomcat with an Ap

Re: Tomcat Performance Turning.

2011-09-02 Thread R Batchelor
Have you ruled out issues with db connection pooling? You might consider setting your dbcp maxWait to 8000 or less and watch for "timeout waiting for idle object" exceptions.  Also, you could monitor database connections/active-users on the DB side to see if your dbcp pools are max'd but all th

Survivor space fine tuning

2011-12-21 Thread Pandian R
Usage on Survivor Space* [image: java01.png] MaxPermSize increased to 256 recently. [image: java02.png] Pandian R --- *Free* software is a matter of liberty not price. You should think of "free" as in "free speech". Proud

FW: problem with org.apache.catalina.core.ApplicationHttpRequest method.

2010-06-30 Thread Ranjix R
Hi guys, sorry for the bother. I do have a question related to how a certain feature was implemented in Tomcat (6.0, probably all of them), that's why I address the question to the dev-list and the user-list. I do have a fairly complicated case, in which I have a filter for jsp's, and I use a

Exclude url from authorized access-web.xml

2012-06-14 Thread Rahul R
this is happening. Could anyone here can help me on this? -- Thanks, Regards, Rahul R

Re: Exclude url from authorized access-web.xml

2012-07-11 Thread Rahul R
ices Portal On Thu, Jun 14, 2012 at 8:00 PM, Pid wrote: > On 14/06/2012 15:06, Rahul R wrote: > > Hi All, > > > > I have an issue with allowing access to a page which is secured using > > active directory authentication. I want some pages/content to be excluded >

server.xml for ldap connection

2012-07-23 Thread Rahul R
some environment specific values by a jsp file, which is under webapps folder. Can I make use of that for having these values? It would be a great help if some one can help me here. Regards, Rahul R

Tomcat 5.5.30 and Spring Framework

2011-03-07 Thread Aureliusz R.
I know this is not a typical tomcat question but please bear with me. All Spring integrations call for placing configuration xmls in /WEB-INF/ of an application. The tomcat that I'm forced to work with has a weird configuration where there are no applications under $TOMCAT_HOME/webapps folder. Ther

Re: Tomcat 5.5.30 and Spring Framework

2011-03-11 Thread Aureliusz R.
of an > application. > If you don't find it there, look for subdirectories in conf directory > - for example there might be subdirectories Catalina/localhost that > contain individual application xml config files. Those files also > contain elements - look for their docBase attr

Re: Tomcat 5.5.30 and Spring Framework

2011-03-11 Thread Aureliusz R.
;spring' DispatcherServlet's configuration in a > file /WEB-INF/spring-servlet.xml, or use some other file with > configuration like this: > > >        spring >         >            org.springframework.web.servlet.DispatcherServlet >         >   >    contextConfigLocation >    /WEB-IN

Re: Tomcat 5.5.30 and Spring Framework

2011-03-14 Thread Aureliusz R.
app docBase to be something like > /usr/local/myapp, and then have your jsp's in a directory > /usr/local/myapp/WEB-INF/jsp/ - eg. > /usr/local/myapp/WEB-INF/jsp/testSpring/testSpring.jsp > > > On Sat, Mar 12, 2011 at 5:42 AM, Aureliusz R. wrote: >> Borut, >> &

Unable to unpack war under webapps

2014-05-06 Thread Rahul R
. Any help would be much appreciated. -- Thanks, Regards, Rahul R

Re: Unable to unpack war under webapps

2014-05-06 Thread Rahul R
Thanks Daniel.. That clue helped... tomcat was running as a different user and I tried to start using root. On Tue, May 6, 2014 at 7:38 PM, Daniel Mikusa wrote: > On May 6, 2014, at 9:25 AM, Rahul R wrote: > > > Hi > > > > I have put ROOT.war under webapps folder of

CGI script to work on Tomcat

2014-06-20 Thread Rahul R
-apache-tomcat.html I don't see anything in the catalina.out or any other logs. Kindly me help to fix this issue. -- Thanks, Regards, Rahul R .~. /V\ // \\ /( )\ ^`~'^ Mob: 09008030921

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
Thanks Mark for your suggestion. But by privileged, did you mean to add an entry like below on context.xml? On Fri, Jun 20, 2014 at 5:46 PM, Mark Thomas wrote: > On 20/06/2014 12:49, Rahul R wrote: > > Hi > > > > I am trying to migrate something which was working und

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
More info: http://localhost:8180/toggle_read.html is html. But after using in the html the url loading is http://localhost:8180/read_toggle.cgi and again its giving 404 error. :( On Fri, Jun 20, 2014 at 5:59 PM, Rahul R wrote: > Thanks Mark for your suggestion. But by privileged, did

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
cgi /cgi-bin/* Please let me know what do you mean by privileged usage. On Fri, Jun 20, 2014 at 6:17 PM, André Warnier wrote: > Rahul R wrote: > >> More info: >> >> http://localhost:8180/toggle_read.html is html. But after using >> >>

Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-04 Thread Aaron R
Hello, I have a Tomcat cluster (7.0.42) that is configured to use the DeltaManager for session replication. It also uses the ClusterSingleSignOn valve for SSO and for propagating authentication to the other nodes in the cluster. If I log into Tomcat1, the session state and the single sign on state

Re: Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-10 Thread Aaron R
> > In order to resolve this problem(a), it must be synchronized between > cluster nodes cache of SingleSignOnEntry at startup. > Please open a bug entry for a). > > 2014-12-05 3:35 GMT+09:00 Aaron R : > > > Hello, > > > > I have a Tomcat cluster (7.0.42) that

Help setting up sqlite data source

2015-02-24 Thread nandy r
Hello, I wanted to setup tomcat+hibernate+JOTM+sqlite but could not find any information on sqlite setup. I did read a document on setting up datasources and also one tomcat document relating to mysql, postgresql. It appears I need to supply a resource name, auth, factory, driver class and url,

Re: Help setting up sqlite data source

2015-02-28 Thread nandy r
source To: "Tomcat Users List" Date: Wednesday, February 25, 2015, 4:48 AM On Wed, Feb 25, 2015 at 2:19 AM, nandy r wrote: > Hello, > I wanted to setup tomcat+hibernate+JOTM+sqlite but could not find any > information on sqlite setup. > I did read a document on s

Error:Could not load [sun.rmi.transport.ObjectTable]

2015-03-15 Thread nandy r
Hello, I am trying to setup tomcat+jotm+sqlite and I get this exception stack: java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [sun.rmi.transport.ObjectTable]. The following stack trace is thrown for debugging purposes as wel

Re: Error:Could not load [sun.rmi.transport.ObjectTable]

2015-03-16 Thread nandy r
: "Tomcat Users List" Date: Monday, March 16, 2015, 2:31 AM On 16/03/2015 02:55, nandy r wrote: > Hello, I am trying to setup tomcat+jotm+sqlite and I get this exception stack: > java.lang.IllegalStateException: Illegal access: this web application instance has been stopped alread

JDBC Connection pooling

2016-01-22 Thread R. Sriram
Hello I am trying to establish connection pooling. Should I be using dbcp? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: [SECURITY] CVE-2016-6797 Apache Tomcat Unrestricted Access to Global Resources

2016-11-01 Thread R Paul
Hi Mark met you at pivotal...in toronto.. i have been watching these forums for some time..and just seeing the quantity of emails are these people experiencing a normal number of issues with gettting tomacat to work with their software? Can you catergorize some of those issues to me..as student stu

Re: [SECURITY] CVE-2016-6797 Apache Tomcat Unrestricted Access to Global Resources

2016-11-01 Thread R Paul
Excellent mark..thankyou..i am just trying to learn as much as i can and that gives me so good data to evaluate paths of understanding... look forward to communicating again.. rich On Tue, Nov 1, 2016 at 4:30 PM, Mark Thomas wrote: > On 01/11/2016 19:56, R Paul wrote: > > Hi Mark >

debian 9 and tomcat 8 error at startup

2017-09-25 Thread r . bottoni
Hi, i have installed tomcat 8 on a Debian server using aptitude command. but when tomcat starts, I get this strange error : 26-Sep-2017 07:47:14.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.14 (Debian) 26-Sep-2017 07:47:14.614 I

Intermittently a Tomcat’s 7's response loses all (non-Coyote-added) headers

2018-05-03 Thread R Mundell
Attention Tomcat developers who know how the Coyote bit of Tomcat works… I’ve got a tricky one for you! :-) We’re struggling with a puzzling problem where intermittently, calls to a servlet are delivered back to the client with all of the headers missing except the ones that Coyote adds. In ro

error 0 issue

2019-06-24 Thread Kumar R
Hi Team, I am facing server 0 issue while starting tomcat 5 service after increase the heap size from 1024 to 2048. Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode sharing Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed, failed initializing java. Event log:- The Apache Tomcat service te

Re: error 0 issue

2019-06-24 Thread Kumar R
Hi, Thanks for the help. Thanks & Regards Rajib On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R : > >Hi Team, > >I am facing server 0 issue while starting tomcat 5 s

Re: error 0 issue

2019-06-26 Thread Kumar R
Hi Team, Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on 32 bit window 2003 architecture. If so, kindly let me know the possible difficulties. Thanks Rajib On Tue, Jun 25, 2019, 1:17 AM Kumar R wrote: > Hi, > Thanks for the help. > Thanks & Regards >

Re: error 0 issue

2019-06-26 Thread Kumar R
2003. If app is in java you'll get > > huge performance boost moving to linux. > > [Citation Needed] > > - -chris > > > On Wed, Jun 26, 2019 at 11:11 AM Kumar R > > wrote: > > > >> Hi Team, Is it possible to go for higher version of JDK(64 bit) &

Re: error 0 issue

2019-06-26 Thread Kumar R
7;ll get huge > performance boost moving to linux. > > John Larsen > > > On Wed, Jun 26, 2019 at 11:11 AM Kumar R wrote: > > > Hi Team, > > Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) > on > > 32 bit window 2003 architecture. >

Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
Hello, I've got a question for a troubleshoot with my Tomcat (10.0.5): My war-file contains liblaries like Jersey and Jackson in the latest version for a JSON-REST API. After Deployment my Tomcat starts very well without some Exceptions oder Failures inside logging. That's fine. My REST-Servic

AW: Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
Mark On 27/04/2021 09:12, Glorius, R. (RPD) wrote: > Hello, > > I've got a question for a troubleshoot with my Tomcat (10.0.5): > > My war-file contains liblaries like Jersey and Jackson in the latest version > for a JSON-REST API. > > After Deployment my Tomcat s

Re: NullPointerException

2006-08-14 Thread Steve R Burrus
Please forgive my rather "dumb naivete" but what exactly is OpenEdit supposed to be anyway? I don't believe that I have ever heard of it before!! Antonio F. Tornisiello wrote: Hi, I'm facing a very strange problem trying to install OpenEdit as a WAR archive. If I extract it under the main s

  1   2   3   4   5   6   7   8   9   10   >