Ramamoorthy

Greenhorn
+ Follow
since Mar 13, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ramamoorthy

Hi,

I have one JSP in this I have two select boxes.

The first select box is populated with default values.

From the first select box I am selecting the value and moving to the other select box using java script.

Now the value in the second select box has to be submitted alongwith some other values which I am getting.

These values are to be submitted to a Action class and further to the form bean using struts.

In the form tag in JSP I am calling the struts action class.

The issue here is,I am able to get other values except the values in the second select box.

I am using simple JSP page to get form values and submitting.

I am not using struts tlds because of project constraints.

Please advise on how to pass these values.

Regards,

Ram
20 years ago
JSP
Hi,
can you tell the difference between data source and transcation data source and in what conditions we should use them?
Ram
Hi,
Thank you for your feedback.
Let me try it out.
Regards,
Ram
20 years ago
Hi,
I need to call a jsp page from an oracle trigger.
Whenever the updates happen in the table the trigger will activate and call the jsp page which is in the remote server ie in different machine.
Pl.advise on how to handle this requirement.
Regards,
Ram
20 years ago
Hi,
I am having one peculiar issue.
I am having four threads running in one Thread group.
I am storing the status of each thread in one ThreadStorage class file which ofcourse is a singleton class.So once it is initialised the status is set to on and threads are started running.Now each thread performs some business logic.All above is running at my remote server(Linux8.0).
But the problem is that sometimes the threads are killed without our knowledge.I have provision to monitor the status of thread and entering the details in the log file.But i do not find any reason how the threads killed prematurely.
I hv provision to start ,stop and kill all the threads using JSP page.
Can anyone suggest the reason for the occasional failure of the threads?
Regards,
Ram
Hi,
I have one unique problem.
I hv developed one page(HTML) in my server from which i am calling one page(HTML) in my client server, which is at remote location.(ie the request will be entertained only if it comes from my server IP Address).
I have given my server IP Address to my client and accordingly any request going from my server will be validated at my clients server using the IP Address.
Now the issue is that i am unable to access my client's page.
I have informed my URL page to my client and to my surprise he is able to view the page by using our URL.
Pl.forward your suggestions.
Ram
22 years ago
JSP
Hi,
I have one unique problem.
I hv developed one page(HTML) in my server from which i am calling one page(HTML) in my client server, which is at remote location.(ie the request will be entertained only if it comes from my server IP Address).
I have given my server IP Address to my client and accordingly any request going from my server will be validated at my clients server using the IP Address.
Now the issue is that i am unable to access my client's page.
I have informed my URL page to my client and to my surprise he is able to view the page by using our URL.
Pl.forward your suggestions.
Ram
22 years ago
Hi,
Hope u hv installed tomcat in one directory and axis in another dirctory.As per the installation guide copy the axis dictory to webapps in tomcat.
Also download the jar files and keep it in the lib folder of tomcat as per the document.
Ensure to set the classpath for the jars.
Start the tomcat from its dirctory.
Then move to your axis installation dirctory.
<axis-dir>/samples/Transport java .....deploy.wsdd
Please do the above and u will get deployed message.
Then go back to <axis-dir> and then give command
java ...........
You can see the result.
This is what i hv done and it works for me.
Ram
22 years ago
Dear Friends,
Looking to have your feedabck.
Please.
Regards,
Ramamoorthy
22 years ago
Dear friends,
I hv downloaded the xml-axis-beta2 from apache and configured with tomcat-4.0.4 as per the instructions provided there.
Also i hv copied the jar files from my axis directory(it is D:\xml-axis-beta2\webapps\axis\WEB-INF\lib\.)to my tomcat directory(it is D:\jakarta-tomcat-4.0.4\webapps\axis\WEB-INF\lib\.)as per the instruction.
As per the document we have to set the classpath for these jars also.Accordingly i hv set the classpath (%CATALINA_HOME%\webapps\axis\WEB-INF\lib\axis.jar for all jar files in <tomcat-home>/bin/catalina.bat file.
Thereafter i started my tomcat by giving the command startup.It has thrown an error 'Access is denied'.After this i hv removed the above classpath set in only for the jars and restarted my tomcat and it is started working.
But when i try to run the example application by giving the command as per the document,i am getting an error of filenotfound exception.Now i am wondering how to set classpath for these jars and i am sure without these i can not run my sample application.
My OS is win 98.
Please advise.
Regards,
Ram
22 years ago
Dear Friends,
I have a requirement wherin i need to convert the string into GIF images dynamically.
For eg, i will get the user input as string and convert the same to GIF online and display the text image.
Please help me in this regard.
Ram
23 years ago
Dear Friends,
I have a requirement wherin i need to convert the string into GIF images dynamically.
For eg, i will get the user input as string and convert the same to GIF online and display the text image.
Please help me in this regard.
Ram
23 years ago
Hai,
can any one help to solve my problem.
I want to reboot my system which is in remote.
my problem is that very often my remote server goes down, so i have to reboot the system from my dump terminal, to run my application .
i would like to know how to connect to my remote server during above situation.
thanks,
Ramamoorthy.
23 years ago
Dear friends,
I give below my requirement and would request you to give your suggestion.
I'm sorry for not giving my clear requirement initially.

I am getting one input as age -- 25-30.
My requirement is after seperating the age as 25 and 30,i should compare these values with the xml.

My xml looks like this,

<customer>
<name>Sasi</name>
<age>25</age>
</customer>
<customer>
<name>James</name>
<age>27</age>
</customer>
<customer>
<name>ram</name>
<age>32</age>
</customer>
<customer>
<name>guru</name>
<age>26</age>
</customer>

I should get the result of users who are in the age group of between 25 to 30.

How to approach this problem?

Advanced Tks,

Ramamoorthy

Originally posted by Fredrik Safstrom:
Are you looking for real encryption with keys etc. or just a quick and easy way to encrypt messages???
I have a small class that will let you encrypt text messages (doesnt work on binary files), let me know if you are interested...
/Bamse


Dear bamse,
I am interested to know from you the encryption of user inputs.
For example i am getting two fields from the user namely
username and password and i want to send both to the server in encrypted form...so that the same can be decrypted at the server end and compared with the database.
Kindly advise me,if you have solution for that.
If your solution is similar to above ,kindly send me your application,which will be of very much helpful to me.
Regards,
Rama moorthy
Please send your reply to [email protected]
23 years ago