Re: apache question

2011-02-02 Thread Lava Saleem
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 the apache tomcat and what about the mod_jk do I need to download

Re: apache question

2011-02-02 Thread Lava Saleem
? Thanks LS On Wed, Feb 2, 2011 at 12:22 PM, André Warnier a...@ice-sa.com 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 need to upload my html file in apache

Re: apache question

2011-02-02 Thread Lava Saleem
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 On Wed, Feb 2, 2011 at 11:00 AM, Lava Saleem lnsal...@ualr.edu wrote: Hi

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: apache question

2011-02-01 Thread Lava Saleem
...@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 top level projects that cover a wide range of technologies

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: reverse proxy rule configuration

2011-01-13 Thread Lava Saleem
, 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'm a bit confused about configuring a rule? One opint

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
, André Warnier a...@ice-sa.com 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 structure of my war file

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
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 my two cents. /mde/ - Original Message From: Lava Saleem lnsal

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: HTTP status 404

2010-12-08 Thread Lava Saleem
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 page html file with java script embadded in it, I have created a war file

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: war file question

2010-12-06 Thread Lava Saleem
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 advance for the feedback Lava -- Lava Saleem Ph.D Candidate Systems Engineering Dept. ETAS 357 University of Arkansas

Re: war file question

2010-12-06 Thread Lava Saleem
. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Lava Saleem Ph.D Candidate Systems Engineering Dept. ETAS 357 University of Arkansas at Little Rock 2801 S University

Re: Can't access tomcat manager

2010-12-02 Thread Lava Saleem
wrote: On 12/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 --

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 a...@ice-sa.com wrote: Lava Saleem wrote: Hi everyone, Thanks for the replies yeah I have checked the tomcat user xml file and there are no missing comments

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