Awesome explanation sir, this video cleared all my queries
@PrashantKumar-qs1tr4 жыл бұрын
Your All videos are nice Veera . But , you being too fast in almost all of them , it's very hard to follow with what you are saying and showing . Please be a little slow . It's to make we people understand , we need to listen and see things in a bit slow mode . Please record and perform a bit slow . Thanks
@LearningJboss4 жыл бұрын
Sure I will do that
@harinathnaidu13435 жыл бұрын
Awesome sir
@surenderpadakanti14785 жыл бұрын
@Veerababu Anupoju do you need to change the stack="tcp"??
@LearningJboss5 жыл бұрын
Yes
@surenderpadakanti14785 жыл бұрын
@@LearningJboss while i was using standlone-full-ha.xml for jgroups i'm getting [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node1|0] (1) [node1] indstead of node1,node2... any help please?
@pchandrababu2637 жыл бұрын
Excellent...
@modgil795 жыл бұрын
Nice video though ran through it very fast and would be great to share the configuration files for people to view them later..
@LearningJboss5 жыл бұрын
i will try to re-modfy all videos with proper content as a document so that its easy to practice it.
@LisoBello6 жыл бұрын
great man
@awaisabbasi0095 жыл бұрын
Hi,can you please tell where you define the master and slave configuration? i am following this video to create standalone cluster on two different VM.Can you please help me here??
@LearningJboss5 жыл бұрын
Please follow below 3 videos you will found answer for your question. kzbin.info/www/bejne/boalnoGBl7F5a7c kzbin.info/www/bejne/m5bOq3ueorl-qtU kzbin.info/www/bejne/g4XdhJyDYr9gh6M
@awaisabbasi0095 жыл бұрын
@@LearningJboss Thanks a lot
@hill-ar-ious2 жыл бұрын
Hi Sir, How can we achieve session replication here? I have done the similar setup. When I am logged in into my application and shutdown that node on which I am logged, then when I click anywhere next, it gives me 503 service unavailable error. Session is not mainained so I have to reload the page, and goes to new server
@LearningJboss2 жыл бұрын
in the video its clearly shown TCP clustering in jboss helps you to maintain the session backup ( session replication ).
@hill-ar-ious2 жыл бұрын
@@LearningJboss Thanks for the reply sir. So, do we need to add tag in web.xml file, or tcp clustering will itself take care of the session replication?
@LearningJboss2 жыл бұрын
is mandatory in web.xml file along with TCP configurations in jboss standalone-ha.xml file
@hill-ar-ious2 жыл бұрын
@@LearningJboss Thanks for reply sir. I have done a similar setup with 2 jboss and 1 Apache httpd server. I am using mod_jk/workers.properties but Session replication is not working... Can you please help
@sudarshangorivale61013 жыл бұрын
how to integrate a single jboss node with apache using mod_jk....is it possible
@LearningJboss3 жыл бұрын
I have that video also in my payslip videos . Please go through it
@loriviccua73574 жыл бұрын
Hi, What are your system requirements while doing these steps like OS and base memory? I am getting error in starting up jboss in VM. Perhaps it is related to system requirements.
@LearningJboss4 жыл бұрын
JDK 8+ and minimum 1gb RAM
@zahidrahman24273 жыл бұрын
I am getting internal error with localhost/status. Everything else works. That is a more useful feature local host/server-status Apache 2.4.46
@sudarshangorivale61014 жыл бұрын
hii, how to install mysql jdbc driver and configure mysql connection in wildfly..can you provide the link
@LearningJboss4 жыл бұрын
kzbin.info/www/bejne/eHu0d2ygrN18eLs
@jovanivanovski46784 жыл бұрын
Hi, I'm adding new Loadbalancer between Web server and Application server, do you have any video how new LB is added in worker properties in mod_jk. The whole configuration process how is going?
@LearningJboss4 жыл бұрын
new LB -> what kind of LB software you want to add between mod_jk and jboss. You can try HaProxy --> mod_jk --> jboss
@loriviccua40034 жыл бұрын
hi I am trying this in VM. what are the minimum specs to run jboss? I am getting null pointer error
@LearningJboss4 жыл бұрын
JDK 8+ and minimum 1gb RAM
@AshokReddy-er5gl2 жыл бұрын
Can you please share the document for this video
@nibinjohn88335 жыл бұрын
Hi Sir, I have a doubt on how was round robin implemented here. When I implemented this setup the request to node 2 goes only when node 1 is down. Is it possible to get the sample war?
@LearningJboss5 жыл бұрын
Please share your mail ID i will share war file. As round-robin is default algorithm. In your case browser level cookies/ cache is stored and always re-directing to same server. For this testing you need to try fresh session always...
@nibinjohn88335 жыл бұрын
@@LearningJboss Hi Sir, Thanks for your prompt response. Mail id: gnibin123@gmail.com