AW: How to resolve 403 forbidden error in Tomcat level

2024-09-04 Thread Thomas Hoffmann (Speed4Trade GmbH)
nt > Gesendet: Donnerstag, 5. September 2024 04:36 > An: users@tomcat.apache.org > Betreff: Re: How to resolve 403 forbidden error in Tomcat level > > > > > On 9/3/24 11:22, Christopher Schultz wrote: > > Jagadish, > > > > On 8/30/24 10:52, jagad

Re: How to resolve 403 forbidden error in Tomcat level

2024-09-04 Thread Christopher Schultz
Jagadish, On 8/30/24 10:52, jagadish sahu wrote:> Please find the attached text screenshot as you requested. Okay, I'm going to be perfectly honest: I'm not going to download and read all those attachments. That's why I asked for plain-text. If someone else is willing to go through all that

Re: How to resolve 403 forbidden error in Tomcat level

2024-09-03 Thread Sebastian Trost
Jadgish, please don't attach any .doc- or similar files. Don't send screenshots of text. Send texts within the body of the email. Sebastian On 03.09.2024 17:05, jagadish sahu wrote: Hi Team, Any update on this? Thanks, Jagadish On Fri, Aug 30, 2024 at 8:22 PM jagadish sahu wrote: Hi Ch

Re: How to resolve 403 forbidden error in Tomcat level

2024-09-03 Thread jagadish sahu
Hi Team, Any update on this? Thanks, Jagadish On Fri, Aug 30, 2024 at 8:22 PM jagadish sahu wrote: > Hi Christopher and Team, > > Please find the attached text screenshot as you requested. > > Thanks, > Jagadish > > > > > On Fri, Aug 30, 2024 at 3:37 AM Christopher Schultz < > ch...@christophe

Re: How to resolve 403 forbidden error in Tomcat level

2024-08-29 Thread Christopher Schultz
Jadgish, This list does not accept image attachments. We are not seeing what you are posting. Please post text-only. -chris On 8/29/24 11:01, jagadish sahu wrote: Hi Team and Christopher, We have attached a 403 error screenshot with full information. The error seems to be generated from Tom

AW: How to resolve 403 forbidden error in Tomcat level

2024-08-29 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Jagadish, > Von: jagadish sahu > Gesendet: Donnerstag, 29. August 2024 17:02 > An: Tomcat Users List ; Christopher Schultz > > Betreff: Re: How to resolve 403 forbidden error in Tomcat level > > Hi Team and Christopher, > > We have attached a 403 error scree

Re: How to resolve 403 forbidden error in Tomcat level

2024-08-29 Thread jagadish sahu
Hi Team and Christopher, We have attached a 403 error screenshot with full information. The error seems to be generated from Tomcat level. We don't have any changes in the java code and our application is working as expected in Tomcat 9.0.14. After upgrading to latest version Tomcat,we have been

Re: How to resolve 403 forbidden error in Tomcat level

2024-08-29 Thread Christopher Schultz
Jagdesh, On 8/29/24 06:29, jagadish sahu wrote: We have tested our application in Apache tomcat 9.0.14. It is working as expected, After upgrading from 9.0.14 to the latest versions it is not working.   When we leave the session for 30 mins, we will get some warning like due to an inactive

How to resolve 403 forbidden error in Tomcat level

2024-08-29 Thread jagadish sahu
Hi Team, We have tested our application in Apache tomcat 9.0.14. It is working as expected, After upgrading from 9.0.14 to the latest versions it is not working. When we leave the session for 30 mins, we will get some warning like due to an inactive session, you can click on Ok to continue the

Re: How to resolve 403 forbidden error in Tomcat level

2024-08-28 Thread Mark Thomas
http://www.catb.org/~esr/faqs/smart-questions.html On 28/08/2024 17:02, jagadish sahu wrote: Hi Team, I am getting an error 403 forbidden error in my application. I want to fix errors in Tomcat level. Anything I need to change in tomcat level. I am using tomcat 9.0.91. Thank you Jagadish

How to resolve 403 forbidden error in Tomcat level

