Re: unable to access comm ports on apache tomcat 6.0.18

2013-01-22 Thread pranjal rajput
ramkumar ramkumar at efftronics.com writes: Hi friend, I can communicate with modem from othe java application.The problem is occuring only after deploy in apache tomcat. I am using ECLIPSE IDE. Ecclipse ide can run our web application using apache tomcat for debugging purpose.When i run

Re: unable to access comm ports on apache tomcat 6.0.18

2013-01-22 Thread Howard W. Smith, Jr.
On Tue, Jan 22, 2013 at 7:21 AM, pranjal rajput fighterjockey...@gmail.comwrote: it also works well in the web application IF it is launched using eclipse IDE. All libraries are in place. but when the application is deployed on separate tomcat server, it throws following exception: Error

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-13 Thread Pid *
On 13 Oct 2010, at 04:44, ramkumar ramku...@efftronics.com wrote: Hi, Thank you for your response. I dont the communication api version i think it is 2.0. I searched for latest version but i could not find it for windows OS. I get it from some uploader site. My WEB-INF\LIB has following

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-13 Thread Pid *
On 13 Oct 2010, at 04:44, ramkumar ramku...@efftronics.com wrote: Hi, Thank you for your response. I dont the communication api version i think it is 2.0. I searched for latest version but i could not find it for windows OS. I get it from some uploader site. My WEB-INF\LIB has following

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramkumar, On 10/12/2010 11:43 PM, ramkumar wrote: Thank you for your response. I dont the communication api version i think it is 2.0. They are on 3.0, now. http://www.oracle.com/technetwork/java/index-jsp-141752.html I searched for latest

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-12 Thread efftronics
in context: http://old.nabble.com/unable-to-access-comm-ports-on-apache-tomcat-6.0.18-tp29920827p29944175.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ramkumar, On 10/11/2010 5:00 AM, ramkumar wrote: Hi , i am exporting war file using ecclipse ide(Ecclipse has option to export .war file). I am starting tomcat service runner(tomcat6.exe) and my server.xml file is Can you show us what is in your

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-12 Thread ramkumar
Hi, Thank you for your response. I dont the communication api version i think it is 2.0. I searched for latest version but i could not find it for windows OS. I get it from some uploader site. My WEB-INF\LIB has following jar files (1)commons-logging-1.1.1.jar (2)el-api

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-11 Thread Pid
On 11/10/2010 04:31, ramkumar wrote: Hi Pid, Thank you for your response. Not only for this comunication api, if i put thr jar files in WEBAPPS/MY APPLICATION/WENINF/LIB it is showing the No Class found. plese help me. Whw]at are rthe chnages i have to do? Thank you. That's

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-11 Thread ramkumar
hi, Thank you for the response. I am sure that no other programs using the port.I am suspecting that Tomcat not loading the jar file. I got same error while using the api coomons.fileupload for uploading the files to server.I put the all the required jar files in my project.But it is telling

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-11 Thread Pid
On 11/10/2010 08:47, ramkumar wrote: hi, Thank you for the response. I am sure that no other programs using the port.I am suspecting that Tomcat not loading the jar file. I got same error while using the api coomons.fileupload for uploading the files to server.I put the all the required

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-11 Thread ramkumar
Hi , i am exporting war file using ecclipse ide(Ecclipse has option to export .war file). I am starting tomcat service runner(tomcat6.exe) and my server.xml file is ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-10 Thread ramkumar
Hi Pid, Thank you for your response. Not only for this comunication api, if i put thr jar files in WEBAPPS/MY APPLICATION/WENINF/LIB it is showing the No Class found. plese help me. Whw]at are rthe chnages i have to do? Thank you.

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-10 Thread ramkumar
Hi friend, I can communicate with modem from othe java application.The problem is occuring only after deploy in apache tomcat. I am using ECLIPSE IDE. Ecclipse ide can run our web application using apache tomcat for debugging purpose.When i run my application from ide it is working fine but the

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread Pid
On 09/10/2010 06:14, efftronics wrote: Hi , I installed apache tomca 6.0.18 sucessfully. Why such an old version? In some web application i want to write data to comm port, but my application returning java.io.exception : unable to open port : com1.i sucessfully installed java

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread André Warnier
Pid wrote: On 09/10/2010 06:14, efftronics wrote: Hi , I installed apache tomca 6.0.18 sucessfully. Why such an old version? In some web application i want to write data to comm port, but my application returning java.io.exception : unable to open port : com1.i sucessfully installed java

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread ramkumar
Hi, Thank you for your response and very sorry for the in complete details of exception. My problem is I want to send SMS to mobile clients using GSM modem. Modem is connected to PC through COM port. I installed JAVA COMMUNICATION API. I am using ecclipse ide. I am able to run my

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread ramkumar
Hi, Thank you for your response and very sorry for the in complete details of exception. My problem is I want to send SMS to mobile clients using GSM modem. Modem is connected to PC through COM port. I installed JAVA COMMUNICATION API. I am using ecclipse ide. I am able to run my

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread Mikolaj Rydzewski
ramkumar wrote: I want to send SMS to mobile clients using GSM modem. Modem is connected to PC through COM port. I installed JAVA COMMUNICATION API. I am using ecclipse ide. I am able to run my web application from ecclipse ide by enabling apache tomcat server from the ide(By using

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread Pid
On 09/10/2010 16:56, Mikolaj Rydzewski wrote: ramkumar wrote: I want to send SMS to mobile clients using GSM modem. Modem is connected to PC through COM port. I installed JAVA COMMUNICATION API. I am using ecclipse ide. I am able to run my web application from ecclipse ide by enabling

unable to access comm ports on apache tomcat 6.0.18

2010-10-08 Thread efftronics
with applications deployed on apache tomcat i am getting this problem. please help me. SerialComm com1 = new SerialComm(null ,com1); com1.setBitRate(115200); com1.open; // here i am getting exception -- View this message in context: http://old.nabble.com/unable-to-access-comm-ports-on-apache-tomcat