Help noob! HelloWorld Servlet

Using Windows & Sun Java System Application Server Platform Edition 9.0_01
I just would like to get such result:
http://localhost:8080/HelloWorld?name=MYNAME
Where HelloWorld is my simple servlet displays MYNAME
HelloWorld.java:
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Hello extends HttpServlet
     public void doGet(HttpServletRequest req, HttpServletResponse res)
          throws ServletException, IOException
     res.setContentType("text/html");
     PrintWriter out = res.getWriter();
     String name = req.getParameter("name");
     out.println("<HTML>");
     out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
     out.println("<BODY>");
     out.println("Hello, " + name);
     out.println("</BODY></HTML>");
I have compiled it and get HelloWorld.class
Then I've copied that calss file to autodeploy folder.
Few minutes later I logged onto the Admin Page and saw that my Web Module appears in Applications -> Web Applications.
I'm trying http://localhost:8080/HelloWorld?name=MYNAME
"HTTP Status 404 - The requested resource () is not available."
I'm trying http://localhost:8080/HelloWorld
and getting just to /HelloWorld/ directory
"Directory Listing For /"
So, what am I doing wrong?
How to access my servlet?

jaikiran, thanks for youe reply
I wish web.xml would be auto created after autodeploy..
But it didn't.
So I've created it myself and put to:
\domains\domain1\applications\j2ee-modules\HelloWorld\WEB-INF
<web-app>
<display-name>heelo</display-name>
<servlet>
<servlet-name>HelloWorld</servlet-name>
<servlet-class>HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld</servlet-name>
<url-pattern>/HelloWorld</url-pattern>
</servlet-mapping>
</web-app>
And I still getting the contents of direcory.... :(
I've got a feeling that I'm not doing autodeploy correctly...
Maybe there is some tutorial for hand-compiled classes wicha are being autodeployed? :oops:

Similar Messages

  • Beginner's Stuff - HelloWorld Servlet

              Here's my net to nothing DD.
              <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE web-app
              PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
              "http://java.sun.com/dtd/web-app_2_3.dtd">
              <web-app>
                   <servlet>
                        <servlet-name>HelloWorld</servlet-name>
                        <servlet-class>HelloWorldServlet</servlet-class>
                   </servlet>
              </web-app>
              The WebApp Name is Hello
              Whatever I do (hostname:port/Hello/HelloWorld or hostname:port/Hello/servlet/HelloWorld
              - This one run fine on Tomcat), I keep getting 404.
              What Wrong ??? Somebody help before I go crazy.
              Thanx.
              

              You need to have a
              <servlet-mapping>
              <servlet-name>servlet</servlet-name>
              <url-pattern>/*</url-pattern>
              </servlet-mapping>
              see http://e-docs.bea.com/ for details :)
              "Lindsay Chap" <[email protected]> wrote:
              >
              >Here's my net to nothing DD.
              >
              ><?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE web-app
              > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
              > "http://java.sun.com/dtd/web-app_2_3.dtd">
              >
              ><web-app>
              >     <servlet>
              >          <servlet-name>HelloWorld</servlet-name>
              >           <servlet-class>HelloWorldServlet</servlet-class>
              >     </servlet>
              ></web-app>
              >
              >The WebApp Name is Hello
              >Whatever I do (hostname:port/Hello/HelloWorld or hostname:port/Hello/servlet/HelloWorld
              >- This one run fine on Tomcat), I keep getting 404.
              >
              >What Wrong ??? Somebody help before I go crazy.
              >
              >Thanx.
              

  • Just can't run HELLOWORLD servlet on Tomcat!

    Hi there, I worked with servlets all summer long and now I'm getting back to build one, and I'm totally confused... My problem's there :
    I try to run a simple HelloWorld servlet on Tomcat 4.1, and I get a 404 Error - Not found
    Well, here's the structure of my web application, contained in simpleservlet.war :
    WEB-APP
    -web.xml
    -CLASSES
    -servlet.class
    -LIB
    -servlet.jar
    Here's now the content of the web.xml file :
    <web-app>
         <servlet>
              <servlet-name>serv</servlet-name>
              <servlet-class>servlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>serv</servlet-name>
              <url-pattern>/test</url-pattern>
         </servlet-mapping>
    </web-app>
    AND FINALLY here's how I invoke my servlet, I TRIED :
    http://localhost:1977/servlet/test
    AND ALSO
    http://localhost:1977/test
    AND BANG, I GET "ERROR 404 - NOT FOUND"
    A little help would be appreciated A LOT, well it's not supposed to be a hard problem... and by the way, I'm using port :1977, the problem's not there though.
    regards, Pierre

    Hi,
    First try http://localhost:1977 and see if you are getting Tomcat. As you said, this is not a problem. So, you should get the index.html of the Tomcat. Now, click on the one of the example. From the Address Bar, you will know the path of this example. Try putting your page at that location and then run.
    This should work.
    -- Ashish.

  • Help,JSP and SERVLETS!

    hello:
    i've downloaded ECLIPSE 3.2,TOMCAT 5.5 .
    i tried to build simples examples o servlets but i failed could you please tell me how to proceed?i'm new at this plus i've got a project to do with all this so plz can you give some links to go,i tried but no links was clear.
    i've got to give to my professor an examples executed (servlets,jsp)
    thank you

    HISSO wrote:
    i wil give up on talking about stupid gossip
    you must act professional and i you can't help it's ok
    so plz i juste want help
    i'm so busy finishing my studies
    when it comes to talk about development with tomcat and eclipse together i'm new so i need some advices,so plz let's be serious!
    i'm working hard to finish my project!Try to communicate less like a monkey with electrodes attached to it's genitals. This means stop using words like "plz" and write "please" instead.
    If you want specific help with a specific problem then you should ask a specific question. "help, JSP and SERVLETS" is not a specific question. And you should also note that if your specific question is about Tomcat specifically or Eclipse specifically then you are in the wrong place to begin with.
    So do you want to try again?

  • HelloWorld servlet help !

    Hi,
    I compiled the simple HelloWorld.java and put it under /jakata-install-dir/webapps/webapp1/WEB-INF/classes/HelloWorld.class
    Then, started the tomcat and this
    http://localhost:8080/webapp1/servlet/HelloWorld
    gave 404 error ??? file not found ???
    Pls help. thanks.
    P

    I agree tomcat is fussy !!!
    Yes, the webapps/examples/WEB-INF/classes works, but
    I want to create a new application name say webapp1 to replace the name of "examples" above, then it failed !
    I guess there must be some configuration needed to add a new application name after /install-dir/webapps/ ?
    Moreover, I can't even log into administration page without the username and password. Cant found them ?!
    P

  • Running HelloWorld Servlet--Tomcat 4.1

    Dear Sir,
    With most humble submission I would like to inform you that I have recently downloaded Tomcat 4.1 from http://jakarta.apache.org/ and installed it on Windows 98. I am using jdk1.3
    I am an amateur for Java Servlets. I am following the instructions given in the book "Java Servlet Programming" by O'reilly and according to this book I have to store my class files(I tried with HelloWorld.class) in the dir server_root/webapps/root/web-inf/classes dir. but when i called it from microsoft internet explorer 5.0(the browser i am using currently) using the URL http://localhost:8080/servlet/HelloWorld
    I get the 404 error.
    I also tried to call a static file (.html) by storing it in the dir server_root/webapps/root(according to the book) and i get the proper output but not in case of .class file. Even the example codes provided with the server do not run.
    Please help me to fix out my problem.
    Thanking you in anticipation,
    Yours sincerely
    roopesh

    Hi:
    1)You need set classpath
    2) do you open your Tomcat?
    Thank

  • HelloWorld servlet sample code

    I followed simple deployment in readme file, but not sure how to run it, please have a directory structure that will help me to understand <path-to-servlet>/<sample directory>/.
    I also try to deploy it from WAR Deployment to OC4J using Standard J2EE way, I think it misses the input files to create archive file in "jar -cvfM HelloWorld.war" command.

    Hi,
    Please have a look at the sample applications hosted at http://www.oracle.com/technology/sample_code/tech/java/servlets/index.html.
    Hope this helps.

  • HelloWorld Servlet Problem

    Hi,
    I recently wanted to try my hands on servlets.
    I downloaded the eclipse J2EE ST (jst). I copied all the plugins and feature in to eclipse.
    I created a Dynamic Web Project > New J2EE Project
    Then I created a servlet HelloWorld.java, Now in the eclipse environment I keep getting this problem message
    The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files     HelloWorld.java     EDaFS_Web/JavaSource     line 1     April 7, 2005 12:13:50 PM
    I can compile it at the prompt and the servlet does work in
    localhost:8080/EDaFS_Web/HelloWorld
    But I would like to remove this error.
    Thanx in advance
    Venky

    i am having the follwoing error... pls any one help me
    net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
    1. The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
    public class report1_1195628974_967 extends JREvaluator
    <--------->
    1 errors
         at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:193)
         at net.sf.jasperreports.engine.design.JRDefaultCompiler.compileReport(JRDefaultCompiler.java:105)
         at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:212)
         at com.amslogic.reports.BolReports.doGet(BolReports.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterChain.java:177)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

  • Help needed on Servlets and JSTL

    Hi
    I am using tomcat 5.5 and JDK 1.5. What are the softwares I have to download for compiling servlets and creating JSTL ?. Help needed.
    Thanks
    IndyaRaja

    I tried compling servlet, but it is raising error
    that coul not find package javax.servletWhat I did not mention... you need to add those JARs in the Classpath explicitly. You will find them in %TOMCAT_HOME%\common\lib. You atleast need to add servlet-api.jar to your Classpath. :)

  • Help ~~ Cannot compile servlet program

    I have recently written a servlet program. When I compile the program (let's say "HelloWorld.java"), I've got the following error message:
    package javax.servlet does not exist
    I've download the class files and set the classpath already. Have I missed anything?
    Thx!

    I have recently written a servlet program. When I
    compile the program (let's say "HelloWorld.java"),
    I've got the following error message:
    package javax.servlet does not existyou donot have servlet api classes in your classpath
    I've download the class files and set the classpath
    already. Have I missed anything?just check the classpath again and compile.
    say echo CLASSPATH and see

  • How can i use my helloworld servlet in apache-tomcat-mod_jk?

    hi
    i copied
    helloworld.java helloworld.class
    to
    jakarta-tomcat-3.3.1/webapps/examples/WEB-INF/classes
    i can use example servlets in that directory by accessing localhost/examples/servlets
    and click links..(but if i type them in browser address bar, they dont' work either)
    what setting am i missing?
    thank you

    i didn't touch web.xml server.xml at all..
    i got this with logs files
    /usr/local/apache/logs/error_log
    [Thu Jul 25 14:14:00 2002] [notice] Apache/1.3.26 (Unix) PHP/4.1.2 mod_jk/1.1.0 configured -- resuming normal operations
    [Thu Jul 25 14:14:00 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Thu Jul 25 14:19:19 2002] [notice] caught SIGTERM, shutting down
    [root@beautifulmind logs]#
    [root@beautifulmind logs]# cat mod_jk.log
    how does the link to jsp/servelt works and, not direct typing at address bar?
    mod_jk.conf
    <IfModule !mod_jk.c>
    LoadModule jk_module libexec/mod_jk.so
    </IfModule>
    JkWorkersFile "/usr/local/jakarta-tomcat-3.3.1/conf/jk/workers.properties"
    JkLogFile "/usr/local/jakarta-tomcat-3.3.1/logs/mod_jk.log"
    JkLogLevel emerg
    <Directory "/usr/local/jakarta-tomcat-3.3.1/webapps/examples">
    Options Indexes FollowSymLinks
    </Directory>
    JkMount /admin ajp13
    JkMount /admin/* ajp13
    JkMount /examples ajp13
    JkMount /examples/* ajp13
    #added by eugene
    JkMount /examples/servlet/* ajp13
    #added by eugene
    httpd.conf
    Include /usr/local/jakarta-tomcat-3.3.1/conf/auto/mod_jk.con

  • Help noob please - restaurant menu method please...

    I created a basic static website a few years ago using Dreamweaver MX 2004.  I am a basic WYSIWIG type of amateur.  The site is for a family member's restaurant and has worked fairly well for some time but its getting harder to make updates to the restaurant menus.  Items and pricing keep changing and the tables I had put in place get pretty messed up easily since all the item and pricing changes don't totally conform to table characteristics I originally set up.
    So, I'm looking for help (remember I'm a noob wysywig type of guy - dont know CSS or anything beyond!) with the restaurant menu techniques. 
    I wouldnt mind moving the site to a content management type of site if I knew that would could be set up to match requirements and then could be more easliy maintained.
    I really appreciate all suggestions and thanks!
    An example of the site's menu is HERE.

    Let me offer you a few comments because I think you might have gotten a little off track here.
    You want to reproduce, as best you can, the look of a menu on paper. On the Internet. And a .PDF will accurately do that but there is a real problem with PDFs. Not all PDF menus will be accurately scanned by the search engines, so if I'm looking for "Mexican food", or "Tex-Mex food" a search may not turn up your website.
    From my point of view, your website needs to have content for the purpose of drawing people in to your restaurant to sit down and eat (or to use your catering services, assuming you do that as well).
    So let's consider what's on your website from that standpoint.
    Your current menu is laid out in tables. I have consistently found that search engines will tend to rank a website lower when it is laid out in tables. I am guessing that the amount of in-line definition overwhelms the search engines when they are looking for content. Take, for example this line:
    <td height="20"><font face="Comic Sans MS" size="2">Jalapeno Poppers</font></td>
    (this is line 175 in your source code).
    If search engines are looking for the term "Jalapeño Poppers," they have to wade through a font face definition, height of your cell and size of the font before they actually get to the term. You mentioned straight out that you don't know CSS. But were you to define a header level in CSS, as well as your columns, you would get the following for this same item:
    <h3>Jalapeño Poppers</h3>
    Need it in Comic Sans? Define the <h3> tag to be Comic Sans. Need it centered? Define that as well. Need it a certain size? No problem. Now, the browser reads in your CSS, stores that in memory and then renders all pages based on that CSS out.
    I have just done a few restaurants and have more in process. Restaurant websites in my area are universally bad. A website that is constructed using modern techniques of CSS and HTML will certainly stand out and garner more hits, based on people stumbling on the website from search.
    Unless you are constantly changing prices, you don't need to use a database. All you really need is good code and the time necessary to do occasional price updates. Dreamweaver's WYSIWYG (almost) Design view makes simple price changes and editing easy.
    And if you have bit off more than you can chew, consider having a professional designer do the restaurant website and simply maintain what the designer did.
    A few additional notes:
    You have your East Moline breakfast menu set as one large .jpg That is absolutely not searchable, so if someone is looking for a delicious breakfast burrito, they're not going to find you.
    Your page titles don't change and your physical address may not be the right kind of title. Also there is no unified navigation on your website. People who look at your menu might want to look at your catering options as well.
    I like the fact that you have lots of content there. Were I doing the website, I'd have a good start to go on.

  • SOme more help on JSP-Servlets-Beans plz...!!

    Thanx a lot for your help !
    But I could not understand some things ...
    Suppose, I create 5 bean instances in my servlet, & "set" them with data from 5 tuples.
    Now, I need to pass these 5 bean objects to a JSP .
    HOW exactly can I pass them via a List object thru request attribute ?
    And, after doing that, HOW will I be able to access the individual Bean objects in the JSP ?
    Plz., see if you can send me some Code Snippets that illustrate the same.
    Once again, Thanks a lot for bearing with me !!
    Awaiting your response...
    Truly yours,
    Raghu

    Servlet:
    request.setAttribute ("someUniqueName", yourBeanList);
    JSP:
    Either <jsp:useBean> or insert a scriplet like <% List beanList = (List) request.getAttribute("someUniqueName"); %>

  • Need urgent help on Applet-Servlet communication

    Hi,
    I have a applet having two button A and B. A passes querystring "Select name from test where letter = A" when button A is pressed while B passes querystring "Select name from test where letter = B" when button B is pressed. The applet passes the string to a servlet which in turn queries a database to get the output name back to the applet. Both compiles fine but while running I am getting the following error:
    java.io.IOException:
    Any help is appreciated in advance. Thanks. Regards
    THE APPLET CODE:
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.net.*;
    public class ReinApplet1 extends Applet implements ActionListener
    TextField text;
    Button button1;
    Button button2;
    TextArea taResults;
    String qryString1;
    public void init()
    button1 = new Button("A");
    button1.addActionListener(this);
    add(button1);
    button2 = new Button("B");
    button2.addActionListener(this);
    add(button2);
    taResults = new TextArea(2,30);
    add(taResults);
    // text = new TextField(20);
    // add(text);
    public void actionPerformed(ActionEvent e)
    Object obj = e.getSource();
    if(obj == button1)
    String qryString = "select name from test where letter = A";
    executeQuery (qryString);
    if(obj == button2)
    String qryString = "select name from test where letter = B";
    executeQuery (qryString);
    public void executeQuery (String query)
    String qryString1 = query;
    try
    URL url=new URL("http://localhost:8080/examples/servlet/ReinServlet1");
    String qry=URLEncoder.encode("qry") + "=" +
    URLEncoder.encode(qryString1);
    URLConnection uc=url.openConnection();
    uc.setDoOutput(true);
    uc.setDoInput(true);
    uc.setUseCaches(false);
    uc.setRequestProperty("Content-type",
    "application/x-www-form-urlencoded");
    DataOutputStream dos=new DataOutputStream(uc.getOutputStream());
    dos.writeBytes(qry);
    dos.flush();
    dos.close();
    InputStreamReader in=new InputStreamReader(uc.getInputStream());
    int chr=in.read();
    while(chr != -1)
    taResults.append(String.valueOf((char) chr));
    chr = in.read();
    in.close();
    // br.close();
    catch(MalformedURLException e)
    taResults.setText(e.toString());
    catch(IOException e)
    taResults.setText(e.toString());
    THE SERVLET CODE:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    import java.util.*;
    import java.io.*;
    public class ReinServlet1 extends HttpServlet
    Connection dbCon;
    public void init() throws ServletException
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    dbCon=DriverManager.getConnection("jdbc:odbc:Sales");
    catch(Exception e)
    System.out.println("Database Connection failed");
    System.out.println(e.toString());
    return;
    public void handleHttpRequest(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
    PrintWriter out = res.getWriter();
    res.setContentType("text/html");
    String qery=req.getParameter("qry");
    try
    Statement st=dbCon.createStatement();
    ResultSet rs= st.executeQuery(qery);
    while(rs.next())
    out.println(rs.getString(1));
    catch(SQLException e)
    System.out.println(e.toString());
    return;
    out.println();
    out.close();
    THE HTML CODE
    <html>
    <applet code = ReinApplet1.class width=500 height=300>
    </applet>
    </html>

    Since you are just using Strings, it's easier to use an ObjectOutput/InputStream. See http://forum.java.sun.com/thread.jsp?forum=33&thread=205887 for a detailed example.
    Cheers,
    Anthony

  • HELP URGENT : accessing servlets thru localhost

    Hi
    I am trying to access a servlet on iplanet from another servlet through forms .
    when i specifically give the machine name and point the form to
    <form name=form1 action=https://avenger/servlet/LoopQualServlet method=GET>")
    where avenger is my local machine it works fine and gets redirected .
    But when i try to do the same thing using localhost its not working..
    I gave
    <form name=form1 action=https://localhost:8443/servlet/LoopQualServlet method=GET>");
    Can someone pls help me figure where i am going wrong.???
    Thx in advance ..
    prabhu

    hi
    thx for the help.....Yes, both servlets are on the same iplanet server.I just tried the samething u said before seeing your post ...It worked....
    But one more question though.... I am trying to access the first servlet from the browser by typing https://localhost:8443/servlet/LoopQualPage...This then gets redirected to another servlet thru forms i discussed earlier...It doesnt work .
    But when when i try to say specifically https://avenger/servlet/LoopQualPage it works fine....
    Any clue how i can access the first one the same way i was able access the second one thru forms without actually typing the machine name???????
    Thx in advance
    prabhu

Maybe you are looking for

  • "Disk error" message on install

    I have a CD for Windows XP Pro. I ran the BootCamp partition and the first part went smoothly. After I restarted to finish the install, I got this message in a DOS formatted screen... Disk error Press any key to restart When I press a key, nothing ha

  • I get a black screen when trying to watch some of the TV shows i have downloaded from the store for Itunes

    Hello I have a problem where when i try to open my TV shows I got from the Itunes store. They just give me a black screen and the video itself isnt playing while it isnt paused either. I have tried uninstalling and reinstalling, checking for updates,

  • Problem in File Adapter jca.file.FileName

    Hello, I have problem in sending variable data to the file adapter property I have defined Variable FlowData of Type Element from a XSD When I am trying to assign the variable data to the File adapter it is throwing error *<bpelx:inputProperty name="

  • SQL Loader Not Loading Data

    According to sql loaders log file, I was successful in loading my data into a table. However the table does not show any values loaded - all empy. Here's my table: SQL> desc patients Name Null? Type PATIENT_ID NOT NULL NUMBER(38) MEDSUBSCRIBERID VARC

  • JASPEr report error

    I'm trying to run a jasper report in my java application. I encountered this exception after clicking the print button. Pls. help me. Thanks. Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: javax.xml.parsers.SAXParserFactory.set