Questions tagged [system-properties]
7 questions
7
votes
3 answers
Sending email using SMTP (Gmail) from Hudson CI
How can I set up Hudson CI so that I can send out emails from the server following a build failure? At the moment all I get is the following error:
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first
One…
jensendarren
- 383
2
votes
2 answers
WildFly 8.1 domain mode with shared properties
I'm trying to configure a WildFly 8.1 cluster and I have not found any satisfying answer for sharing common property files.
In standalone mode I've added some property files to the configuration folder which can be fetched via the…
Marcel
- 21
2
votes
2 answers
What does RXTX Factor mean, what is it and how does it affect my server?
In the Rackspace overview for their next gen servers they have a table of flavor options.
In the table there is a column called RXTX factor with no explanation. I tried googling, but couldn't find anything definitive (something to do with receiving…
Arth
- 415
1
vote
2 answers
Disable NIC advanced properties in Windows server 2008/2012
I have some Rackspace VM's and need to disable these advanced NIC properties:
Correct TCP/UDP checksum value
IPv4 checksum offload
Large receive offload
Large send offload version 2
TCP checksum offload
UDP checksum offload
Now i need to do this…
ccamacho
- 213
1
vote
5 answers
What is the best way to determine the physical memory in Server 08? I believe my system props is wrong
Basically, is there a concrete way of determining the amount of physical memory installed on a server other than System Properties in Windows Server 2008? I believe that attribute is either bugged or I've been blessed with human error.
Edit: This…
Chance
- 207
0
votes
3 answers
how to find memory on my system
A long time back on a production server of mine I had created a few virtual machines.
On Ubuntu using virt-manager I have forgotten their configurations i.e. How much RAM did I allocate to those VM's can some one help me to figure that out.I have no…
Registered User
- 1,463
-1
votes
1 answer
JBoss AS: use .xml files in the properties-service.xml
The properties service (configured in properties-service.xml) in JBoss application server lets you specify external .properties files that are loaded and can then be accessed as system properties from the deployed applications.
(See here…
fgysin
- 448