RE: Tomcat Build Issue

2023-12-05 Thread Mcalexander, Jon J.
t Users List > Subject: Re: Tomcat Build Issue > > I see this kind of thing in my tomcat logs when the security team runs their > Nessus scanner against everything. > > On Tue, Dec 5, 2023 at 2:45 AM Burle, Saicharan > wrote: > > > Hi All, > > > > I am

Re: Tomcat Build Issue

2023-12-05 Thread Noelette Stout
I see this kind of thing in my tomcat logs when the security team runs their Nessus scanner against everything. On Tue, Dec 5, 2023 at 2:45 AM Burle, Saicharan wrote: > Hi All, > > I am trying to build a tomcat instance in a net new server and getting the > below error while starting. Although

Re: Tomcat Build Issue

2023-12-05 Thread Mark Thomas
On 05/12/2023 15:15, Burle, Saicharan wrote: Hi Mark/Chris, We are getting this error without even deploying any application. Then start looking at your network to see what is sending this invalid data to Tomcat. Mark -

RE: Tomcat Build Issue

2023-12-05 Thread Burle, Saicharan
+Team+Home Normal Working hours: 4:00 AM to 1:00 PM EST Upcoming PTO: Be Green, Leave it on Screen!!! -Original Message- From: Christopher Schultz Sent: Tuesday, December 5, 2023 7:22 PM To: users@tomcat.apache.org Subject: Re: Tomcat Build Issue Mark, On 12/5/23 07:15, Mark Thomas

Re: Tomcat Build Issue

2023-12-05 Thread Christopher Schultz
Mark, On 12/5/23 07:15, Mark Thomas wrote: On 05/12/2023 09:45, Burle, Saicharan wrote: Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please

Re: Tomcat Build Issue

2023-12-05 Thread Mark Thomas
On 05/12/2023 09:45, Burle, Saicharan wrote: Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please assist in this regard?

Tomcat Build Issue

2023-12-05 Thread Burle, Saicharan
Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please assist in this regard? [https-jsse-nio-11511-exec-4]

Tomcat (build)

2013-09-12 Thread olivier giorgi
Hello to all,   With Apache (http server), there are specific build IPV4 or IPV6.   Is it the same kind of thing with Tomcat ?   If yes, where i can find these builds ? Thanks in advance.  Olivier.

Re: Tomcat (build)

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olivier, On 9/12/13 2:53 PM, olivier giorgi wrote: With Apache (http server), there are specific build IPV4 or IPV6. What? ASF only provides binaries for NetWare and win32, and none of them have separate IPv4 and IPv6 packages. Have a look for

Re: Tomcat (build)

2013-09-12 Thread Daniel Mikusa
On Sep 12, 2013, at 2:53 PM, olivier giorgi olivier_gio...@yahoo.fr wrote: Hello to all, With Apache (http server), there are specific build IPV4 or IPV6. Is it the same kind of thing with Tomcat ? No. Tomcat uses the networking support provided by the JVM, which should support both

Tomcat build for the patch https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3

2009-11-10 Thread Krishnamurthi, Venkat
Hi, Is there an alternative to building from source as mentioned in the workaround? Is there a tomcat build available for the patch reported here? If not, will it be available anytime soon? Please let us know. Also, we are not using server.xml to start tomcat. We are use the embedded program

Re: Tomcat build for the patch https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3

2009-11-10 Thread Mark Thomas
Krishnamurthi, Venkat wrote: Hi, Is there an alternative to building from source as mentioned in the workaround? Pay someone to do it for you? Is there a tomcat build available for the patch reported here? No. If not, will it be available anytime soon? Releases happen when they happen

problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Bill Milbratz
Hi, I'm trying to build tomcat 5.5.028 from source. It fails on the 'build-webapps-precompile' due to a jsp task. I get this error: build-webapps-precompile: No public execute() in class org.apache.jasper.JspC It looks like the build-process compiles org.apache.jasper.JspC. And the

Re: problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Martin Gainty
reproduire. - Original Message - From: Bill Milbratz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, December 26, 2006 11:29 AM Subject: problem: tomcat build fails. No 'execute()' method on jspc Hi, I'm trying to build tomcat 5.5.028 from source

