Class threw load exception

2014-09-03 Thread Kernel freak
Hello guys, I am working on a maven project. I have already asked this question on stackoverflow, but many believe it has something to do with Apache tomcat giving a problem. Whenever I run the project, it says, project threw a load() exception. Below is the link for my project structure, let me k

Re: Class threw load exception

2014-09-03 Thread Kernel freak
4j-log4j12 1.7.7 tomcat commons-logging 4.0.6 org.springframework spring-aop 4.0.6.RELEASE On Wed, Sep 3, 2014 at 10:44 AM, Konstantin Kolinko wrote: > 2014-09-03 11:48 GMT

Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
Hello friends, I am using apache tomcat and I would like to deploy a Spring-MVC application which I am working on. In that, via Spring-Security I have specified to use https which requires to install the SSL certificate on the server. I am running a Debian Wheezy server, and I have certificate fil

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
> -keystore yourkeystore.jks -storepass Hello1 > > > Thanks > Niranjan > > > On Mon, Nov 24, 2014 at 10:13 AM, Kernel freak > wrote: > > > Hello friends, > > > > I am using apache tomcat and I would like to deploy a Spring-MVC > > applica

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
> > > On Mon, Nov 24, 2014 at 11:02 AM, Kernel freak > wrote: > > > Thank you, and what about the CA-Bundle file? Did you got a chance to > look > > at the question I have posted on Stackoverflow mentioned in the original > > question? > > > > On Mo

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-25 Thread Kernel freak
Hello Christopher, I don't have the server.key and server.crt. I have root access to server, I can generate my own if necessary. I only have .crt and .ca-bundle file. Can you tell me what to do. Thank you very much for your help. On Mon, Nov 24, 2014 at 7:48 PM, Christopher Schultz < ch...@christ

Redirecting to default webapp when domain name is entered

2014-11-25 Thread Kernel freak
Hello friends, I already have a project ready for deployment. It is in the form of war file. Currently I have renamed the war file to ROOT.war and pasted it inside webapps. I am able to access the webapp by giving domainname.com:8080. Instead of that I would just like to use domainname.com and i

Re: Redirecting to default webapp when domain name is entered

2014-11-25 Thread Kernel freak
e which is listening port 80? On Tue, Nov 25, 2014 at 1:43 PM, André Warnier wrote: > Kernel freak wrote: > >> Hello friends, >> >> I already have a project ready for deployment. It is in the form of war >> file. Currently I have renamed the war file to ROOT.war and pasted i

Re: Redirecting to default webapp when domain name is entered

2014-11-25 Thread Kernel freak
n name is already >> booked" and all. How can I remove that service which is listening port 80? >> > > You'll have to ask the hosting company. It may be difficult to convince > them to allow this. > > > > >> On Tue, Nov 25, 2014 at 1:43 PM, André Warni

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-26 Thread Kernel freak
BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > To whom it may concern, > > On 11/25/14 3:32 AM, Kernel freak wrote: > > I don't have the server.key and server.crt. I have root access to > > server, I can generate my own if necessary. I only have .crt and > > .ca-bun

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-26 Thread Kernel freak
On Wed, Nov 26, 2014 at 5:33 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > To whom it may concern, > > On 11/26/14 9:03 AM, Kernel freak wrote: > > After arguing with the admins for all this ti

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-27 Thread Kernel freak
On Wed, Nov 26, 2014 at 7:21 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > To whom it may concern, > > On 11/26/14 12:00 PM, Kernel freak wrote: > > On Wed, Nov 26, 2014 at 5:33 PM

Tomcat 7, no_cypher_overlap error, no solutions working, please help.

2015-09-30 Thread Kernel freak
Hi guys, I am trying to setup https on tomcat, but not having much luck since 5 hours. I am always getting no_cypher_overlap errror. The certificate is not self-signed, but issued. The crt file I am importing for both root and tomcat alias. These are the files I have domainname.ca-bundle, .crt, .

URL based redirection working partially with Apache tomcat