2024-08-28 Thread jagadish sahu
Hi Team, I am getting an error 403 forbidden error in my application. I want to fix errors in Tomcat level. Anything I need to change in tomcat level. I am using tomcat 9.0.91. Thank you Jagadish

Re: SSL certificate error in Tomcat 9

2019-06-12 Thread Mark Thomas
On 12/06/2019 15:45, Support wrote: > Hi Sir, > I am using tomcat 9 for my application. > > I got an error with the .keystore file for SSL certificate > > this is my code is this still valid? in tomcat 9 > > maxThreads="150" SSLEnabled="true" scheme="https" secure="true" > clientAuth="f

SSL certificate error in Tomcat 9

2019-06-12 Thread Support
Hi Sir, I am using tomcat 9 for my application. I got an error with the .keystore file for SSL certificate this is my code is this still valid? in tomcat 9 Logs: 12-Jun-2019 14:19:03.973 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Ser

Re: Setclasspath error in Tomcat 8.5

2018-06-29 Thread Olaf Kock
On 27.06.2018 23:06, kevin ferguson wrote: Hi Guys I have a configured Tomcat server 8.5 and java installed 1.8.0_171. Java_home and Catalina_home configured and working. Here is a short version from my .bashrc --- #Setup home for java and openolat export CATALINA_BASE=/opt/tomcat export CAT

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
Hi Guys I have a configured Tomcat server 8.5 and java installed 1.8.0_171. Java_home and Catalina_home configured and working. Here is a short version from my .bashrc --- #Setup home for java and openolat export CATALINA_BASE=/opt/tomcat export CATALINA_HOME=/opt/tomcat export JAVA_HOME=/usr/lib

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
Hi Guys I have a configured Tomcat server 8.5 and java installed 1.8.0_171. Java_home and Catalina_home configured and working. The above is running on Ubuntu 16.04 in virtualbox. I and trying to setup Openolat 12.50 Learning management system. Here is the installation notes. https://www.openo

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/11/18 2:46 PM, Mark Thomas wrote: > On 08/05/18 17:59, Christopher Schultz wrote: > >> This bites enough people that it may be worth correcting, or at >> least changing the behavior when it happens. >> >> AJP already encodes the packet

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Mark Thomas
On 08/05/18 17:59, Christopher Schultz wrote: > This bites enough people that it may be worth correcting, or at least > changing the behavior when it happens. > > AJP already encodes the packet-size in the header of each packet. Why > not simply compare that to the MaxPacketSize on the Tomcat si

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Andreas Bergander
- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: den 8 maj 2018 18:59 To: users@tomcat.apache.org Subject: Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/3/18 5:41 AM, M

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/3/18 5:41 AM, Mark Thomas wrote: > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander wrote: >>> Hi, >>> >>> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue >>> regarding the packet size in the AJP

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
Ah, I see! Thank you very much for the quick and helpful answer! /Andreas -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: den 3 maj 2018 13:37 To: Tomcat Users List Subject: Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
ache.org] > Sent: den 3 maj 2018 11:41 > To: Tomcat Users List > Subject: Re: Changing the packetSize in AJP connector causes 503 Internal > Server Error in Tomcat 9 > > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander wrote: >>>

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
and still used 8192 as a packet size even though we specified 65536 in Tomcat? /Andreas -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: den 3 maj 2018 11:41 To: Tomcat Users List Subject: Re: Changing the packetSize in AJP connector causes 503 Internal Server Error

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
On 03/05/18 10:36, Mark Thomas wrote: > On 03/05/18 09:48, Andreas Bergander wrote: >> Hi, >> >> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the >> packet size in the AJP connector. It seems like only the default value >> (8192) works now. If I set it to anything greater

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
On 03/05/18 09:48, Andreas Bergander wrote: > Hi, > > I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the > packet size in the AJP connector. It seems like only the default value (8192) > works now. If I set it to anything greater than that I'll get 503 Internal > Server E

Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
Hi, I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the packet size in the AJP connector. It seems like only the default value (8192) works now. If I set it to anything greater than that I'll get 503 Internal Server Error when trying to access a web page. It worked fine in

