Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread Melanie
The site is now up using the fix ProxyPass and ProxyRedirect. For now, I am happy with this solution. Maybe in long term though, I'm curious though what advantages are for using mod_jk versus ProxyPass and ProxyRedirect? -Melanie On Mon, Mar 15, 2010 at 9:32 AM, Cyrille Le Clerc wrote: > My mist

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread Cyrille Le Clerc
My mistake on port 80 without being root, I never used jsvc ; I relied on startup.sh. Cyrille On Mon, Mar 15, 2010 at 1:53 PM, André Warnier wrote: > Cyrille Le Clerc wrote: >> >> #4 I slightly disagree with André on asking Tomcat to listen on port >> 80 ; I am very reluctant to this approach as

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread André Warnier
Cyrille Le Clerc wrote: #4 I slightly disagree with André on asking Tomcat to listen on port 80 ; I am very reluctant to this approach as it requires to run the JVM as root ; No, it does not, if you run the JVM under jsvc (commons-daemon). This is how most Linux packages nowadays set it up by

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread Cyrille Le Clerc
   Hello Melanie,    I share André's vision : #1 To get the root context http://www.robotronics.org/ forwarded to Tomcat, the easiest way is to declare your java application as the root context of your Tomcat (either naming it ROOT.war or declaring it with path="" in server.xml according to your

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread André Warnier
Melanie wrote: Thanks Cyrille for the information. This looks like it's a quick fix but there is still another issue. The Tomcat Startup Page is now being served, but not the actual springapp J2EE web application that is located in the Tomcat directory ---> /usr/java/tomcat-5.5/webapps/springapp

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Caldarale, Charles R
> From: Melanie [mailto:melanie.v...@gmail.com] > Subject: Re: Question on Linux Tomcat Apache Server and Port > Redirection for a robotics site > > Do you know the way to bring up the actual J2EE webpage instead of the > Tomcat Startup Page when the URL > http://www.robotro

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
Thanks Cyrille for the information. This looks like it's a quick fix but there is still another issue. The Tomcat Startup Page is now being served, but not the actual springapp J2EE web application that is located in the Tomcat directory ---> /usr/java/tomcat-5.5/webapps/springapp Do you know the

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Cyrille Le Clerc
Hello Melanie, I personally prefer to use HTTP between Apache and Tomcat rather than the proprietary AJP protocol. According to your description, I feel you can simply achive your need with the following httpd.conf configuration (no other binaries than out-of-the-box Apache Httpd needed) : --> b

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
Melanie, Try a precompiled binary: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.28/ -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday, March 14, 2010 7:47 PM To: Tomcat Users List Subject: Re: Question on Linux Tomcat Apache

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
Tomcat Users List > Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection > for a robotics site > > The Apache server appears to be: > Apache HTTP Server Version 2.2 > On Sun, Mar 14, 2010 at 7:25 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> w

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
That's why I suggested mod_jk. -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday, March 14, 2010 7:35 PM To: Tomcat Users List Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site The Apache server appears

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
The Apache server appears to be: Apache HTTP Server Version 2.2 On Sun, Mar 14, 2010 at 7:25 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Melanie [mailto:melanie.v...@gmail.com] > > Subject: Re: Question on Linux Tomcat Apache Server and Port >

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Caldarale, Charles R
> From: Melanie [mailto:melanie.v...@gmail.com] > Subject: Re: Question on Linux Tomcat Apache Server and Port > Redirection for a robotics site > > As far as the other question on what is my current port 80 web server > is? I don't understand the question exactly. You pr

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
: > > From: Melanie [mailto:melanie.v...@gmail.com] > > Subject: Question on Linux Tomcat Apache Server and Port Redirection > > for a robotics site > > You don't bother to mention what your current port 80 web server is, not > what version of Tomcat you're usin

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
, March 14, 2010 6:47 PM To: users@tomcat.apache.org Subject: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site > Hello, > > This question requires knowledge of Linux Apache Tomcat Server. > > I have a website with domain name for instance: www.robotronic

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Caldarale, Charles R
> From: Melanie [mailto:melanie.v...@gmail.com] > Subject: Question on Linux Tomcat Apache Server and Port Redirection > for a robotics site You don't bother to mention what your current port 80 web server is, not what version of Tomcat you're using. The links below presume

Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
> Hello, > > This question requires knowledge of Linux Apache Tomcat Server. > > I have a website with domain name for instance: www.robotronics.org > However this site is only for HTML and Javascript. > > I have a Java J2EE site on the same domain name but you can't get to it > unless you type the