2015-12-03 Thread Kernel freak
Hello friends, I would like to deploy multiple webapps(as of now 2,waiting for domain name for 3rd) on a single Apache Tomcat instance. I have been partially successful as one URL is working properly, other is not. Situation : 1) I have created two folders called domain1_webapps and domain2_weba

Re: URL based redirection working partially with Apache tomcat

2015-12-07 Thread Kernel freak
< ch...@christopherschultz.net> wrote: > To whom it may concern, > > On 12/3/15 10:54 AM, Kernel freak wrote: > > Hello friends, > > > > I would like to deploy multiple webapps(as of now 2,waiting for domain > name > > for 3rd) on a single Apa

Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Hello friends, I am working on some server side changes in which I have the webapps or website hosted by Apache server is called by the URL. So if url is www.domain-one.com, then the specific webapp or website must be served. I have partial success in these regards as I have already configured Ap

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Hi, Thank you for the links, I will go through it. I have configured Apache Tomcat to serve multiple webapps depending upon the URL, but Apache web-server is what seems to be stopping me. The major problem I am having is I cannot find any examples if someone has tried to do this before. I have go

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
; (Yes, it's me who replied on serverfault.com, on this one: > http://serverfault.com/questions/740534/apache-webserver-tomcat-runing-multiple-tomcat-webapps-and-apache-webserver > ), > On 12/07/2015 11:26 AM, Kernel freak wrote: > > Hello friends, > > I am working on

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
So you don't know what mistake I am making in the configuration? On Mon, Dec 7, 2015 at 4:52 PM, Hassan Schroeder wrote: > On Mon, Dec 7, 2015 at 7:11 AM, Kernel freak > wrote: > > > More information about this error may be available in the server error > log. > &

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-08 Thread Kernel freak
> wrote: > Akshay, > > On 12/7/15 2:53 PM, Christopher Schultz wrote: > > Akshay, > > > > On 12/7/15 5:26 AM, Kernel freak wrote: > >> >> protocol="org.apache.coyote.http11.Http11NioProtocol" > >> compression="force" c

Creating another Tomcat copy in hot stand-by when original goes down.

2015-12-08 Thread Kernel freak
Hello friends, I am working on a Debian server in which I would like to setup 2 instances of Apache tomcat which will be load balanced by an Apache HTTP server(Do I require a http server? ). In-case one copy of Apache tomcat goes down, the other one will automatically comes online. While I was cr

Re: Creating another Tomcat copy in hot stand-by when original goes down.

2015-12-09 Thread Kernel freak
site. What is the mistake I am making. Kindly let me know. Thank you. On Wed, Dec 9, 2015 at 1:29 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Akshay, > > On 12/8/15 8:07 AM, Kernel freak wrote: > > I am working on a Debian server in which I would like to se

Failover not working even after configuration.

2015-12-09 Thread Kernel freak
I am working on Apache and tomcat to setup Load-balancing and fail-over. Initially I thought that load-balancing would include fail-over, but I was wrong. I thought that if one instance is not active, then consuming other instance also becomes a part of load-management. Enough with the terminologie

Re: Failover not working even after configuration.

2015-12-09 Thread Kernel freak
those connectors, as the webapp requires https.. Should I remove that redirectPort in ajp? Kindly let me know. Thank you. On Wed, Dec 9, 2015 at 4:46 PM, André Warnier (tomcat) wrote: > > On 09.12.2015 15:56, Kernel freak wrote: > >> I am working on Apache and tomcat to setup Loa

Apache failover configuration not working(Update)

2015-12-09 Thread Kernel freak
Hello friends, I am working on a server-configuration in which I would like to setup load-balancing with fail-over. Unfortunately, I am not having much luck with the process. I will be posting my updated config, so it is easier to understand. Kindly have a look. First Tomcat's server.xml : > SS

Re: Apache failover configuration not working(Update)

2015-12-09 Thread Kernel freak
he workers.properties' worker_list? > > Regards, > Mikel > El 09/12/2015 17:24, "Kernel freak" escribió: > > > Hello friends, > > > > I am working on a server-configuration in which I would like to setup > > load-balancing with fail-over. Unfortu