Vrushank Joshi

Greenhorn
+ Follow
since Oct 24, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vrushank Joshi

Hii Mike,
Thank u for replying...
Yes, My property file is their...
But mind well this thing that
i m using the absolute path in which i want to put my log means like

log4j.appender.R.File=/usr/local/true_tomcat/webapps/iwap/logs/ideawap.log
in the second file i m using...
log4j.appender.R.File=/usr/local/true_tomcat/webapps/test/logs/ideawap.log

if i will use
log4j.appender.R.File=../webapps/iwap/logs/ideawap.log
log4j.appender.R.File=../webapps/test/logs/ideawap.log

than it works fine... But i dont want to use it... can u help me in the prob..
19 years ago
Hello Friends,

I have created 2 context on the tomcat 4.1.27 and used log4j in both. The log file of both the context is different. But when i run tomcat. The log of both the context are print in the one log file only..
And the log will print in different log files as n when restarting tomcat.. Means while first time i start tomcat it prints log in first context's log file, and when i m restarting it for the second time it prints it in another context's log file..

If You people have any idea about it than plz let me know..
Regards,
Vrushank
[ November 30, 2004: Message edited by: Vrushank Joshi ]
19 years ago
Hello,
I have created one JSP.. which contains WML code. That page working fine on emulaters. But while I am running it on nokia 7250 and other mobiles it display "FILE FORMAT UNKNOWN"....

Can anybody help me in it???

Regards,
Vrushank Joshi
19 years ago
Hii Dave Robbins,

Do one thing, Just extract your JAR file. and after that try to execute your code. I think this might be helpful to u.
19 years ago
aparna check ur date format in sql and in java.Date...
If both are same than write one method as below...
con.commit();
and than see the data in the database, i think this is the problem....

Regards,
Vrushank
i m not getting what u want to say... If u have any code for this problem than plz send me that on my mail account vrushankj@yahoo.com
Thanks,
19 years ago
Helloo,,
My tomcat is running and mean while i have created one property file and put it in the right place...But usually ,if we want to use that property file, we restarting out tomcat...But i want to reload property file with out restarting tomcat....
Can anybody help me in this problem???
19 years ago
Hiii first of all u create a program which send a simple .txt file from one palce to other place.. using socket programming...If u done this than try to make it using applet...
I have created a programe for transfering a file from client side to the server...
But u should have to try first and than i will send it to u..if u got any problem in it...
Thank u Mr. Nathaniel Stoddard & Mr. Bear Bibeault for ur urgent reply...
But i have solved that problem. But i had check the file size on the server.
But i really need to check the file size on the client side.
19 years ago
JSP
Shruti,
I m not getting your question. plz be more clear...
19 years ago
JSP
Hii,
I want to upload file using jsp to the server. But before upload file i want to check the file size on the client side and check if the file size is more than the allocated space to the perticular user than shows some message on the client browser.

Thank u,
Regards,
Vrushank
[ October 24, 2004: Message edited by: Bear Bibeault ]
19 years ago
JSP