Re: struts application not recognised in linux ,tomcat.

2008-10-18 Thread Mark Thomas
Raghu wrote: > Hi, > Sample struts applications also not working in linux system. > > JDk 1.5 > Tomcat 5.5 > Struts1.2.8 > > struts-exercise-taglib > servlets-examples > > I am getting following error on linux system. > > HTTP Status 500 - > > Description: The server encountered an internal

struts application not recognised in linux ,tomcat.

2008-10-18 Thread Raghu
Hi, Sample struts applications also not working in linux system. JDk 1.5 Tomcat 5.5 Struts1.2.8 struts-exercise-taglib servlets-examples I am getting following error on linux system. HTTP Status 500 - Description: The server encountered an internal error () that prevente

Re: example about deploy application from windows eclipse to linux Tomcat

2008-08-03 Thread Sameer Acharya
and network is configured. -Sameer --- On Sun, 8/3/08, Edoardo Panfili <[EMAIL PROTECTED]> wrote: > From: Edoardo Panfili <[EMAIL PROTECTED]> > Subject: Re: example about deploy application from windows eclipse to linux > Tomcat > To: "Tomcat Users List"

Re: example about deploy application from windows eclipse to linux Tomcat

2008-08-03 Thread Edoardo Panfili
Sam Wun ha scritto: Hi, Can anyone link me an example about deploy application from windows eclipse to linux Tomcat? Thanks The target operating system is not so important, I use eclipse on mac and deploy applications on linux. Simply copy the content of WebContent folder in a folder under

example about deploy application from windows eclipse to linux Tomcat

2008-08-02 Thread Sam Wun
Hi, Can anyone link me an example about deploy application from windows eclipse to linux Tomcat? Thanks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-12-06 Thread Lionel Crine
e library cannot be found on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-17 Thread David Marshall
library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter for java.library.path a

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-17 Thread Konstantin Kolinko
t;>>> Filip Hanik - Dev Lists wrote: > >>>>>> > >>>>>> > >>>>>>> I believe there is a > >>>>>>> -Djava.awt.headless=true > >>>>>>> > >>>>>>> or something like that, s

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread david marshall
folder above) I get an UnsatisfiedLinkError no X found in java.library.path I've looked in catalina.out and see a message that says that The Apache Tomcat Native library cannot be found on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at leas

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread Konstantin Kolinko
>>>>> > >>>>> Filip > >>>>> > >>>>> David Marshall wrote: > >>>>> > >>>>>> Using Tomcat 5.5 on Linux. > >>>>>> I've set my environment variable with export > >>&g

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
ve) I get an UnsatisfiedLinkError no X found in java.library.path I've looked in catalina.out and see a message that says that The Apache Tomcat Native library cannot be found on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it sta

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
ctfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter for java.library.path and my library is successfully fou

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
ound on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter for java.lib

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread Konstantin Kolinko
able with export > >>>> JAVA_OPTS='-Djava.library.path=/path/to/my/sharedobjectfolder' > >>>> > >>>> After restarting tomcat and hitting my servlet (which depends on > >>>> the .so file in the folder above) I get an UnsatisfiedLinkError

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
t Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter for java.library.path and my library is successfully found when the servlet runs

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread Filip Hanik - Dev Lists
out and see a message that says that The Apache Tomcat Native library cannot be found on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not get

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread Filip Hanik - Dev Lists
er. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter for java.library.path and my library is successfully found whe

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
bjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM parameter for java.library.path and my library is successful

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread Filip Hanik - Dev Lists
ound on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux Tomcat users raising this same problem and not getting any answers. Within Eclipse I can run Tomcat and configure a VM paramete

java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
r no X found in java.library.path I've looked in catalina.out and see a message that says that The Apache Tomcat Native library cannot be found on java.library.path: /path/to/my/sharedobjectfolder. So it appears that Tomcat is using the path at least when it starts up. I've seen other Linux

Re: linux + tomcat, some path/link problem

2007-04-25 Thread LRS
David Smith <[EMAIL PROTECTED]> Martin Gainty <[EMAIL PROTECTED]> Johnny Kewl <[EMAIL PROTECTED]> Caldarale, Charles R <[EMAIL PROTECTED]> Fargusson.Alan <[EMAIL PROTECTED]> thank all you guys and those who are paying attention to this topic. to Martin : thanks for reminding me of policy, i didn

Re: linux + tomcat, some path/link problem

