Jump to content

alwaysvaghu

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by alwaysvaghu

  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. 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

  4. Helo Frnds...We use submit buttons in html..see here<FORM NAME=FORM1 ACTION="file name" METHOD="GET"><INPUT TYPE=SUBMIT></FORM>when we click on that it will take us to other url("filename")..in that window..I WANT TO OPEN THAT in OTHER WINDOW....???How Can I do that..... :)

  5. This is a one-time only script, no runtime.You can call with JavaScript every second for instance, to a PHP script. Then it would be runtime, sort of. :)Try to make a function, that connects to the php script, after one second. The php script checks for online users, and passes back the results to the JavaScript (like with header("Location: file.js?online=no"). )If somebd do is online, rewrite the JavaScript with php, with an additional function that shows the popup.Is this understandable, or should I give an example?

    I have already done that..thanx yaar "Dan the Proof"I m refreshing the page after 2 seconds
  6. Helo Frnds...We use submit buttons in html..see here<FORM NAME=FORM1 ACTION="file name" METHOD="GET"> <INPUT TYPE=SUBMIT></FORM>when we click on that it will take us to other url("filename")..in that window..I WANT TO OPEN THAT in OTHER WINDOW....???How Can I do that..... :)

  7. here is kind of code with description...<?php$qry = "Select * from users where user_stat='1'"; //find the users from databse//some code here for checking other parameters..and this will find out two parameters "$flag" and "$diff"........if($flag==1 && $diff==0){ //Here i want to show POPUP}?>/////////////////////////////I Am Doin This but its not workin///if($flag==1 && $diff==0){ //Here i want to show POPUP?><script Language = "avascript"> alert(smthing)...// </script<?php}?>

  8. hi...i have just seen that url..but i have one problem......it is executed when u click on button...i dont want that......i mean i have php code in chat...and it is continuously checking whether any user in online or not...if the code find any online user..it should then show the popup...so u got it now..i think so...how can i automatically run that..without any knid of click....

  9. hi...Whole Application is created in Html with the help of php and javascript ......i think for creating the pop-up i must use javascript...actually i have put "window.open()" but there is a message coming Popup is blocked from this site...so what should i do

  10. Hello freinds,,,,,If u r using yahoo/msn messanger...then when some one gets onlineAt the bottom side one popup will say that this person is now online....I want to do that...I m creating on chatting module...lookin same as yahoo's chat window..like had a option of group chat..in one side online users.....it also adds in the list when user online....but i want to put the popup when somebody comes online.............vaghu....... :)

×
×
  • Create New...