IOException in a JSP !?

I am using a JBuilder 5 environment.

I am using JavaScript in a JSP Page.

<script language="JavaScript" src="popupcode.js" type="text/javascript">

</script>

when I start my applicaiton in JBuilder it works but my JavaScript menu doesnt work. So I tried to start my application from the external browser. My menu works now but JBuilder throws a lot of exceptions.

Ctx( /skillworks ): IOException in: R( /skillworks + /mypopie.js + null)

Connection aborted by peer: socket write error

Ctx( /skillworks ): IOException in: R( /skillworks + / + null) Connection

aborted by peer: socket write error

ContextManager: SocketException reading request, ignored -

java.net.SocketException: Connection reset by peer: JVM_recv in socket input

stream read

Does anybody knows why ?

thanks andi

[888 byte] By [ANeo] at [2007-9-26 5:18:21]
# 1
Further I have to say when I am using <script language="JavaScript" src="/popupcode.js" type="text/javascript"></script>with src"/...I have no Exception but my menu doesn't work :-(
ANeo at 2007-6-29 19:22:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi,i don't know if this is the problem, but probably you did't reference your files correctly!<script language="JavaScript" src="./popupcode.js"></script>.But it seems to be another problem!
babbela at 2007-6-29 19:22:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hm. I get still my exceptions.
ANeo at 2007-6-29 19:22:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
When I deploy my application in a normal tomcat environment it works. I get only the exceptions when I start it over the JBuilder. I tried it with the JDeveloper and I had the same problem.
ANeo at 2007-6-29 19:22:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
may you can try it with 2 dots../popupcode.js I have no further ideas. If it compiles without any problems if you use /popupcode.js it seems to be a problem of referencing the script file. Do you have the script file in a differnet package?
babbela at 2007-6-29 19:22:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
As far as I know JBuilder doesn't use html code do display the jsp pages in its own window. I think JBuilder is making use of swing components to display the jsp. Maybe this is the reason why javascript doesn't work with JBuilder -> no HTML Browser.But maybe I am wrong!
babbela at 2007-6-29 19:22:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...