473,385 Members | 1,780 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Why is java.exe accessing the internet?

Hi,

I am pretty new to java and have installed tomcat on my PC (XP Home) along
with a few other java tools. I've noticed when I start tomcat ZoneAlarm
asks permission for java.exe to access the internet, then if java.exe can be
a server. This is obviously tomcat so I say yes.

But occassionally I will get a message asking if java.exe can access the
internet or act as a server and I don't know why! Is there anyway to tell
what is causing this request?

And does anybody know a way to set ZoneAlarm to always allow tomcat these
permissions without allowing them for all java apps?

Thanks in advance,
John

Jul 17 '05 #1
4 3195
On Fri, 16 Apr 2004 10:04:33 -0400, "John" <Pl****@reply.to.group.com>
wrote or quoted :
But occassionally I will get a message asking if java.exe can access the
internet or act as a server and I don't know why! Is there anyway to tell
what is causing this request?

And does anybody know a way to set ZoneAlarm to always allow tomcat these
permissions without allowing them for all java apps?


Hmm. From Zonelarm's point of view they are all the same program. Any
Java app looks like java.exe to the os. What you could try is making
a copy of Java.exe and renaming it to something else and see if that
name shows up. Put this dup in the JRE directory, and explicitly
reference it by classname rather that getting some unknow copy off the
path somewhere. Your next problem is getting say Resin to use
resinjava.exe instead of java.exe.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Jul 17 '05 #2
1. If you have multiple JVMs, then each instance of java.exe, being a
different file, requires individual clearance with ZoneAlarm.

2. What ZoneAlarm reports as the request to access the Internet may be just
an attempt by Java to open a port on your localhost (127.0.0.0) for internal
purposes.

Alex Molochnikov
Gestalt Corporation
www.gestalt.com

"John" <Pl****@reply.to.group.com> wrote in message
news:OJ*********************@news20.bellglobal.com ...
Hi,

I am pretty new to java and have installed tomcat on my PC (XP Home) along
with a few other java tools. I've noticed when I start tomcat ZoneAlarm
asks permission for java.exe to access the internet, then if java.exe can be a server. This is obviously tomcat so I say yes.

But occassionally I will get a message asking if java.exe can access the
internet or act as a server and I don't know why! Is there anyway to tell
what is causing this request?

And does anybody know a way to set ZoneAlarm to always allow tomcat these
permissions without allowing them for all java apps?

Thanks in advance,
John

Jul 17 '05 #3
"John" <Pl****@reply.to.group.com> wrote in message
news:OJ*********************@news20.bellglobal.com ...
Hi,

I am pretty new to java and have installed tomcat on my PC (XP Home) along
with a few other java tools. I've noticed when I start tomcat ZoneAlarm
asks permission for java.exe to access the internet, then if java.exe can be a server. This is obviously tomcat so I say yes.

But occassionally I will get a message asking if java.exe can access the
internet or act as a server and I don't know why! Is there anyway to tell
what is causing this request?

And does anybody know a way to set ZoneAlarm to always allow tomcat these
permissions without allowing them for all java apps?

There's a solution for that: get a decent firewall. :-)

Alun Harford
Jul 17 '05 #4
It could be that the XML parser is trying to get the DTD specified in
web.xml or other Tomcat config file. I've seen similar things with
the software firewall I'm forced to use on my laptop.

-Nathan

"John" <Pl****@reply.to.group.com> wrote in message news:<OJ*********************@news20.bellglobal.co m>...
Hi,

I am pretty new to java and have installed tomcat on my PC (XP Home) along
with a few other java tools. I've noticed when I start tomcat ZoneAlarm
asks permission for java.exe to access the internet, then if java.exe can be
a server. This is obviously tomcat so I say yes.

But occassionally I will get a message asking if java.exe can access the
internet or act as a server and I don't know why! Is there anyway to tell
what is causing this request?

And does anybody know a way to set ZoneAlarm to always allow tomcat these
permissions without allowing them for all java apps?

Thanks in advance,
John

Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: downtoearth | last post by:
Hi guys, I write IRC scripts from within mIRC. I decided I wanted to expand the capabilities by learning Perl, so now I have a compiler and such but am trying to figure out what's going wrong. I...
2
by: Jason Steeves | last post by:
I have an .aspx page that loads and need to program a button so that it will access the internet explorer appliction object and save the loaded .aspx page to a file on the server. Any help is much...
3
by: John | last post by:
Hi I am using ms internet transfer control to access a website. Client pcs where app is running are connected to a small business server 20003/ISA Server 2000 server. The app works fine on all...
3
by: Casanova | last post by:
Hello could someone help me find out how to write applications that can access the internet in the DOS/Windows environment. Also please tell me any internet links that is helpful in DOS...
1
by: john bailo | last post by:
I am trying to write a c# program to access Outlook internet headers for messages in a public folder. When I look at these messages in Outlook, and select View/Options, there is information in...
0
by: Rosny | last post by:
Hi, Is any body experiencing the same problem as below scenario? Environment : Windows 20003 Server ASP.NET Beta 2 STEP to reproduce: 1. Create a link on aspx page to any zip file on the...
4
by: Nick Pateman | last post by:
Hi there, The following line, is VS.NET 2005, Dim pObjPowerPoint As Object = CreateObject("PowerPoint.Application") will cause the system to access, 131.107.115.28 on port 80.
0
by: msivamani | last post by:
Hi all, Please provide me with a java code especially Applet code to view a Tiff Image in Internet Explorer... I dont want to view using any software... Thanks, Mohan.
1
by: =?Utf-8?B?cmRoNTM=?= | last post by:
I have WINDOWS XP and wireless broadband. The last several days I cannot log onto the INTERNET. I get an error msg about not finding my IP address and contact my computer admin. But everything else...
1
by: dearprasan | last post by:
I have a custom browser application built in C#. I want to access the Internet Explorer's Cache to display contents on this custom browser application. For example: If the user types "www.msn.com"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.