sreekanth rach

Greenhorn
+ Follow
since Jan 02, 2003
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 sreekanth rach

Currently our j2ee application is running in jrun application server. Now i need to port this application to websphere5.0 application server. So, I need to have Migration details for switching from jrun to websphere Application Server. Can anyone help me, pls.
Thanks in advance.
19 years ago
Thank you very much Tom, for your great suggestion.
I got it. Thanks once again..
20 years ago
Hi Friends, Help Me Plz.
How can i insert string at a particular location (say in 30th line) in a file say (named as abc.html).
Assume, that file "abc.html" already exists with 100lines of data.
Reply Soon,
Thanks in advance.
Kanth.
20 years ago
HI Friends !
I don't want to show directory-listing in the browser when we give http://ipaddress ortno/xyz
where xyz is some folder under ROOT in Tomcat...
For achieving the above, i wanted to modify DefaultServlet.java appropriately. But i couldn't get the above source file (DefaultServlet.java) anywhere. I searched in serlvet.jar file also, but couldn't find. Could you please tell me where i can find this java file. 'am using Tomcat 4.1.18.
Help Me Plz.
Thanks beforehand.
20 years ago
Hi Michael!
1.Open web.xml available under <Servlet Installation Directory>/conf
2.Set url-pattern to /servlet/* for servletname "Invoker" under servlet-mapping tag.
Save this file.
call in the browser :
http://ipaddress ortno/servlet/<here name of the servlet>
20 years ago
Hi All,
'am using HTML + SERVLET/JSP + TOMCAT + ORACLE...
how can i develop crosstab reports that contains data fetched from the backend (oracle), dynamically at runtime..
like my requirement is, i have one jsp page that should contain
2 textfields->FromDate,ToDate.
1 Listbox ->contains data fetched from backend.
1 Button.
User enters some FromDate, ToDate & chooses some department from the listbox & hits the Button.
We should get the report in crosstab for the given criteria.
The crux is, the required report should be in crosstab format, it is not just fetching the data from backend recordwise & placing it in the report.
Could anyone help me please, 'am in immediate requirement..
Thanks BeforeHand,
Sreekanth.
20 years ago
JSP
Thanks Dear, somehow i managed with ur valuable help..
20 years ago
JSP
Hi Friends!!
In Jsp, i have 4checkboxes,one button..
My Requirement is:
After selecting some checkboxes (any combination of selection) & click button -
I want to get a report on the same page according to my selection of checkboxes..
Everything is working fine, The only problem what 'am facing is, once i click button,the previously selected checkboxes r getting refreshed..
Can Anyone Help Me Pls.
Sreekanth.
20 years ago
JSP
Hello Sumana!!
put class files under Install-Dir/webapps/ROOT/WEB-INF/classes/packagename/
put jsp files under Install-Dir/webapps/ROOT/packagename/
no additional classpath settings is needed.
hope, this helps u..
sreek.
20 years ago
JSP
Hi Friends!!
How can i use JavaScript Variable within JSP page..
like my requirement is, i want to use that JavaScript variable in a SQL-query (everything within JSP page)..
plz look into this code below..
--code start--

--code end--
in the above code, how can i use JavaScript variable (str1_mod) outside the html page in a query while preparing servlet code(observe the query)...if i run the above code, 'am getting compilation error of UnKnown Variable str1_mod ..
'am using Tomcat4.1.18 server..
'am in real-need of you..
Kindly Help me Plz..
thanks in advance,to everyone,
anticipating replies very eagerly..
Sreekanth.
20 years ago
JSP
Hi Friends!!
How can i use JavaScript Variable within JSP page..
like my requirement is, i want to use that JavaScript variable in a SQL-query (everything within JSP page)..
plz look into this..
kindly, provide me the solution at the earliest..
'am in real-need of you..
thanks in advance,to everyone..
Sree.
20 years ago
JSP
Hi Friends!!
'am using Java+HTML+JavaScript+JDBC+Servlet+TomcatServer+Oracle..
just takenup a small module & already started developing java applications in MS-DOS EDITOR..
for developing java applications which tool is advisable..
firstly, is it a good-practise to use tools like JBuilder etc for developing
java applications..or shall i go-a-head using MS-DOS EDITOR..
at the earliest, could any one suggest me please,
Sreek.
20 years ago
hi All!!!
i wanted to download JavaWebServer2.0 from net...
but it seems, is not available...
so, i went for jsdk2.1...
now, my problem is where should i place servlet files, html files, applet files, jsp files within that root-directory??....
also, how should i call these from the browser??
i started jsdk2.1 server, it is listening at portno:8080..but i couldn't get the response giving http Error 404 Not Found..
could anyone help me please..'am badly in need of help...
thanks in advance...
21 years ago
Hi All!!
Windows2000Professional-Operating System installed in my PC. I wanted to download BEAWebLogic5.1-Application Server.
May i please have the exact location of the same in the Net..
Could you please, do this favor at the earliest,
Sreekanth
21 years ago