Re: Error in Tomcat 6.0.32

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 5/31/16 1:01 PM, André Warnier (tomcat) wrote: > On 31.05.2016 18:54, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Shailesh, >> >> On 5/31/16 9:35 AM, Shailesh Jain wrote: >>> Hello All, Below is th

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
On 31.05.2016 18:54, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. I see two errors: SEVERE: Servle

Re: Error in Tomcat 6.0.32

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: > Hello All, Below is the error coming in tomcat6, can you pleaes > advise what can be done to resolve the issue. I see two errors: > SEVERE: Servlet.service() for servlet ComponentDispatcher thr

Re: Error in Tomcat 6.0.32

2016-05-31 Thread ashwin rajput
Shailesh, increase heap size of your JVM instance and try again. Regards, Ashwin On Tue, May 31, 2016 at 7:25 PM, André Warnier (tomcat) wrote: > Now really ? > What do you not understand in > > > java.lang.OutOfMemoryError: Java heap space > > ? > > > > On 31.05.2016 15:35, Shailesh Jain wrot

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
Now really ? What do you not understand in > java.lang.OutOfMemoryError: Java heap space ? On 31.05.2016 15:35, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet ComponentDi

Error in Tomcat 6.0.32

2016-05-31 Thread Shailesh Jain
Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet ComponentDispatcher threw exception java.lang.OutOfMemoryError: Java heap space May 27, 2016 11:27:58 AM org.apache.catalina.core.StandardWrapperValve

Re: 500 Error in Tomcat 7.54

2015-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rajesh, On 2/8/15 2:56 AM, Rajesh Biswas wrote: > I am facing one critical issues with respect to SSL communication > between java client and Tomcat Server (version 7.0.54). Upgrade: see today's announcement of the vulnerability this release contai

500 Error in Tomcat 7.54

2015-02-07 Thread Rajesh Biswas
Hello Experts, I am facing one critical issues with respect to SSL communication between java client and Tomcat Server (version 7.0.54). The problem is happening only the tomcat server installed in IOS Mavarick machine, and the problem is intermittent.(Windows machine the problem is not occuring)

MBean register error in Tomcat 7

2014-03-06 Thread Michael L Apperson
I am running a Tomcat 7.0.27 web server on Redhat EL 2.6.32 X86-64 Linux OS with Java 1.7.0_45 and seeing a very unusual error in my web app. The web.xml for the web app defines a startup servlet with a property of "load on startup" and this servlet extends HttpServlet and implements the init(

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Thanks a Lot. On 10 June 2012 14:29, Konstantin Kolinko wrote: > 2012/6/10 Venkata Pavan Kumar Sannisetty : > > Hi Konstantin Kolinko, > > > > Thanks for the response. > > > > Can you point out some reference where i can know about this permgen > memory > > leak. I am unable to find good article

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Venkata Pavan Kumar Sannisetty : > Hi Konstantin Kolinko, > > Thanks for the response. > > Can you point out some reference where i can know about this permgen memory > leak. I am unable to find good article/material on it to understand furthur. > It should be somewhere here: 1) http://

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Hi Konstantin Kolinko, Thanks for the response. Can you point out some reference where i can know about this permgen memory leak. I am unable to find good article/material on it to understand furthur. Thanks, Pavan. On 10 June 2012 06:59, Konstantin Kolinko wrote: > 2012/6/10 Venkata Pavan Ku

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Venkata Pavan Kumar Sannisetty : > I am having this strange issue with the tomcat 5.5 and tomcat 6.0 servers. > I have two web applications which will be installed on tomcat.When tomcat > is started these two web applications also get started simultaneously but > sometimes one web applica

Re: Socket Error in tomcat, white screen in browser

2012-03-15 Thread Pid *
> -- > View this message in context: > http://tomcat.10.n6.nabble.com/Socket-Error-in-tomcat-white-screen-in-browser-tp2053737p4622960.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > --

Re: Socket Error in tomcat, white screen in browser

