RSS SubjectsBlogs about "Apache"

Apache

Apache Personal Names
2012-02-24 11:00:00
According to John C. Cremony, who wrote Life Among the Apaches in 1868, Apache men and women had much less gruesome names than the Miwok. Apache men were named for “some marked trait of character, personal conformation, or noteworthy act.” … Continue reading →
Sinnis Apache 125, Stealth and Trackster 125s in Brighton Today (Qingqi)
2012-02-02 20:00:00
I had a run down to Brighton today to take a look at the Sinnis Apache 125cc motorbike (the bike that took their man Anthony Jackson over 10,000 miles to Mongolia)  at their OnTheWheel showroom. I was hoping to have a look at an orange one but they only had the Black model in the showroom (they have plenty of Black and Orange in stock in the warehouse apparently). The guy in the shop was very helpful and was enthusiastic about the Apache. I wanted to see the bike in the flesh to see if it was big enough for me and to confirm the good reports on build quality. As it happens I couldn't be happier, the bike is a perfect size for me (I'm just over six foot - probably good for 5' 9" upwards) and it looks very well put together. I'm an engineer and I can confirm that all the welds and fixings look good.The sales guy also said that I could get the exhaust in chrome as an option and possibly have the gold forks fitted (which I prefer to the black).  I think he said de...
TNI AD Akan Beli 100 Tank Leopard & 8 Heli Apache Baru dari Eropa
2011-11-11 11:28:00
TNI AD mendapatkan alokasi khusus dari pemerintah untuk belanja Alutsista sebesar Rp 14 Triliun. Berbagai persenjataan akan dibeli TNI AD. Diantaranya adalah 100 Tank Leopard 2A6 dan 8 Helikopter Apache. Semuanya baru.
AH-64D Apache Combat Helicopter Gets Upgraded
2011-11-03 15:19:00
From Gizmag Emerging Technology Magazine: Boeing has now produced more than 1200 of its fearsome US$20 million AH-64 multi-role attack helicopter, but with the first deliveries of the latest AH-64D Apache Block III this week, the capabilities of the 36 year old design have been lifted si
Subversion 1.7 Released - Under Apache Software Foundation
2011-10-14 20:30:00
Subversion 1.7, first feature release after moving to Apache Software Foundation is announced. Starting from this, Subversion will be released under Apache License, version 2 instead of the modified Apache license used by Tigris. Read more » Home
permanent redirect with mod_rewrite in apache
2010-11-02 11:52:00
/* Creating a permanent redirect in apache using mod_rewrite */ { Notes: I am assuming you already know how to set up mod_rewrite. In your conf, do the following # If the following is true, run the rule following it directly RewriteCond %{HTTP_HOST} the.original.destination RewriteRule ^(.*) your.new.destination/$1 [R=301,L] } Filed under: General Tagged: Apache, Apache ...
Is The Tea Party Like A Starfish, Like the Apache... Like al Qaeda?
2010-08-03 18:12:00
-By Warner Todd Huston Politico's Kenneth Vogel has an interesting piece on a book that Tea Party activists are starting to glom onto as an administrative guidebook of sorts. The book, "The Starfish and the Spider: The Unstoppable Power of Leaderless Organizations," is a book that explains how leaderless organizations work and can be effective. Of late tea partiers have accepted the tome as a way to explain the success of their movement as well as a way to legitimize their hold on a certain amount of power into the future. The book, written by two lefty Stanford MBAs, has become what Vogel calls an "unlikely" guidebook for a conservative movement. The principle of the book is in its title....
Apache Web Server - How To Create Self-Signed SSL Certificates
2010-02-04 23:18:00
I was recently asked if I had any documentation on how to create a self-signed SSL certificate for the Apache Web Server. As luck would have it, I indeed had exactly such an item! With this in mind I have decided to add this information here also for all to share. While this is targeted at creating a self-signed certificate, it can also be used to submit to a certificate authority. In the following example I am assuming that you have chosen to install a pre-compiled Win32 Binary that already includes OpenSSL. While Windows is the install of choice here, the syntax remains pretty much the same, only the file and directory structure differ. As such, if you are using Linux, Mac OS or something else just adjust the directory locations for your particular install. The directory structure for this example is setup as follows: c:wwwapache22conf c:wwwapache22confssl.key c:wwwapache22confssl.crt c:wwwopensslin To begin, open a command prompt and navigate to: c:wwwopenss...
Minimal Apache httpd conf for Windows
2009-12-09 20:53:00
Following an install of Apache on Windows you are faced with the somewhat daunting process of wading through the httpd.conf file and deciding upon what is required for your particular circumstance. As a matter of course, I typically save the default httpd.conf file to another name and use a vastly trimmed down variant in place thereof. What I have pasted below represents such an example and trims the config file to a much more manageable 55-lines of code having stripped the unnecessary elements along with all of the comments. PidFile logs/httpd.pid Listen 80 ServerName localhost ServerTokens Full ServerSignature Off FileETag None UseCanonicalName Off HostnameLookups Off AddDefaultCharset IS-8859-1 ServerAdmin webadmin@localhost ServerRoot "c:/www/Apache22" DocumentRoot "c:/www/vhosts/localhost" Timeout 45 KeepAlive On KeepAliveTimeout 15 MaxKeepAliveRequests 100 ThreadsPerChild 150 MaxRequestsPerChild 1000 ErrorLog logs/error.log LogLevel error LogFormat "%h %l %u %t "%r" %>s %...
Minimal Apache Web Server httpd.conf configuration file
2009-12-09 20:53:00
Following an install of Apache on Windows you are faced with the somewhat daunting process of wading through the httpd.conf file and deciding upon what is required for your particular circumstance. As a matter of course, I typically save the default httpd.conf file to another name and use a vastly trimmed down variant in place thereof. What I have pasted below represents such an example and trims the config file to a much more manageable 55-lines of code having stripped the unnecessary elements along with all of the comments. PidFile logs/httpd.pid Listen 80 ServerName localhost ServerTokens Prod ServerSignature Off FileETag None UseCanonicalName Off HostnameLookups Off AddDefaultCharset IS-8859-1 ServerAdmin webadmin@localhost ServerRoot "c:/www/Apache22" DocumentRoot "c:/www/vhosts/localhost" Timeout 45 KeepAlive On KeepAliveTimeout 15 MaxKeepAliveRequests 100 ThreadsPerChild 150 MaxRequestsPerChild 1000 ErrorLog logs/error.log LogLevel error LogFormat "%h %l %u %t "%r" %>s %...
Raw Combat Video Shows US Apache Gunship Killing 7 Armed Insurgents In Iraq
2009-08-21 21:18:00
Raw Combat Video Shows US Apache Gunship Killing 7 Armed Insurgents In Iraq (Video) Posted using ShareThis
Raw Combat Video Shows US Apache Gunship Killing Taliban In Afghanistan
2009-06-27 23:31:00
Raw Combat Video Shows US Apache Gunship Killing Taliban In Afghanistan Posted using ShareThis
Apache humor
2009-05-18 18:06:00
Have a great week!
By: Apache
Apache AddType Issue
2009-04-08 05:31:00
A recent SANS ISC diary entry mentions an interesting configuration point that I had been previously unaware of. It seems that AddType doesn't just enable the extension, it enables all files containing that string. Example: AddType application/x-httpd-php .php In the above example, both phpinfo.php and phpinfo.php.bak would be parsed as PHP.  I found this to be rather ...
Apache AddType Issue
2009-04-08 05:31:00
A recent SANS ISC diary entry mentions an interesting configuration point that I had been previously unaware of. It seems that AddType doesn't just enable the extension, it enables all files containing that string. Example: AddType application/x-httpd-php .php In the above example, both phpinfo.php and phpinfo.php.bak would be parsed as PHP.  I found this to be rather ...
Apache AddType Issue
2009-04-08 05:31:00
A recent SANS ISC diary entry mentions an interesting configuration point that I had been previously unaware of. It seems that AddType doesn't just enable the extension, it enables all files containing that string. Example: AddType application/x-httpd-php .php In the above example, both phpinfo.php and phpinfo.php.bak would be parsed as PHP.  I found this to be rather ...
Installare Apache Ant su Windows XP / Vista
2009-04-05 09:46:00
Chi ha delle discrete basi di programmazioni in C/C++ e magari ama il mondo dell’Open Source perchè utilizza con soddisfazione una distribuzione tra le tante di GNU/Linux sul proprio computer, conoscerà sicuramente ed avrà utilizzato più di una volta nella sua vita MAKE, un comodissimo tool per automatizzare la compilazione del codice sorgente di programmi di qualsivoglia genere. Bene se seguendo le mode e le richieste di mercato del momento, utilizzate o sviluppate applicazioni in JAVA, allora troverete molto utile Apache Ant che analogamente a MAKE si può banalmente definire come uno strumento per automatizzare la compilazione del codice sorgente in JAVA ma non solo. Non mi dilunghero nello spiegare come funziona o ad elencare i suoi punti di forza o i suoi difetti in quanto l’ho scoperto da poco tempo quindi non lo conosco a fondo neanche io: vi dico soltanto che per automatizzare tutti i task che mette a disposizione utilizza un file di configurazione scritto in...
Premios Symbelmine y otros Apache 2009
2009-03-15 05:08:00
Quiero agradecer algunos reconocimientos entre amigos que tenía pendientes. El Premio Symbelmine por parte del blog de Fidji, De paseo por la vida. En este enlace nos cuentan su historia. Tiene que ver con el  estrechar lazos de amistad y dar valor al esfuerzo de muchos más. Y también otros Premio Apache 2009 que recibo ...
Premios Apache 2009 y Dardos
2009-03-06 05:17:00
He recibido el Premio Apache 2009 por parte de Bajurtov. “A los blogs y sitios web que a nuestro entender luchan contra el terrorismo, en general, y el terror árabe, en particular, durante el año en curso”. También me han acreditado con el mismo, un amigo de años, Blog for Cuba, también Atreides de Occidente ...
Apache humor
2009-03-02 13:09:00
The picture above clearly illustrates Global warming consequences.
By: Apache
Apache humor
2009-02-16 13:00:00
SS Kommandant, Her Fritz Von Kat
By: Apache
Apache ODE is Reaching Critical Mass
2009-02-13 15:01:00
The Apache ODE project lead by Intalio is reaching critical mass, more recently with its integration by WSO2. While many more vendors are considering using Apache ODE for adding BPEL support to their products, others do not seem too happy about this momentum, among them Alex Neihaus from Active Endpoints, who is claiming that WSO2's Carbon BPM isn't a product. I'm not a big fan of vendor bashing, and I certainly do not want to take any part in this silly fight, but I'm happy to answer Alex's list of 10 reasons that make Apache ODE (or WSO2 Business Process Server, same codebase) not a BPM product. If you want BPM based on the best BPEL engine around (ODE), Intalio has it in store, and we're open for business? 10. No worklist support Intalio's Tempo project does that, and it's available under the Eclipse Public License. It's also part of Intalio|Server, and it now includes Apache Jackrabitt (using Apache Sling) for document management. And if you want something more lightwei...
By: IT|Redux
To all Apache Ladies
2009-02-03 18:52:00
I dedicate this post to all my female readers (eight in ten visitors are women!), bloggers or not, who keep visiting this humble place of mine. Not only for the excellence of the treatment and for the flattering, but also for the complicity and the feedback.As for the men, be patient, but do not create expectations. The day is still to come when there will be a post dedicated to you guys. So? keep dreaming!(Background song: "She", by Elvis Costello, one of my favourites. I hope you like it!)
By: Apache
Apache Junction,AZ,85218,US,Price:$189
2009-01-19 04:56:00
Residential > Single Family Homes > Resale Homes by Agent/Broker
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denot-es Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tom-cat installation directory; for example: "D:ASFTom...
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denot-es Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tom-cat installation directory; for example: "D:ASFTom...
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denot-es Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tom-cat installation directory; for example: "D:ASFTom...
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denot-es Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tom-cat installation directory; for example: "D:ASFTom...
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denot-es Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tom-cat installation directory; for example: "D:ASFTom...
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general...
Frame Off Restoration: 1956 Chevy Apache
2008-10-02 17:36:00
My objective is to create a 100% Renewable energy Chevy Pick-up. I'm requesting suggestions for a suitable electric motor and battery storage. Once the vehicle is complete It will parked and charged in a PV roofed enclosure. Thank you, Thom
Web Services with Apache Axis 1.4 Tutorial: server and client sides
2008-07-29 14:21:00
Web services are a handy method of integrating independent systems. Apache Axis is one of the best free tools available for implementing and deploying web services, and also for implementing the web service clients.In this article we will create a simple, but complete web service and a client for this service step-by-step. Article will be explanatory as much as possible to succeed you in implementing it yourself alone after completing this tutorial.PrerequisitesMust be familiar with JavaFamiliar with basics on a web server like TomcatSome knowledge in configuring Axis will be an added advantageSystem Configuration RequirementsWe will be discussing the configuration in brief as our scope is mainly on web services. (If Axis already configured, jump to implementation). If you find any issues on the configuration part, you can refer to Apache Axis site for troubleshooting. (But if you can not solve it yourself do not worry, post the issue under the comments section in this article, and ...
Web Services with Apache Axis 1.4 Tutorial: server and client sides
2008-07-29 14:21:00
Web services are a handy method of integrating independent systems. Apache Axis is one of the best free tools available for implementing and deploying web services, and also for implementing the web service clients.In this article we will create a simple, but complete web service and a client for this service step-by-step. Article will be explanatory as much as possible to succeed you in implementing it yourself alone after completing this tutorial.PrerequisitesMust be familiar with JavaFamiliar with basics on a web server like TomcatSome knowledge in configuring Axis will be an added advantageSystem Configuration RequirementsWe will be discussing the configuration in brief as our scope is mainly on web services. (If Axis already configured, jump to implementation). If you find any issues on the configuration part, you can refer to Apache Axis site for troubleshooting. (But if you can not solve it yourself do not worry, post the issue under the comments section in this article, and ...
Web Services with Apache Axis 1.4 Tutorial: server and client sides
2008-07-29 14:21:00
Web services are a handy method of integrating independent systems. Apache Axis is one of the best free tools available for implementing and deploying web services, and also for implementing the web service clients.In this article we will create a simple, but complete web service and a client for this service step-by-step. Article will be explanatory as much as possible to succeed you in implementing it yourself alone after completing this tutorial.PrerequisitesMust be familiar with JavaFamiliar with basics on a web server like TomcatSome knowledge in configuring Axis will be an added advantageSystem Configuration RequirementsWe will be discussing the configuration in brief as our scope is mainly on web services. (If Axis already configured, jump to implementation). If you find any issues on the configuration part, you can refer to Apache Axis site for troubleshooting. (But if you can not solve it yourself do not worry, post the issue under the comments section in this article, and ...
Web Services with Apache Axis 1.4 Tutorial: server and client sides
2008-07-29 14:21:00
Web services are a handy method of integrating independent systems. Apache Axis is one of the best free tools available for implementing and deploying web services, and also for implementing the web service clients.In this article we will create a simple, but complete web service and a client for this service step-by-step. Article will be explanatory as much as possible to succeed you in implementing it yourself alone after completing this tutorial.PrerequisitesMust be familiar with JavaFamiliar with basics on a web server like TomcatSome knowledge in configuring Axis will be an added advantageSystem Configuration RequirementsWe will be discussing the configuration in brief as our scope is mainly on web services. (If Axis already configured, jump to implementation). If you find any issues on the configuration part, you can refer to Apache Axis site for troubleshooting. (But if you can not solve it yourself do not worry, post the issue under the comments section in this article, and ...
Web Services with Apache Axis 1.4 Tutorial: server and client sides
2008-07-29 14:21:00
Web services are a handy method of integrating independent systems. Apache Axis is one of the best free tools available for implementing and deploying web services, and also for implementing the web service clients.In this article we will create a simple, but complete web service and a client for this service step-by-step. Article will be explanatory as much as possible to succeed you in implementing it yourself alone after completing this tutorial.PrerequisitesMust be familiar with JavaFamiliar with basics on a web server like TomcatSome knowledge in configuring Axis will be an added advantageSystem Configuration RequirementsWe will be discussing the configuration in brief as our scope is mainly on web services. (If Axis already configured, jump to implementation). If you find any issues on the configuration part, you can refer to Apache Axis site for troubleshooting. (But if you can not solve it yourself do not worry, post the issue under the comments section in this article, and ...
Web Services with Apache Axis 1.4 Tutorial: server and client sides
2008-07-29 14:21:00
Web services are a handy method of integrating independent systems. Apache Axis is one of the best free tools available for implementing and deploying web services, and also for implementing the web service clients.In this article we will create a simple, but complete web service and a client for this service step-by-step. Article will be explanatory as much as possible to succeed you in implementing it yourself alone after completing this tutorial.PrerequisitesMust be familiar with JavaFamiliar with basics on a web server like TomcatSome knowledge in configuring Axis will be an added advantageSystem Configuration RequirementsWe will be discussing the configuration in brief as our scope is mainly on web services. (If Axis already configured, jump to implementation). If you find any issues on the configuration part, you can refer to Apache Axis site for troubleshooting. (But if you can not solve it yourself do not worry, post the issue under the comments section in this article, and ...
Microsoft y Apache: history.forward()
2008-07-28 03:33:00
El viernes 25, Sam Ramji en el contexto de la OSCON, nos sorprendió con otra nota sobre el apoyo oficial que está dando Microsoft al proyecto Apache, se trata de financiamiento en este caso, porque Microsoft se ha convertido en sponsor platinum la Apache Software Foundation (ASF). Algunas aclaraciones sobre que significa este apoyo financiero, para aquellos que se sientan despitados con las notas periodisticas: Todos los sponsors platinum aportan la misma cantidad de dinero, al menos 100.000 dolares al año, y se sabe que hay al menos 3 patrocinadores en esta categoría: Google, Microsoft y Yahoo. Efectivamente, la licencia Apache, permite incorporar el código fuente dentro de un producto comercial cerrado sin necesidad de publicar los códigos fuente, un modelo que es visto con buenos ojos por los sectores más "conservadores" dentro de Microsoft. history.forward() El título de la nota de Ramji es muy claro: history.forward(). Pero esta es noticia que no nos sorprende, al me...
VTC Introduction To Apache Web Server
2008-07-11 03:57:00
Behind every great web site is a hard working web server ready to deliver content to the world. Apache is the most widely used web server software on the Internet, combining power and flexibility in an open source package. VTC author Dawn Dunkerley will guide you through the numerous features of Apache and the LAMP stack, helping you configure a web server solution that works for your needs.This video tutotial covers the following topics: * Introduction To Apache * Installing Apache on Linux * Installing Apache on Windows * Configuring Apache on Linux * Managing Content on Apache Server * Configuring MySQL on Apache * Configuring PHP on Apache * Apache Web Server Admin * Security Testing Apache * Securing Apache * Best Practices to Running ApacheDownload (105 MB)hxxp://rapidshare.com/users/-25QHX1Password: knowfree.net
VTC Introduction To Apache Web Server
2008-07-11 03:57:00
Behind every great web site is a hard working web server ready to deliver content to the world. Apache is the most widely used web server software on the Internet, combining power and flexibility in an open source package. VTC author Dawn Dunkerley will guide you through the numerous features of Apache and the LAMP stack, helping you configure a web server solution that works for your needs.This video tutotial covers the following topics: * Introduction To Apache * Installing Apache on Linux * Installing Apache on Windows * Configuring Apache on Linux * Managing Content on Apache Server * Configuring MySQL on Apache * Configuring PHP on Apache * Apache Web Server Admin * Security Testing Apache * Securing Apache * Best Practices to Running ApacheDownload (105 MB)hxxp://rapidshare.com/users/-25QHX1Password: knowfree.net
Change Apache Tomcat port 8080 to 80 or another port number
2008-06-17 14:24:00
Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).Here we?ll be using label to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.=C:JavaTomcat_x.xWe need to edit the file named server.xml inside conf folder.In the server.xml file; locate the following segment.<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="8080" ? />By changing this 8080 value of port attribute, server would start listening on new port number.<Connector port="8081" ? />After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to...
Change Apache Tomcat port 8080 to 80 or another port number
2008-06-17 14:24:00
Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).Here we?ll be using label to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.=C:JavaTomcat_x.xWe need to edit the file named server.xml inside conf folder.In the server.xml file; locate the following segment.<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="8080" ? />By changing this 8080 value of port attribute, server would start listening on new port number.<Connector port="8081" ? />After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to...
Change Apache Tomcat port 8080 to 80 or another port number
2008-06-17 14:24:00
Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).Here we?ll be using label to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.=C:JavaTomcat_x.xWe need to edit the file named server.xml inside conf folder.In the server.xml file; locate the following segment.<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="8080" ? />By changing this 8080 value of port attribute, server would start listening on new port number.<Connector port="8081" ? />After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to...
Change Apache Tomcat port 8080 to 80 or another port number
2008-06-17 14:24:00
Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).Here we?ll be using label to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.=C:JavaTomcat_x.xWe need to edit the file named server.xml inside conf folder.In the server.xml file; locate the following segment.<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="8080" ? />By changing this 8080 value of port attribute, server would start listening on new port number.<Connector port="8081" ? />After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to...
Change Apache Tomcat port 8080 to 80 or another port number
2008-06-17 14:24:00
Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).Here we?ll be using label to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.=C:JavaTomcat_x.xWe need to edit the file named server.xml inside conf folder.In the server.xml file; locate the following segment.<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="8080" ? />By changing this 8080 value of port attribute, server would start listening on new port number.<Connector port="8081" ? />After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to...
Change Apache Tomcat port 8080 to 80 or another port number
2008-06-17 07:24:00
Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).Here we?ll be using label to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.=C:JavaTomcat_x.xWe need to edit the file named server.xml inside conf folder.In the server.xml file; locate the following segment.<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="8080" ? />By changing this 8080 value of port attribute, server would start listening on new port number.<Connector port="8081" ? />After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to...
Handler and Phase in Apache Axis2
2008-06-06 17:54:00
The fundamental goal of any given Simple Object Access Protocol (SOAP) processing framework is to deliver an incoming SOAP message to the target application. However, if we consider today's Web Services or any other application, just delivering the message to the application is not sufficient. We need to provide quality of service, such as reliability and security. To provide these features, most SOAP processing frameworks have the concept of pipes, where, any incoming or outgoing message goes through the pipe, and the pipe gets divided into smaller pieces. Each piece is known as an interceptor. "Handler" is the Apache terminology for "message interceptor".
Handler and Phase in Apache Axis2
2008-06-06 17:54:00
The fundamental goal of any given Simple Object Access Protocol (SOAP) processing framework is to deliver an incoming SOAP message to the target application. However, if we consider today's Web Services or any other application, just delivering the message to the application is not sufficient. We need to provide quality of service, such as reliability and security. To provide these features, most SOAP processing frameworks have the concept of pipes, where, any incoming or outgoing message goes through the pipe, and the pipe gets divided into smaller pieces. Each piece is known as an interceptor. "Handler" is the Apache terminology for "message interceptor".
Use mod_deflate to compress web content delivered by Apache
2008-06-06 08:11:00
One of the most efficient methods to reduce the usage of bandwidth by the web server is to compress the content that is returned to the clients. This article describes how to use the mod_deflate module to compress Apache’s output on-the-fly.
Use mod_deflate to compress web content delivered by Apache
2008-06-06 08:11:00
One of the most efficient methods to reduce the usage of bandwidth by the web server is to compress the content that is returned to the clients. This article describes how to use the mod_deflate module to compress Apache’s output on-the-fly.
113958 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker