Re: apache question

2011-02-02 Thread Lava Saleem
gt; JkMount /manager/* ajp13 # pass manager app requests > > The ajp13 token above is the name of a worker configured in your > {tomcat root}/conf/workers.properties file. > > This will help I hope: > http://tomcat.apache.org/connectors-doc/generic_howto/quick.html > > Dave &

Re: apache question

2011-02-02 Thread Lava Saleem
age into apache ? Thanks LS On Wed, Feb 2, 2011 at 12:22 PM, André Warnier wrote: > Lava Saleem wrote: > >> I'm using linux box that has already apache tomcat I can see there is >> httpd >> in /etc but I don't see apache beside apache tomcat in the /opt I also

Re: apache question

2011-02-02 Thread Lava Saleem
Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Hi Lava, > > > On 1.2.2011 19:35, Lava Saleem wrote: > >> yeah I have read what you quote before but my question is that >> I need to set apache httpd as a proxy and I'm not sure if it buildin >> within >&

Re: apache question

2011-02-01 Thread Lava Saleem
k.caldar...@unisys.com> wrote: > > From: Lava Saleem [mailto:lnsal...@ualr.edu] > > Subject: apache question > > > I have a simple question regarding apache > > Apache is a software organization. To quote from the home page: "The ASF > is made up of nearly 100

apache question

2011-02-01 Thread Lava Saleem
Hi, I have a simple question regarding apache, I found out that I need to use apache httpd with tomcat, I have already installed tomcat apache in my server my question is does tomcat comes already with buildin apache httpd ? and what about mod_jk do I need to download it ? Thanks LS

Re: reverse proxy rule configuration

2011-01-13 Thread Lava Saleem
ve it? On Thu, Jan 13, 2011 at 11:43 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Lava, > > On 1/13/2011 11:32 AM, Lava Saleem wrote: > > I have read the following website and to be honest I&

reverse proxy rule configuration

2011-01-13 Thread Lava Saleem
Hi everyone, I have a web page html embedded with java script deployed in the apache, this webpage is suppose to retrieve data from different server, for some reason this is not happening cause Iam violating java script same origin policy and I have been told that what I need to do is set up a re

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
s > > If running, the default configuration of Tomcat will explode the war file > and > you will see a filename directory in $CATALINA_HOME/webapps along with > filename.war. If you look inside that directory, you will see your web > application structure. > > . . . . . just m

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
at 4:35 PM, André Warnier wrote: > Lava Saleem wrote: > >> Hi everyone, >> I have a single page html file with java script embadded in it, I have >> created a war file for it and deployed it successfully but when I click on >> the page I get the below error, the stru

Re: HTTP status 404

2010-12-08 Thread Lava Saleem
hultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Lava, > > Didn't you ask this same question the day before yesterday? Have you > read all the replies and questions? > > On 12/8/2010 2:39 PM, Lava Saleem wrote: > > I have a single

HTTP status 404

2010-12-08 Thread Lava Saleem
Hi everyone, I have a single page html file with java script embadded in it, I have created a war file for it and deployed it successfully but when I click on the page I get the below error, the structure of my war file is the following webapp --> filename --> WEB-INF--> filename.htm + web.xml +

Re: war file question

2010-12-06 Thread Lava Saleem
ly by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.ap

Re: war file question

2010-12-06 Thread Lava Saleem
ory > > inside the WEB-INF but it is not working, do I need to convert this file > > into JSP then to war file ? I'm getting the following message > > > > FAIL - Application at context path /handshake_testing could not be > started > > > > Thank you in

war file question

2010-12-06 Thread Lava Saleem
Hi Everyone, I have an html file with java script embedded in it, I want to employ this web page in the apache tomcat, can you please give me hints on how to transfer this file into war file, I have the file in the right directory inside the WEB-INF but it is not working, do I need to convert this

Re: Can't access tomcat manager

2010-12-02 Thread Lava Saleem
Thanks everyone for the replies, it is working now it was a port problem. Lava On Thu, Dec 2, 2010 at 2:56 PM, André Warnier wrote: > Lava Saleem wrote: > >> Hi everyone, >> Thanks for the replies yeah I have checked the tomcat user xml file and >> there are no mis

Re: Can't access tomcat manager

2010-12-02 Thread Lava Saleem
2/1/10 10:05 PM, Lava Saleem wrote: > > Hi, > > I have installed apache tomcat 7.0.4 on a centos linux box, > > 7.0.5 has just been released. > > > p > --

Can't access tomcat manager

2010-12-01 Thread Lava Saleem
Hi, I have installed apache tomcat 7.0.4 on a centos linux box, I have modified the tomcat-users.xml file as shown below and restarted it, my tomcat still can't get an access to the manager, I deleted the other users and just put mine in the xml file but this didn't really helped. I'm new to th