Jump to content

alwaysvaghu

Members
  • Posts

    36
  • Joined

  • Last visited

About alwaysvaghu

  • Birthday 12/03/1983

Contact Methods

  • MSN
    pradip_globalams@hotmail.com
  • Website URL
    http://
  • ICQ
    0
  • Yahoo
    pradip_globalams@yahoo.com

Profile Information

  • Location
    Ahmedabad,Gujarat,India

alwaysvaghu's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello friends....I have configure my apache soap..... It is saying that after configuration if i go on "http://localhost:8080/soap/servlet/rpcrouter" it will give following message......"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me."But in my case it is throwing exception which is pasted below...I am using tomcat apache server... soap 2.3.1My class path is: set classpath=C:\Jars\bsf.jar;C:\Jars\js.jar;C:\Jars\activation.jar;C:\Jars\xerces.jar;C:\Jars\activation.jar;C:\Jars\soap-bin-2.3.1\soap-2_3_1\lib\soap.jar;C:\Jars\soap-bin-2.3.1\soap-2_3_1;C:\Jars\javamail-1_4\javamail-1.4\mail.jar;C:\ch3;C:\Program Files\Java\jdk1.5.0_04\lib\tools.jar;C:\Program Files\Java\jdk1.5.0_04\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.5.0_04\jre\lib\rt.jar;and Exception is:======================================================type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception javax.servlet.ServletException: Servlet.init() for servlet rpcrouter threw exception org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:709) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644) java.lang.Thread.run(Thread.java:595)root cause java.lang.NoClassDefFoundError: javax/mail/MessagingException org.apache.soap.server.http.RPCRouterServlet.init(RPCRouterServlet.java:239) javax.servlet.GenericServlet.init(GenericServlet.java:256) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:709) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644) java.lang.Thread.run(Thread.java:595)note The full stack trace of the root cause is available in the Tomcat logs.==================================================Please help me as soon as possible... Pleaaaaaaaase
  2. Hi...How to retrieve checkbox info using php..Here is the code<html><body><script language="javascript"> function Validate4( ) { var Lform = this.document.form4; boxes = Lform.info.length txt = "" for (i = 0; i < boxes; i++) { if (Lform.info.checked) { txt = txt + Lform.info.value + " " } } if (txt == "") { alert("No textbox ticked"); return false; } return true; }</script><form name=form action="sendinq.php" method=post onSubmit="return validate()">Info Needed : <input type=checkbox name="info" value="HC11">HC11<br> <input type=checkbox name="info" value="HC12">HC12<br> <input type=checkbox name="info" value="8051">8051<br> <input type=checkbox name="info" value="8086">80X86<br> <input type=checkbox name="info" value="PIC">PIC<br> <input type=checkbox name="info" value="DSP">DSP</form></body></html>
  3. HiI want to know how to use onChange function in listbox of javascriptPlease help me with example....VAGHU
  4. How to create phot album...which takes list of images from server and also kind of slide showwith next and prev button....Any Idea
  5. HEllo FrndsHow To Put Hit Counter on Perticular page..????so plz give me suggestion if u have..i dont know even in which language it will be easier or how to do that?
  6. HEllo FrndsHow To Put Hit Counter on Perticular page..????so plz give me suggestion if u have..i dont know even in which language it will be easier or how to do that?
  7. U just right clck on any bar then customise than....there u will find checkbox for nenu bar u click there and it will come back
  8. LUKKHAAA AATLU NATH AAVADTU.....???? View-Toolbar--click on standard..then u will get that back
  9. Which word u say...Wordpad or microsoft office word..i asked u previously
  10. alwaysvaghu

    mail() error

    $email = $_POST["email"] $headers = "From:news@4hacks.com";$headers .= 'Reply-To:$email\r\n";
  11. i didnt get anything.. do u have a roblem when u r opening word document in MSWORD..??or u r telling smthing else..
  12. I want this bcaz we r also doing broadcasting and other things..some times if i m performing broadcasting for 500 email and there are more that 75% emails are invalid..(the S/W shows that)so it is just wasting of time.....so plz
  13. Hi frnds...How Can I check that entered email address is valid or not...???I mean HOw can i check validity of that email address
  14. so u r telling that i have to code like thisand it will open: http://www.w3schools.com/somefile.php////////////////////////////////////<html><head><script type="text/javascript">function open_win() {window.open("http://www.w3schools.com")}</script></head><body><form action="SomeFile.php"><input type=button value="Open Window" onclick="open_win()"></form></body></html>//////////////
  15. no i cant do that..bcaz the destination file must be in action=""bcaz i m using php and it is carrying...data to that file
×
×
  • Create New...