Questions tagged [java]

Programming language and runtime environment that allows compiled Java programs to run unchanged on most hardware and software platforms

1835 questions
0
votes
4 answers

Running a java application in linux

I am running a java application with mysql as back-end and i am using fedora operating system, now is there any way to run that application alone when that system boots up and also i want to disable all other unwanted services which is not required…
peedee
  • 101
  • 1
  • 2
0
votes
2 answers

get my router's public IP

I need to get my router's public IP but due to unreliable Internet connection I can not use web services like http://automation.whatismyip.com/n09230945.asp (this approach fails in most cases). Is there a way to get my public IP directly from my…
Me again
0
votes
1 answer

Tomcat 6 with Railo 3.3 host and context precision

I'm trying to get Tomcat 6 and Railo 3.3 running on my local development box. My experience is with Adobe ColdFusion and figured I would try something new. I have installed Tomcat in d:\dev\tomcat6\. I then downloaded Railo's latest war, renamed it…
jfrobishow
  • 71
  • 10
0
votes
2 answers

How to use tshark to do this task

I don't have any base knowledge about tshark, and it is hard to find any tutorial to help me with this. So now I have a pcap file which consists a lot of network flows; a time range; an ip addr; a tcp port number; the number of packets sent by the…
Tor
  • 3
  • 3
0
votes
2 answers

the group user can not write to file

i used tomcat+cpanel in linux os . i set the tomcat group of a file but tomcat can not write to my file . the permission my file is 664 . the os setting is : root@panther [/home/domain/public_html]# ls -la total 36 drwxr-x--- 4 domain nobody 4096…
0
votes
1 answer

Does FreeNX work with Nomachine Web Companion?

I have a working installation of the open source FreeNX, where I used this how to. It mentions You can also embed your NX Server in a webpage by installing the Nomachine Web Companion and the Apache webserver Does that mean, that the java plugin…
Sandra
  • 10,303
  • 38
  • 112
  • 165
0
votes
2 answers

How do you deploy an application to VMWare?

I have an enterprise java container called Karaf that I would like to test on a VMWare node. Unfortunately, I haven't found anything on the web that describes the process of how to deploy an application to a VMWare node. Can anyone assist by either…
Mike Van
  • 101
  • 1
0
votes
3 answers

Run Tomcat and Java on Amazon EC2 Instance

I have installed the tomcat and Java on my Amazon EC2 Instance by followingthe instructions on the following tutorial. http://sites.google.com/site/amistrongeryet/setting-up-java-tomcat-on-ec2. But after installing when I run the "updatedb; locate…
Sohail Khan
  • 1
  • 1
  • 1
0
votes
2 answers

How do I get around the Java silent install showing a UAC prompt?

The Java runtime installer has a silent installation switch, jre-6u27-windows-i586-s.exe /s. However, when UAC is set to any of the "Notify me" options, the Java installer still shows a prompt! Is there any way around this except to turn off UAC?
Anthony Mastrean
  • 441
  • 1
  • 8
  • 18
0
votes
1 answer

Understanding Java's memory usage (JIRA/Tomcat)

I have a CentOS virtualized server and I just installed Jira. I'm having trouble understanding what is going on with the Sun JVM whenever Jira is running. Java's max heap size is set to 384MB but the Java instance is taking up well over 1GB. I'm new…
0
votes
1 answer

environment var not found on SuSe init.d script at boot

I've got a /etc/init.d/tomcat1 script which runs on boot on rc levels 3 and 5. This script calls /usr/local/tomcat1/bin/startup.sh on start. Although I can manually execute /usr/local/tomcat1/bin/startup.sh from console, on boot I get the following…
cherouvim
  • 794
  • 3
  • 21
  • 37
0
votes
1 answer

Fresh install java -version displays nothing

I'm attempting to rebuild a legacy application environment. The specs are Windows Server 2003 SP2 Java SDK 1.3.1_15 Macromedia JRun4 I've installed the Java SDK however whilst attempting to install JRun4, I receive this message during the "JVM…
Phil
  • 167
  • 1
  • 11
0
votes
1 answer

Which OS (from stock) to act as an all-encompassing web application server for a java web app?

I am about to purchase a hosting package from Jumba for a VPS. (http://www.jumba.com.au/vps) They provide 3 options for OSes: CentOS 5 64-bit Debian 6.0 64-bit Ubuntu 10.10 64 bit Given these will all be stock, can you tell me which is the best…
nasty pasty
  • 111
  • 3
0
votes
1 answer

Problems encoding an HTA file to run Java+Batch files for DNS server

I'm having a problem coding a .HTA file, and I really need some help. I've been searching all over the place and I can't seem to find what I need to add to this code to make it run. I'm trying to get the HTA script (running javascript) to, utilizing…
0
votes
3 answers

Can JSP/ JSF be hosted in shared hosting plans?

I want to use JSF with Facelets/JSP in my website. Can I get Java hosting in shared hosting plans ? I want to re-develop a business website for my client's company.
Rajat Gupta
  • 301
  • 4
  • 17
1 2 3
99
100