search for: jboss

Displaying 20 results from an estimated 127 matches for "jboss".

Did you mean: boss
2012 Aug 25
8
JBOSS installation and Configuration through puppet
Hi All, I have puppet server and client ready. I found JBOSS module and manifests under https://github.com/example42/puppet-jboss/<https://github.com/example42/puppet-jboss/blob/master/manifests/init.pp> and imported it through git. I am encountering these isse while I run : http://pastebin.com/S67JqmSK -- You received this message because you a...
2009 Nov 17
2
Just what is puppet doing here?
What is puppet doing here? Nov 17 00:02:01 gumby yum: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch Nov 17 00:02:01 gumby puppetd[720]: (//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure) created Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch Nov 17 00:02:07 gumby puppetd[720]: (//Node[app_node]/jboss::server/Package[tf-jboss-server]/ensure) created Nov 17 00:02:07 gumby puppetd[720]: (//Node[app_node]/jboss::server/File[/opt/jboss/current]) Recursively backing up to filebucket Nov 17 00:02:43 gumby puppetd[7...
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
Hi, I would like to use dtrace to observe some behaviour in my J2EE app running in JBoss. I start JBoss normally in a 1.6 VM. When I try to enable set the ExtendedDTraceProbes flag using jinfo, I get a thread dump in the JBoss console and the message: "Unable to open door: target process not responding or HotSpot VM not loaded" in the jinfo console. I have tried this wi...
2012 Sep 03
2
Class for transfering files from Server to Client
I have installed JBOSS application manually following these steps: [code] 1.$ su -c "yum install java-1.6.0-openjdk-devel" 2.$ java –version 3.wget http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip 4.$ unzip jboss-as-7.1.1.Final.zip -d /usr/share 5.$ adduser jboss 6.$ chown -...
2009 Nov 04
2
Using before=> in a definition...
I hope I haven''t dug myself into a corner here... How can I make sure that /some/file.xml is created BEFORE the jboss-tfel0 service is started? I can''t use before => in the file{} in the jboss class because it doesn''t exist there. define create_jboss_inst($inst, $version, $naming_port) { .... service { "jboss-$inst": require => [ Package["jboss...
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running a chkconfig <service>. However, as far as I can tell, puppet should be running a chkconfig --add <service>, otherwise the symlinks don''t get created from the service in /etc/rc.d/rc6.d back to the service in /etc/init.d. As as a result, the service is not stopped on shut down. I must be missing something
2010 Nov 17
5
centos add user failed
Hello, I have problem with creating user under centos: part of my class: user {jboss: ensure => present, home => "$jboss_home", shell => "/bin/bash", groups => jboss, } and in log I see: err change from absent to present failed: Could not create user jboss: Execution of ''/usr/sbin/...
2012 Dec 20
3
Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file. In general to install jboss, i ll 1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/) into multiple servers 2. untar the openjdk into a preferined path (/opt/software/java)set the path in the bash.profile 3. Create server profile in the plac...
2005 May 05
4
Twice NAT Possible
...as hoping someone could give me a hand. I have recently learned of a type of NAT called "Twice NAT", it which when a specific DNS address is requested, the information is forwarded on. I have outlined what I would like to do below. 1. I have two machines, my firewall/gateway, and my JBoss server box. 2. When a given request it sent to my dns say jboss.test.homelinux.com, I would like to use Twice Nat to translate that request to my internal IP. Is there a way to do this with shorewall and BIND 9? I know it would be easier to set up a DMZ, but I only have one public IP and since...
2006 Jul 12
13
A rails app server, maybe?
Hi all. Like many of us, I''m currently struggling with Rails deployment. Like maybe only a few of us, I''m responsible not for one or two webapps but dozens. Currently, we deploy them as war files using JBoss'' hot deployment feature, which amounts to copying a war file to a directory monitored by JBoss. Undeploying the app amounts to removing it from the directory. So with JBoss I get: 1) Simple deployment 2) Application isolation We''ve recently discovered that it''s ea...
2007 Jan 05
1
Help with rsync configuration
...any of them must be mirrored 2nd We gave a try with rsync 2.6.9 on Suse 9 machines, here's the rsync.conf: gid = users read only = false use chroot = true transfer logging = true log format = %h %o %f %l %b log file = /var/log/rsyncd.log [test] path = /root/test auth users = jboss secrets file = /etc/rsyncd.secrets hosts deny = * hosts allow = aaa.bb.c.* list = false our rsyncd.secrets: jboss:jboss We start the daemon with no errors, but when trying to connect to it using: rsync -avz -e ssh jboss@aaa.bb.c.dd::test . so after running the co...
2020 Apr 28
0
Tomcat or what on CentOS 8?
...apps on CentOS 6 on Tomcat 6 shipped by the > distribution. > > As time goes by we'd like to move on to CentOS 8 and Tomcat 9 or whatever > is appropriate. > > My question is, what do others use now that Tomcat is not shipped anymore > with CentOS? > > Do you run some JBoss/WildFly instead or still running Tomcat? > > And, how do you install/manage those installations. Do you have RPM > packaged versions or fiddle with tarballs? > > Since this is a quite standard setup for web apps I'm really wondering how > everybody is doing it these days? Any...
2020 Apr 28
4
Tomcat or what on CentOS 8?
Hi, We're running some web apps on CentOS 6 on Tomcat 6 shipped by the distribution. As time goes by we'd like to move on to CentOS 8 and Tomcat 9 or whatever is appropriate. My question is, what do others use now that Tomcat is not shipped anymore with CentOS? Do you run some JBoss/WildFly instead or still running Tomcat? And, how do you install/manage those installations. Do you have RPM packaged versions or fiddle with tarballs? Since this is a quite standard setup for web apps I'm really wondering how everybody is doing it these days? Thanks, Simon
2008 Nov 24
3
debugging a faulty jboss/application
>From time to time a jboss process would end eating all, the available CPU and the load avg would skyrocket. Once the operators restarted jboss, the system''d be normal again (sometimes for weeks) until the next incident Since we moved the app from a v440 running Solaris 10 8/07 to a t2000 running Solaris 10 5/08...
2009 Mar 13
1
jboss application server rpm
Hi All, I've been trying to locate a jboss application server rpm for CentOS 5, but I haven't found any. I thought it would be included with CentOS. Searching the yum repos hasn't turned anything up. Maybe my yum search was sub-par. Where should I look? Do any rpms exist? Regards, Ranbir -- Kanwar Ranbir Sandhu Linux 2.6.27.1...
2010 Jan 21
1
[PKI concepts] Why Jboss need (signed cert and) root-cert in PEM format?
Hi folks [ Please add me CC. Thanks ] We have here a Jboss app and web server. We signed the SSL-certificate that end-user don't have ugly error messages. I don't understand why we need to import the Root-Cert in PEM format? $ keytool -import -trustcacerts -file rootcert.pem -keystore myserver.keystore -alias root The Root-Cert is in web browser,...
2006 Aug 14
2
Rails Monitoring, reprise
Last week I posted a question about monitoring Rails applications. Basically, the java folks at my business cited one of their reasons for sticking with Java is it''s monitoring tools. After picking some ears, I found out that the one we''re looking at most is JBoss Operations Network. And I have to say, it''s pretty neat. http://www.jboss.com/resources/jbon_demos has some flash demos (registration required, see bugmenot.com for access) The monitoring and administration demo is particularly interesting. It goes beyond the normal ping monitori...
2006 Jun 28
20
Rails Vs JBoss Seam
I have been frustrated with J2EE technology just like any other developer who has worked in that technology for a long time. This made me learn about Rails and I was excited about RoR. Today I came across JBoss Seam framework and I am not able to contain my excitement. My passion for JEE development is back. It seems like it is better than RoR. I would like to hear differnt opinions about this issue. Please share your thoughts on why RoR or JBoss Seam is better than the other. TIA.
2005 Oct 23
6
configuring DNS
...net ACCEPT net all DROP info all all REJECT info shorewall version: 2.4.0-RC1 -- Best wishes from Poland Maciek ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information
2017 Apr 11
1
jave-1.5.0 on centos 7...
Curring a long story short... we had a centos 5 server running jboss 6 and jboss 4.2.3GA because of centois 5 EOL TPTB have decreed this server needs migratiung to a Centos 7 server But... ?the hboss 4.2.3GA jboss app uses java 1.5.0 (_22 FTWT). I can't *(unsurprisingly!) find java 1.5.0 under yum. anyone got it in an rpm or know where it can found? (At his st...