RE: problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Bill Milbratz
milbratz -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 10:52 AM To: Tomcat Users List Subject: Re: problem: tomcat build fails. No 'execute()' method on jspc Hello Bill- I would definitely post this to ant-users [EMAIL PROTECTED

Re: Tomcat BUILD FAILED, error=2

2006-08-22 Thread Martin Gainty
agreed..assuming they are not blocking ICMP ping the repository host to verify reachability- M- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
Could this be a svn problem? when i tried svn checkout http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x I got the following msg: svn: PROPFIND request failed on '/repos/asf/tomcat/current/tc5.5.x' svn: PROPFIND of '/repos/asf/tomcat/current/tc5.5.x': could not connect to serve r

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
Martin, thanks. run 'svn help', works fine. ant seems recognize 'svn', this is the result from ant: svn: [exec] Type 'svn help' for usage. [exec] Result: 1 I use winxp, what's the compatible command for 'which' on windows? Yan On 8/21/06, Martin Gainty [EMAIL PROTECTED] wrote: Yan--

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Martin Gainty
Yan-- This is an ant question please post to ant-users or ant-developers I would take this a step at a time what does the command 'which svn' return? go to shell run svn does it run ok? run svn via the exec task within ant build.xml does ant locate the the svn? properties files I would use

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Mark Thomas
Yan Bai wrote: Could this be a svn problem? when i tried svn checkout http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x I got the following msg: svn: PROPFIND request failed on '/repos/asf/tomcat/current/tc5.5.x' svn: PROPFIND of '/repos/asf/tomcat/current/tc5.5.x': could not connect

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
I don't know. I tried at home, with firewall on, worked fine. I will ask around about the firewall setup at my working place. Also, do i need to do sth with the proxy, and config svn with proxy? Thanks, Yan On 8/21/06, Mark Thomas [EMAIL PROTECTED] wrote: Yan Bai wrote: Could this be a svn

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Mark Thomas
Yan Bai wrote: I don't know. I tried at home, with firewall on, worked fine. I will ask around about the firewall setup at my working place. Also, do i need to do sth with the proxy, and config svn with proxy? Sounds like you need to talk to your network people at work to figure out how to set

Re: Tomcat BUILD FAILED, error=2

2006-08-19 Thread Mark Thomas
Martin Gainty wrote: The message was truncated ..What is the root cause ? error=2 is usually because an executable specified in an exec can not be found. In this case it was svn as was clear from further down the output. quote BUILD FAILED C:\Program Files\Apache Software

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Yan Bai
Below's the result from -verbose. Do I need a svn client to make it work? or a cvs client? Thanks a lot. -Yan -ant -verbose checkout-- Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
Cant find the file(s) C:\Documents and Settings\ybai3\build.properties C:\Program Files\Apache Software Foundation\apache-tomcat-5.5.17-src\build.properties.default A bit O/T here..I would ask this in Ant Users list M -- * This

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Mark Thomas
Yan Bai wrote: Below's the result from -verbose. Do I need a svn client to make it work? or a cvs client? Yes you need svn on your path for this to work. Mark - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
The message was truncated ..What is the root cause ? * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have

Tomcat BUILD FAILED, error=2

2006-08-17 Thread Yan Bai
Hi all, I am new here, just tried to build T5 from source, but it failed at the very beginning. Detail error msg are pasted below, sorry for the bad display format. Any inputs are very much appreciated... Yan OS: WIndows XP command: ant -checkout error msg: = C:\Program

Re: Tomcat BUILD FAILED, error=2

2006-08-17 Thread Mark Thomas
Yan Bai wrote: Hi all, I am new here, just tried to build T5 from source, but it failed at the very beginning. Detail error msg are pasted below, sorry for the bad display format. Any inputs are very much appreciated... No svn client available? Try it with the -v option to get verbose

tomcat build for PDA (arm processor) ipaq or sharp

2006-04-13 Thread Tom Miller
Greetings, Do we have a binary version of Tomcat build for PDA (ipaq or sharp zaurus) arm processor? If not can some one help? Thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Ralph.Grothe
Hi Tomcat List Subscribers, I need to install a recent Tomcat on a Fedora 3 Linux server as a Heartbeat application. I didn't manage the vanilla Tomcat installation (should you be interested to know why read below) Therefore I would like to ask you the Tomcat Gurus, how to do a Tomcat build

Re: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread David Delbecq
Le Lundi 30 Janvier 2006 16:05, [EMAIL PROTECTED] a écrit : Hi Tomcat List Subscribers, I need to install a recent Tomcat on a Fedora 3 Linux server as a Heartbeat application. I didn't manage the vanilla Tomcat installation (should you be interested to know why read below) download

RE: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Ralph.Grothe
-5.5.15/conf/Catalina/localhost/host-manager.xml -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 4:20 PM To: Tomcat Users List Subject: RE: Need tomcat build for Fedora 3 on x86 From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: Need tomcat build for Fedora 3 on x86 But in reality I have so far never seen such a thing as a Java build once, run everywhere come true. Actually, I've never seen it fail, for pure Java, headless-compatible programs. I