soroush

Greenhorn
+ Follow
since Sep 15, 2008
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 soroush

thanks for your attention

the probel included unicode supprting in persian is solved
15 years ago
i use internatinalization in struts for two language english & persian :
persian is left to right aligh & english is right to left align
i dont know how to support the problem in one jsp page
any assistance would be appriciated in advance.
15 years ago
hi everyBody,
I need to implement Internationalizing feature of struts..i already implement sample file with ApplicationResources file with few key value pair entries..and i successfully called those keys to my jsp page ..
myproblem is in using i18n in my project(for persian/farsi language l10n).
I get "?" marks instead of UTF-8 characters in browser.
APIs and tools which I use are:jsp,tiles, struts
,struts message resourses,native2as cii,UTF-8 and also I use windows XP.
any assitance would be appriciated in advance.

15 years ago
thanks for your help
15 years ago
i have another problem since changing my tomcat to 5.5.25.i changed all of environment variable to this version of tomcat
when i run:
echo %CLASSPATH%
echo %PATH%
echo %JAVA_HOME%
echo %CATALINA_HOME%
i got the path of previous tomcat
15 years ago
the content of all file of my logs is empty!
15 years ago
thanks
i m really a begginer
my tomcat 6.0.14 doesnt have log file:D.
but my tomcat 5.5.15 have it
it try it but the same as happen so
the content of my log file is:
admin.2007-12-19
admin.2008-09-14,catalina.2007-12-19,catalina.2008-09-14,host-manager.2007-12-19,host-manager.2008-09-14,localhost.2007-12-19,localhost.2008-09-14,manager.2007-12-19,
manager.2008-09-14
15 years ago
sorry,DO you mean log file in tomcar?the log file includes two java file :
capturelog.java & systemloghandeler.java
15 years ago
after changing the tomcat back to 8080 port and opening firefox(bringing up http:localhost:8080/) i got :
Failed to Connect
Firefox can't establish a connection to the server at localhost:8080.













15 years ago
Using CATALINA_BASE: C:\tomcat\tomcat
Using CATALINA_HOME: C:\tomcat\tomcat
Using CATALINA_TMPDIR: C:\tomcat\tomcat\temp
Using JRE_HOME: C:\Program Files\Java\jdk1.6.0_05
in my mind the where are pointed are correspond location in my system.
after executing startup.bat tomcat dony launch.
after opening firefox:
the content of log is:
Description: The resource you are looking for does not have a handler associated with it.

Error Code: 0x80070002

Notification: MapRequestHandler

Module: IIS Web Core

Requested URL: http://localhost:80/

Physical Path: C:\inetpub\wwwroot

Logon User: Anonymous

Logon Method: Anonymous

Handler: Not yet determined

Most likely causes:

The file extension for the requested URL does not have a handler configured to process the request on the Web server.
15 years ago
I opened the command prompt,after running the codes ( tomcat start up script [startup.bat] ), i got these messages:
using CATALINA_BASE: <where the tomcat startup script is>
using CATALINA_HOME:......
using CATALINA_TEMPDIR:..........
using JRE_HOME:.........
and when i brought up http://localhost with firefox,i got the previous error
15 years ago
Hi
I can not launch tomcat,then firefox and bring up http://localhost:80(iset the default address to 80 port before) i get 404.4 error.
the Description is : The resource you are looking for does not have a handler associated with it.
15 years ago
I`m using tomcat6.0.14 on vista.
I`ve installed jdk1.6 and set environment variables:JAVA-HOME.Path,CATALINA-HOME,but i can not launch tomcat when i open startup.batch in bin directory.
[ September 15, 2008: Message edited by: Bear Bibeault ]
15 years ago