yes tomcat is up and running... can it be something wrong with the firewall? I've already tried shutting the firewall off, but that didn't work...
orit's because of my router...? --- Xavier Renard <[EMAIL PROTECTED]> wrote: > Mees wrote: > > >I've tried exactly what u said, but then i get > this: > > > >C:\axis>set > >CLASSPATH=.;C:\axis\samples\userguide\example1\TestClient.class;c:\a > >xis\lib\axis.jar;c:\axis\lib\axis.jar;c:\axis\lib\commons-discovery.jar;c:\axis\ > >lib\commons-logging.jar;c:\axis\lib\jaxrpc.jar;c:\axis\lib\saaj.jar;c:\axis\lib\ > >log4j-1.2.8.jar;c:\axis\lib\xml-apis.jar;c:\axis\lib\xercesImpl.jar > > > >C:\axis>java samples.userguide.example1.TestClient > >java.net.ConnectException: Connection refused: > connect > > > > > aaaaaahhhhh good news :-) > > >what does that mean? > > > Well that simply means that you can not connect to > the server. > Assuming you are using tomcat, is it started? > > Xavier > > >I've tried shutting down my firewall completely, > but > >that doesn't work either... :S > > > > > >--- Xavier Renard <[EMAIL PROTECTED]> wrote: > > > > > >>Mees wrote: > >> > >> > >> > >>>I've tried 2 ways: > >>>1 is the path to testclient.class > >>>and 2 is to path example1 both failed :S > >>> > >>>C:\axis>set classpath > >>> > >>> > >>classpath=C:\axis\samples\userguide\example1\TestClient.class;c:\axis\lib\axis.j > >> > >>ar;c:\axis\lib\axis.jar;c:\axis\lib\commons-discovery.jar;c:\axis\lib\commons-lo > >> > >>gging.jar;c:\axis\lib\jaxrpc.jar;c:\axis\lib\saaj.jar;c:\axis\lib\log4j-1.2.8.ja > >> > >>r;c:\axis\lib\xml-apis.jar;c:\axis\lib\xercesImpl.jar > >> > >> > >>> > >>> > >>> > >>> > >>should be: > >> > >>C:\axis>set > >> > >> > >> > >CLASSPATH=.;C:\axis\samples\userguide\example1\TestClient.class;c:\axis\lib\axis.j > > > > > >ar;c:\axis\lib\axis.jar;c:\axis\lib\commons-discovery.jar;c:\axis\lib\commons-lo > > > > > >gging.jar;c:\axis\lib\jaxrpc.jar;c:\axis\lib\saaj.jar;c:\axis\lib\log4j-1.2.8.ja > > > > > >r;c:\axis\lib\xml-apis.jar;c:\axis\lib\xercesImpl.jar > > > > > >>Note: > >>1) the . at the begining to find classes in the > >>current directory > >>2)set CLASSPATH=.;C:\axis\path\2\jar (everything > >>on a single line) > >> > >>hope it will be ok now > >> > >>Xavier > >> > >> > >> > >> > >> > > > > > >__________________________________ > >Do you Yahoo!? > >Exclusive Video Premiere - Britney Spears > >http://launch.yahoo.com/promos/britneyspears/ > > > > > > > > > > > __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