2012-03-15 Thread morciuch
I had similar problem on Windows Server 2008. After some research, I added the following JVM option to make it work: -Djava.net.preferIPv4Stack=true -- View this message in context: http://tomcat.10.n6.nabble.com/Socket-Error-in-tomcat-white-screen-in-browser-tp2053737p4622960.html Sent from

Re: Error in Tomcat 6.0 log4j documentation

2011-06-07 Thread Remon Sadikni
Hi Konstantin, hi Mark, all right, thank you. I only looked at the published version, not the one in svn. Regards, Remon On 06/07/2011 05:06 PM, Konstantin Kolinko wrote: 2011/6/7 Mark Thomas: On 07/06/2011 11:52, Remon Sadikni wrote: Hi Mark, for me log4j only works with this additional

Re: Error in Tomcat 6.0 log4j documentation

2011-06-07 Thread Konstantin Kolinko
2011/6/7 Mark Thomas : > On 07/06/2011 11:52, Remon Sadikni wrote: >> Hi Mark, >> >> for me log4j only works with this additional line per appender: >> >> log4j.appender.CATALINA.layout=org.apache.log4j.PatternLayout > > Where exactly? That line is already present in the docs. Or are you > looking

Re: Error in Tomcat 6.0 log4j documentation

2011-06-07 Thread Mark Thomas
On 07/06/2011 11:52, Remon Sadikni wrote: > Hi Mark, > > for me log4j only works with this additional line per appender: > > log4j.appender.CATALINA.layout=org.apache.log4j.PatternLayout Where exactly? That line is already present in the docs. Or are you looking at an older version? The latest

Re: Error in Tomcat 6.0 log4j documentation

2011-06-07 Thread Remon Sadikni
Hi Mark, for me log4j only works with this additional line per appender: log4j.appender.CATALINA.layout=org.apache.log4j.PatternLayout Thanks, Remon On 06/06/2011 07:09 PM, Mark Thomas wrote: On 06/06/2011 15:25, Remon Sadikni wrote: Dear Tomcat-Developers and Users, I think there is an er

Re: Error in Tomcat 6.0 log4j documentation

2011-06-06 Thread Mark Thomas
On 06/06/2011 15:25, Remon Sadikni wrote: > Dear Tomcat-Developers and Users, > > I think there is an error in the Tomcat 6.0 logging documentation with > log4j: > http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j > > For every appender there is a layout missing and in front of > c

Error in Tomcat 6.0 log4j documentation

2011-06-06 Thread Remon Sadikni
Dear Tomcat-Developers and Users, I think there is an error in the Tomcat 6.0 logging documentation with log4j: http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j For every appender there is a layout missing and in front of conversionPattern there is missing "layout.". So for e

Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Keshav Arora
This is how the Host element is defined in Server.xml. We are getting these errors on Windows XP, Windows 2003 and on Windows 7 workstations. War file is about 14 MB. I'll try the approach of renaming of war file and let everyone know. Regards, Keshav On Thu, Mar 3, 2011 at 11:40 AM, Konstan

Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Keshav, On 03/03/2011 05:07 PM, Keshav Arora wrote: > Thomas, > > Thanks so much for your reply! > > Yes you are correct, we redeploy the application by copying the new version > of war file to webapps folder. I've created a build script that bui

Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Konstantin Kolinko
2011/3/3 Keshav Arora : > > Yes you are correct, we redeploy the application by copying the new version > of war file to webapps folder. I've created a build script that builds the > war file and copy it to Tomcat\webapps folder. Tomcat is installed on my > local machine. So file is always copied o

Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Keshav Arora
Thomas, Thanks so much for your reply! Yes you are correct, we redeploy the application by copying the new version of war file to webapps folder. I've created a build script that builds the war file and copy it to Tomcat\webapps folder. Tomcat is installed on my local machine. So file is always c

Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Keshav, On 02.03.11 um 14:39, Keshav Arora wrote: > Hi All, > > We have been using Tomcat version 6.0.29 to deploy our webapp and everything > works great. In our development environment we can deploy/undeploy our web > app multiple times without

Error in Tomcat when redeploying the Web application

