Help coderanch get a
new server
by contributing to the fundraiser

vinod prime

Greenhorn
+ Follow
since Mar 07, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by vinod prime

i am getting this following error

faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.UnknownHostException: sysport=msp44
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.UnknownHostException: sysport=msp44
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at NewServlet1.start(NewServlet1.java:135)
at NewServlet1.doGet(NewServlet1.java:91)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Unknown Source)

{http://xml.apache.org/axis/}hostname:msp43
13 years ago
TO WILLIAM

i installed from apache.org Tomcat 6.20 ( 32 bit Windows installer)

OS : WINDOWS XP

JAVA VERSION: jdk 1.6_24

I am using TOMCAT to access a webpage.... nearly 7 folders are there i have to copy it in WEB APPS....
after if i log on to tomcat manager... i have to see the files which are copied in WEB APPS folder... Then if i click one (say \XQuery ) it will display the web page and i have to do some stuffs in filling details that's secondary. I need the files to be displayed this is my first step....
This is how my project works

HOW I START is GO to start -> TOMCAT 6.0 -> monitor tomcat -> Start(green play icon) -> mozilla -> local host: 8080
the stopping is Right click my tomcat icon and click STOP

13 years ago
TO TIM


how to enable JEE or J2EE in web.xml ?
13 years ago
I checked only my first letter is capitalized...........
moreover it was working fine when i installed the tomcat 6.0 for first time with the same naming convention....

can you tell me the settings to be done in ENVIRONMENT VARIABLES

my java folder is present in C:\Program files\Java
my Tomcat folder is present in C:\Program files\Java\Tomcat

tell me the settings accordingly
13 years ago
Actually i installed TOMCAT 6.0 first, and it worked well..............

after few days i uninstalled and re installed TOMCAT........ here the problem starts

my project consist of folders which has to placed in WEB APPS ....
i copied all folders in WEB APPS ..... when i log on TOMCAT MANAGER i can't able to see the folders... only the ROOT, MANAGER, DOC and HOST MANAGER is available.

i tried all versions of TOMCAT but no use.

please tell me what to do... it's my final year project
13 years ago