-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I slightly modified the build-impl.xml file of my NetBeans project. (Specifically, I made it to insert build time into program code). If I run project via build.xml "run" target, I get behavior I expect - the program displays build time and date. But if I run project using standard (and most obvious…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a unexpected problem.
I had create a war with grails war. Then I had deployed in Tomcat.
For my surprise the crud works fine but I don't know what persistence is using.
So I did this test:
Compare grails prod run-app with grails prod run-war.
The first works fine, and does conect with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a unexpected problem.
I had create a war with grails war. Then I had deployed in Tomcat.
For my surprise the crud works fine but I don't know what persistence is using.
So I did this test:
Compare grails prod run-app with grails prod run-war.
The first works fine, and does conect with…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
The Sun ZFS Storage 7000 appliance has a user friendly and easy to understand graphical web based interface we call the "BUI" or "Browser User Interface".This interface is very useful for many tasks, but in some cases a script (or workflow) may be more appropriate, such as:Repetitive tasksTasks which…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello.
I'm attempting to create a RAM disk that loads the previous contents when the system starts up, and every six hours writes the contents to a disk image. Currently, when you run the script from the terminal ("sudo bash LogToRAM.sh") everything works fine. But when run from launchd during startup…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm running Linux 3.2.51 in a virtual machine (192.168.33.15). I'm sending Ethernet frames to it. I'm writing custom software trying to emulate a TCP peer, the other peer is Linux running in the virtual machine guest.
I've noticed that TCP packets larger than about 4 KB are ignored (i.e. dropped…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have xen 4.1 Host running on a ubuntu 12.04 LTS Server with ip 153.x.x.54. I have setup 2 VMs on it, namely, "dev.mydomain.com" and "web.mydomain.com" with ips 195.X.X.2 and 195.x.x.3 respectively.
For network the VMs connect through xendbr0 (xen-bridge), and can accces the network properly.
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can i find the string length without using the length() method in java
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am having the weirdest issue: I have a web server which sometimes, only on very specific requests, will send a RST to the client after having sent the FIN datagram. First, a description of the setup:
The server runs on an Ubuntu 12.04.1 LTS, which itself is a VM guest inside a Win7 x64 host, in…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Problem description
I have a file server running Debian. On it I have a few NFS shares.
When I mount the shares from a client using NFSv3 (mount.nfs 10.0.0.51:/exports/video /mnt -o vers=3,soft,intr,timeo=10), it works. However, I would like to use NFSv4 because of improved security and performance…
>>> More