2011-03-02 Thread Keshav Arora
Hi All, We have been using Tomcat version 6.0.29 to deploy our webapp and everything works great. In our development environment we can deploy/undeploy our web app multiple times without getting any errors in Tomcat. Recently we switched to Tomcat 7.0.8 and every time we redeploy our application

Re: Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Sharan Mudgal
ubject: Re: Software caused connection abort Error in Tomcat on AIX > To: "Tomcat Users List" > Date: Wednesday, March 10, 2010, 6:03 PM > 2010/3/10 Sharanabasavaraj Mudgal > : > > Hi! > > > > I am running tomcat 6.0.20 on AIX with > Tomcat-native(1.1.16)

Re: Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Sharanabasavaraj Mudgal : > Hi! > > I am running tomcat 6.0.20 on AIX with Tomcat-native(1.1.16) enabled.  I get > the following exception during  Tomcat Shutdown. > > SEVERE: Socket accept failed > Throwable occurred: org.apache.tomcat.jni.Error: Software caused connection > abort > at

Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Sharanabasavaraj Mudgal
Hi! I am running tomcat 6.0.20 on AIX with Tomcat-native(1.1.16) enabled. I get the following exception during Tomcat Shutdown. SEVERE: Socket accept failed Throwable occurred: org.apache.tomcat.jni.Error: Software caused connection abort at org.apache.tomcat.jni.Socket.accept(Native Metho

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread millerKiller
/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27579882.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Socket Error in tomcat, white screen in browser

2010-02-13 Thread Ken Bowen
ge in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27579543.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: RE: Socket Error in tomcat, white screen in browser > > The wierd thing about all of this is whenever I shut my tomcat down > then the 127.0.0.1:8005 dissapears from the netstat list. Again, use Task Manager to ver

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread millerKiller
Tomcat getting confused with one anothers configuration settings? -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27579543.html Sent from the Tomcat - User maili

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: RE: Socket Error in tomcat, white screen in browser > > (1) On startup, does Tomcat have to set up these dormant > sockets(inactive/listening/passive) or, does Tomcat create > them upon a need base? They

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread millerKiller
why does it think there is a bind somewhere? Thanks -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27579336.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: Re: Socket Error in tomcat, white screen in browser Sorry if you feel offended at anything said - it certainly wasn't intended. > I know what connections and sockets are and infact, a > socket is a connection! No

Re: Socket Error in tomcat, white screen in browser

2010-02-13 Thread millerKiller
Thanks for the reply. I will look into closer and see what I come up with. When I figure out the solution, if I do, then I will let post a comment so that it is available to everyone. -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser

Re: Socket Error in tomcat, white screen in browser

2010-02-13 Thread Konstantin Kolinko
2010/2/13 millerKiller : > > And then as far as Root and ROOT, then come on, you know what I am talking > about.  Were not talking about case sensitive environmental operating system > features / registry files.  I feel like the comment on this was more of an > insult then to inform me.  (if you do

Re: Socket Error in tomcat, white screen in browser

2010-02-13 Thread millerKiller
day to you. -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27576555.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-

RE: Socket Error in tomcat, white screen in browser

2010-02-13 Thread millerKiller
day to you. -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27576522.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mai

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: RE: Socket Error in tomcat, white screen in browser > The socket I showed before is the socket that Tomcat is using > when I open it. That's not a socket, it's a connection. So where are the other two ports

Re: Socket Error in tomcat, white screen in browser

2010-02-12 Thread André Warnier
millerKiller wrote: I apologize, I put across my last post a little misleading. The socket I showed before is the socket that Tomcat is using when I open it. Local Address Foreign Address - 127.0.0.1:8005 0.0.0.0.0 I am running

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread millerKiller
host-manager manager Root Standard-examples Files: standard-examples.war -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27568758.html Sent from the Tomcat - User mailing lis

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: RE: Socket Error in tomcat, white screen in browser > > Here is my port information in conf/server.xml: > > redirectPort="8443" /> > So there are three ports configured for this Tomcat: 8005,

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread millerKiller
using the same port, any other ideas? (Also, what is the correct way to respond in this forum, should I post message or send an email to you?) -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27568387.html Sent from the Tomcat - User

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: RE: Socket Error in tomcat, white screen in browser > > I believe I have Tomcat configured to go through port 80 That configuration is in conf/server.xml; be aware that Eclipse often uses its own Tomcat config, not

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread millerKiller
go through the firewall. If port 80 shows up on netstat, then is this a problem? I though multiple things could use port 80. (i.e. assign dynamically) thanks, millerkiller -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser

RE: Socket Error in tomcat, white screen in browser

2010-02-12 Thread Caldarale, Charles R
> From: millerKiller [mailto:smille8...@hotmail.com] > Subject: Socket Error in tomcat, white screen in browser > I don't understand, my tomcat was working last week just fine and now > it is acting weird? Is there anyone that can help me figure it out? Welcome to the Wacky Wor

Socket Error in tomcat, white screen in browser

2010-02-12 Thread millerKiller
g last week just fine and now it is acting weird? Is there anyone that can help me figure it out? -- View this message in context: http://old.nabble.com/Socket-Error-in-tomcat%2C-white-screen-in-browser-tp27567722p27567722.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Tom Cat
well that solves the noClassDef problem. Now the page just loads infinitely with a blank screen. But maybe this isn't a tomcat problem, but rather a code problem. Thanks On Fri, Aug 8, 2008 at 6:04 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Tom Cat wrote: >> >> No, I didn't have Tidy.jar in the

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Mark Thomas
Tom Cat wrote: No, I didn't have Tidy.jar in the webapp's classpath. I moved it into the WEB-INF/lib folder and am still getting a NoClassDefFound error. Any help? Did you reload your webapp? Mark - To start a new topic, e

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Tom Cat
No, I didn't have Tidy.jar in the webapp's classpath. I moved it into the WEB-INF/lib folder and am still getting a NoClassDefFound error. Any help? On Fri, Aug 8, 2008 at 4:30 PM, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On Fri, Aug 8, 2008 at 1:27 PM, Tom Cat <[EMAIL PROTECTED]> wrote: > >

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Hassan Schroeder
On Fri, Aug 8, 2008 at 1:27 PM, Tom Cat <[EMAIL PROTECTED]> wrote: > When I try to run it in tomcat though, i get this error: > > java.lang.NoClassDefFoundError: org/w3c/tidy/Tidy > > I don't understand why it throws this error. Tidy is in my classpath > and the code compiles fine. That's nice, b

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Mark Thomas
Tom Cat wrote: Hello, I am trying to run my webapp in tomcat 6 but am having a problem. A servlet I use imports org.w3c.tidy.Tidy and the code compiles fine. When I try to run it in tomcat though, i get this error: java.lang.NoClassDefFoundError: org/w3c/tidy/Tidy I don't understand why it th

Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Tom Cat
Hello, I am trying to run my webapp in tomcat 6 but am having a problem. A servlet I use imports org.w3c.tidy.Tidy and the code compiles fine. When I try to run it in tomcat though, i get this error: java.lang.NoClassDefFoundError: org/w3c/tidy/Tidy I don't understand why it throws this error.

Re: ISAPI redirector error in Tomcat 4.1

2007-12-28 Thread Rainer Jung
bout my other points? > Thanks. > > -Original Message- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 27, 2007 1:43 PM > To: Tomcat Users List > Subject: Re: ISAPI redirector error in Tomcat 4.1 > > Hi Chacko, > > if you can reprodu

RE: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Chacko Kuruvilla
PROTECTED] Sent: Thursday, December 27, 2007 1:43 PM To: Tomcat Users List Subject: Re: ISAPI redirector error in Tomcat 4.1 Hi Chacko, if you can reproduce the problem easily, please do the following: - make sure you are using the latest version of the isapi redirector (at the moment 1.2.26) -

Re: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Rainer Jung
t; Thanks a lot. > > -Original Message- > From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 26, 2007 1:23 PM > To: 'Tomcat Users List' > Subject: RE: ISAPI redirector error in Tomcat 4.1 > > Here it is... > > Crea

RE: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Chacko Kuruvilla
Can somebody help me with this error? Thanks a lot. -Original Message- From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 26, 2007 1:23 PM To: 'Tomcat Users List' Subject: RE: ISAPI redirector error in Tomcat 4.1 Here it is... Created MBeanServ

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
: RE: ISAPI redirector error in Tomcat 4.1 all i see in the attachment is the tomcat standard annotation lines can you inline the relevant log errors? ThanksMartin Gainty__Disclaimer and confidentiality noteEverything in this e-mail and any attachments

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Martin Gainty
all i see in the attachment is the tomcat standard annotation lines can you inline the relevant log errors? ThanksMartin Gainty__Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of Sende

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
AM To: [EMAIL PROTECTED] Subject: Re: ISAPI redirector error in Tomcat 4.1 Error 2 is 'directory program or file not found' the best tutorial on fronting Tomcat with IIS is to follow Mladen Turk's advice at http://people.apache.org/~mturk/docs/article/ftwai.html In the meanwh

ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
Hello, I am in the process of setting up Tomcat 4.1 and IIS on a Windows 2003 server. Our web application is in JSP and Java servlets. The application works just fine off Tomcat 4.1 which is setup to run as a service. However, I am having trouble getting it to integrate with IIS 6.0. Initially,

Re: Error in Tomcat Installation.

2007-08-18 Thread Potri Raaja
> >> > > > -- > http://www.noooxml.org/ > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mai

Re: Error in Tomcat Installation.

2007-08-17 Thread Hassan Schroeder
On 8/17/07, David Delbecq <[EMAIL PROTECTED]> wrote: > 2) download a more recent tomcat (5.0.28 is 3 years old release) I can confirm that the jsvc packaged with 5.5.23 configures and builds on a x86_64 SuSE 10.0 system. HTH, -- Hassan Schroeder [EMAIL PROTECTED] -

