Hi , I installed apache tomca 6.0.18 sucessfully.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 communication api. it it working for other normal java application only with applications deployed on apache tomcat i am getting this problem. please help me.
Code:
SerialComm com1 = new SerialComm(null ,"com1");
com1.setBitRate("115200");
com1.open; // here i am getting exception