Gayathri Prasad

Ranch Hand
+ Follow
since Jun 25, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Gayathri Prasad

Hello,
I am deploying a webapplication of mine and I am unable to do it and the details are as given....
I created a folder in the webapps folder by the name MyServlets and
Tomcat_Home\webapps\MyServlet
Tomcat_Home\webapps\MyServlet\WEB-INF
Tomcat_Home\webapps\MyServlet\WEB-INF\classes
Tomcat_Home\webapps\MyServlet\WEB-INF\lib
In my WEB-INF the web.xml descriptor is saved and in the MyServlets folder I stored the login.jsp which would in turn call the login.jsp which is stored in classes folder
From the JSP I am calling the servlet as <form name="loginForm" method="post" action="servlet/login">
I am able to get the Jsp but when I am pressing the Submit button The tomcat results in 404 error
Please help me.

Gaya3
21 years ago
Hello,
I am deploying a webapplication of mine and I am unable to do it and the details are as given....
I created a folder in the webapps folder by the name MyServlets and
Tomcat_Home\webapps\MyServlet
Tomcat_Home\webapps\MyServlet\WEB-INF
Tomcat_Home\webapps\MyServlet\WEB-INF\classes
Tomcat_Home\webapps\MyServlet\WEB-INF\lib
In my WEB-INF the web.xml descriptor is saved and in the MyServlets folder I stored the login.jsp which would in turn call the login.jsp which is stored in classes folder
From the JSP I am calling the servlet as <form name="loginForm" method="post" action="servlet/login">
I am able to get the Jsp but when I am pressing the Submit button The tomcat results in 404 error
Please help me.

Gaya3
21 years ago
Hi,
Frnd I am having a problem after the installation of Tomcat . When I am trying to access the default page of the tomcat entering the http://localhost:8080, A window appears and its title says "Enter Network Security Password" and Realm :XDB
User name is set to admin and cursor blinks at password and Even if I give admin as password it gives 401 error. Any help would be greatly taken
Cheers,
Gaya3
21 years ago
I am trying TO deploy a CMP using session facade pattern in Oracle 9iAs.
I am using the local interfaces (local CMPs) in a stateless session bean.
There is a method in session bean which is returning a serialzed collection object.
This collection object contains get, set methods for an arryalist and collections returned by CMPs(using finder method). When I am returning this collection object. I am gettibg following error :

RemoteExceptioncom.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object: Sgv_doc_type_mstLocal_EntityBeanWrapper2; nested exception is:
java.io.NotSerializableException: Sgv_doc_type_mstLocal_EntityBeanWrapper2
21 years ago
Hi Guys,
Yes Yes Yes We are doing buidling a huge system using the J2EE technology stack. Emphasis is more on EJB n realted technologies. EJBs are Fundu concepts to work with. The app server takes care of n issues and we can focus on developing the business logic.
Cheers,
Gaya3
Dear Raj,
Lets get the ground clear... Runnable is an Interface and Thread is a class. So obvious fact is to support the mulitple inheritance the java way we have a class and an interface doing the same job.
Cheers,
Gaya3

-------------------------------------------------------------
Aim Bim,as small aim is a crime.
Hello all,
Dear Ranchers ... I am having tough time deploying a simple MD bean with JMS on 9ias . A simple example showing the configurations required and the procdeure to follow to deploy the JMS example would be of great help.
Cheers,
Gaya3
Hi,
Did u change or delete any enteries in the Documents.... folder. Or any changes made to the system?
Cheers,
Gaya3
---------------------------
Prasanna Kumar R.V
Hi Sumana,
This might be of some help
https://coderanch.com/t/295368/JDBC/java/ResultSet-closed-error
Cheers,
Gaya3
-----------------------------
Prasanna Kumar R.V
Hi,
Did u check the installation manual ? Do u need to edit any class paths ?
Please double check the installtion methodlogy.
Murthy !! Are u the Murthy from CMU ?? (I have one frnd in CMU with sasme signature)
All the best,
Gaya3

-------------------------
Prasanna Kumar R.V
21 years ago
JSP
Hi,
Ant !! Jus out of curiosity ... What makes u work on a box of Win95 ?. Times are changing.
Cheers,
Gaya3

------------------------
Prasanna kumar R.V
Hi ,
You need to have RI to see some code in action for link given by Manish.Its lot better to have RI and check for urself some code in action.So if u dont have the RI download it from the Sun site.WAR stands for Web ARchive and essentially this is very similar to JAR but when we pack together the web components, the WAR is an appropriate term .
Cheers,
Gaya3

----------------
Prasanna Kumar R.V
21 years ago
Hi,
Ranchers !! Need some good tutorials to get my funda of CMP Entity beans strong. Waiting for ur links. Thank you.

Cheers,
Gaya3
---------------------------
Prasanna kumar R.V
Hi,
Suppose I am creating a package called packA in Top Folder.In packA I have another folder called gaya3 and in it I store my Java files.
packA.gaya3->First.java (First pprog in the package)
packA.gaya3->Sec.java
I need to set the class path to Top (Folder immediately above packA) and in my java progs (First and Sec), the first line should be
package packA.gaya3;
they should be compiled from Top folder as
javac packA/gaya3/First.java
Cheers,
Gaya3
---------------------------
Prasanna Kumar R.V
21 years ago