Re: Error in Tomcat Installation.

2007-08-17 Thread David Delbecq
1) use another achitecture (x86 instead of x86_64) 2) download a more recent tomcat (5.0.28 is 3 years old release) 3) download a more recent jsvc (http://commons.apache.org/daemon/jsvc.html) to your choice En l'instant précis du 17/08/07 12:10, Potri Raaja s'exprimait en ces termes: > Hi , > >

Error in Tomcat Installation.

2007-08-17 Thread Potri Raaja
architecture "x86_64" Can you please suggest how to solve this issue. Regards, Potri Raaja.M. -- View this message in context: http://www.nabble.com/Error-in-Tomcat-Installation.-tf4284872.html#a12197177 Sent from the Tomcat - User mailing list archive at

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Bill Barker
this e-mail and any >> attachments are believed to be free of any virus or other defect, it is >> the >> responsibility of the recipient to ensure that anything received or >> opened >> is virus free. No responsibility is accepted by IAT for any loss or >> damage

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Prashant Thakkar
of any virus or other defect, it is >> the >> responsibility of the recipient to ensure that anything received or >> opened >> is virus free. No responsibility is accepted by IAT for any loss or >> damage >> in the event that such a virus or defect e

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Prashant Thakkar
Hi, I read an abt thread pooling on below url: http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat.html Thanks and Regards, -Prashant Thakkar On 6/19/07, Andrew Miehs <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/2007, at 4:45 PM, Prashant

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Brantley Hobbs
ROTECTED] Sent: Tuesday, June 19, 2007 7:25 AM To: users@tomcat.apache.org Subject: How can i configure tomcat to avoid threads error in tomcat Hi All, I am frequently getting this error in tomcat which stops my tomcat service. Pl help me its urgent and costing my service as well: I am getting be

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/2007, at 4:45 PM, Prashant Thakkar wrote: Hi, Thanks, But this is the clients application which we are running. We dont have the access to the servlet code. That was the the obvious reason we had increased the thread limit to 250. I

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Prashant Thakkar
ubject: How can i configure tomcat to avoid threads error in tomcat Hi All, I am frequently getting this error in tomcat which stops my tomcat service. Pl help me its urgent and costing my service as well: I am getting bellow error in my catalina logs: Jun 19, 2007 5:55

  1   2   >