2007-04-25 Thread David Smith
s of problems on IE with local file links... ITS A SECURITY THING.. NOT TOMCAT regards Johnny - Original Message - From: "LRS" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 25, 2007 3:45 AM Subject: Re: linux + tomcat, some path/link p

Re: linux + tomcat, some path/link problem

2007-04-25 Thread Johnny Kewl
file links... ITS A SECURITY THING.. NOT TOMCAT regards Johnny - Original Message - From: "LRS" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 25, 2007 3:45 AM Subject: Re: linux + tomcat, some path/link problem thanks men, actua

Re: linux + tomcat, some path/link problem

2007-04-24 Thread Martin Gainty
ROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 24, 2007 9:45 PM Subject: Re: linux + tomcat, some path/link problem thanks men, actually I've already tried to add " file:// " prefix explicitly to filePath in A href link, and in mozilla I can see the property of l

Re: linux + tomcat, some path/link problem

2007-04-24 Thread LRS
thanks men, actually I've already tried to add " file:// " prefix explicitly to filePath in A href link, and in mozilla I can see the property of link appear to be " file:///root/test.html " , which is a good sign, huh? but, woo, hate this but, no matter how hard i clicked, the browsers made no re

Re: linux + tomcat, some path/link problem

2007-04-24 Thread Johnny Kewl
directories into a URL and navigates through Tomcat to get around security issues. So yes I'm laughing coz I went through all this pain good luck. - Original Message - From: "Lu Rui" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2007 6:45 PM Subject: linux

RE: linux + tomcat, some path/link problem

2007-04-24 Thread Caldarale, Charles R
> From: Lu Rui [mailto:[EMAIL PROTECTED] > Subject: linux + tomcat, some path/link problem > > // for winxp > String filePath = new String("c:\\root\\test.html"); > // for linux > String filePath = new String("/root/test.html"); > > testlink

RE: linux + tomcat, some path/link problem

2007-04-24 Thread Fargusson.Alan
is to work. -Original Message- From: Lu Rui [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 9:46 AM To: users@tomcat.apache.org Subject: linux + tomcat, some path/link problem hi, all, i'm writing a jsp front-end of a desktop search program in linux using tomcat 5.5,

linux + tomcat, some path/link problem

2007-04-24 Thread Lu Rui
hi, all, i'm writing a jsp front-end of a desktop search program in linux using tomcat 5.5, here is my problem. say we need a result.jsp which can display the results from lucene and show the related links, codes like below (hard-coding for simple, as long as you can get my thougt is oka

RE: linux / tomcat

2007-04-18 Thread Faillot
as those environment variables. > > -Original Message- > From: Faillot [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 10:07 AM > To: users@tomcat.apache.org > Subject: linux / tomcat > > Hi, > I have a Java servlet running with Tomcat 5.5 under Linux D

RE: linux / tomcat

2007-04-18 Thread Biernesser, Beth
Catalina.sh has those environment variables. -Original Message- From: Faillot [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 10:07 AM To: users@tomcat.apache.org Subject: linux / tomcat Hi, I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate

linux / tomcat

2007-04-18 Thread Faillot
Hi, I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate tomcat where are located the other processes called by the Java servlet. For that, I must specify environment variables for the tomcat user (and not for root or any other user) and for my specific webapp. But

Re: Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Leon Rosenberg
Could you provide some more details on your environment like tomcat or java version? Another question: have you performed a thread dump on the machines with high load, to see if a thread is caught in a infinite loop or something? What does vmstat say? Do you have constant user time ? questions que

Re: Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Assaf Flatto
This error seems to indicate that you XML is faulty and not closed properly on all parameters . If you are running it on Linux - use the xmllint to check the validation of the xml . Assaf Ragnar Moller (MA/EAF) wrote: We have a big Tomcat application with a number of servers. Some of the se

Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Ragnar Moller \(MA/EAF\)
We have a big Tomcat application with a number of servers. Some of the server have higher than expected loads on some of them. Load average on identical servers is either 5, 2 or 0.05. On the servers which have a hig value it remains high. No of running processes is identical on all servers. On

[UPDATE - FOUND WORKAROUND FOR LINUX TOMCAT WEBDAV DEPLOYMENTS] WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
I found a workaround. I wasn't able to use the DAV servlet that ships with Tomcat 5.5.15 and reverted to the standard 5.0.28 servlet. I was getting the following error that I believe was causing an issue with connections from windows web folders (more below on the error I was receiving on the win