URGENT HELP! NEED A HELPING HAND!

is it possible to "listen keyboard" for web-applications and execute needed classes (programms) according to this keypresses?

Try this as an example:
//<applet code="TestitAppl.class" height=75 width=225> </applet>
import java.awt.*;
import java.awt.event.*;
public class TestitAppl extends java.applet.Applet implements KeyListener {
private int iDx, keyHit;
private char myChar;
private char[] calcEntr;
private String calcPrnt;
private TextField display;
private Panel p;
public void init() {
setBackground(Color.cyan);
calcEntr = new char[20];
setFont(new Font("Helvetica", Font.BOLD, 15));
setBackground(Color.white);
p = new Panel();
display = new TextField("Currently just this", 20);
p.setLayout(new GridLayout(1, 1, 10, 10));
display.setBackground(Color.white);
display.setForeground(Color.blue);
display.addKeyListener(this);
p.add(display);
add(p);
public void keyTyped(KeyEvent event) {
myChar = event.getKeyChar();
if (!java.lang.Character.isISOControl(myChar)) {
if (myChar != '.') {
if (iDx < calcEntr.length) { calcEntr[iDx++]=myChar; }
else { changeColor(); }
// KEYS: 8 is the BackSpace key, 9 is the Tab key, 10 is the Enter key
public void keyPressed(KeyEvent event) {
keyHit = event.getKeyCode();
if (keyHit == 8) {
if (iDx > 0) { calcEntr[--iDx] = ' '; }
else if (keyHit == 10) {
display.setText(new String(calcEntr));
for (int i=0; i<calcEntr.length;i++) { calcEntr[i]='\u0000'; }
calcPrnt="";
iDx=0;
else { clearDisplay(); }
public void keyReleased(KeyEvent event) { }
public void changeColor() {
int i = (int) (Math.random()*10)%9;
switch (i) {
case 1: { display.setForeground(Color.blue);   break; }
case 3: { display.setForeground(Color.gray);   break; }
case 5: { display.setForeground(Color.red);    break; }
case 7: { display.setForeground(Color.yellow); break; }
case 9: { display.setForeground(Color.cyan);   break; }
default: { display.setForeground(Color.black);  break; }
public void clearDisplay() { display.setText(""); }

Similar Messages

  • Urgent help needed, please help me

    Hi,
    I am developing a web site using Java Servlets. The site requires to send XML as POST to an HTTPS server and get the response.
    Development environment:
    Laptop running Windows XP with jdk1.3.1, j2sdkee1.3 and Tomcat 4.1.
    Since I need to use https request from the servlet, I am using the following code;
    URL url = new URL("https://www.somesite.com");
    HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
    To use the above code I downloaded the jsse1.0.3_03 package from the sun website and added the three jar files to the appropriate location. Also edited the java.security file.
    The program compiles and when deployed to the web server, it works great.
    Now the problem;
    I need to deploy the web site in a server that is connected to the internet. This server is running Windows 2000 Server. It has the same jdk1.3.1, j2sdkee1.3 and Tomcat 4.1. Also I added the three jar files from jsse1.0.3_03. I also updated the classpath in the environment variable accordingly.
    Everything is pretty much similar to the Laptop that I use to develop the site except that the OS is Windows 2000 Server.
    But when I deployed the class files to the web server and tested the site, the servlet gave the following error:
    "unknown protocol: https"
    What could be wrong? I really need to fix this issue as soon as possible and any input from you will be highly appreciated.
    Thanks in advance,
    Rajesh

    Hi,
    I used java class as beans and added to JSP page as follows (the code is not complete, I am just giving the parts that are relevant);
    login.java: Implementation of login to access the database      
    *through JDBC. Uses MySQL.                              
    Last Modified: 03.22.03                    
    package user;
    import java.sql.*;
    import java.util.*;
    public class login
         private static Statement statement;
         private static Connection database;
         private static String jdbcDriver = "org.gjt.mm.mysql.Driver";
         private static String source = "jdbc:mysql://127.0.0.1/user";
         private static String username = "user";
         private static String password = "passwordforuser";
         Constructor for initializing the connection to the database                              
         public login()
              try
                   Class.forName(jdbcDriver);
                   database = DriverManager.getConnection(source, username, password);
                   statement = database.createStatement();
              catch (Exception e)
                   System.out.println("Error (From loginDatabase Constructor): " + e.getMessage());
         Used to check the users      
         public String checkUser(String userName, String passwd) throws Exception
              try
                   ResultSet names = statement.executeQuery("SELECT username, passwd FROM users");
                   while (names.next())
                   return "success";
                   return "wronguser";
              catch (Exception e)
                   throw e;
    <!--*********************************************************************************
    login.jsp: Server page to process the login request. Uses login.class to     
    *add / login users.                                        
    Last Modified: 03.23.03                         
    **********************************************************************************-->
    <%@ page import="user.login" %>
    <jsp:useBean id="login" scope="page" class="user.login" />
    <jsp:setProperty name="login" property="*" />
    <html>
    <head>
    <title>Login</title>
    </head>
    <body bgcolor="#3366FF" link="#000000" vlink="#000000" alink="#000000">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <% //Login the user and display the status
    String loginResult = login.checkUser(request.getParameter("username"), request.getParameter("password"));
    if (loginResult.equalsIgnoreCase("success"))
    %>
              <h1 align="center">You are successfully logged to the Server!</h1>
    <%
    %>
    </tr>
    </table>
    </body>
    </html>
    Hope that helps...
    Good luck!
    Rajesh

  • Urgent advice needed please help!

    I need a new laptop asap that is the urgency part over with!
    The question is: How well would prem pro cs6 operate on a laptop system with:
    Intel i5 4200M dual core 3mb cache 2:6/3.2Ghz processor
    8gb ram
    nvidia gt740  2gb
    Keeping in mind I will mostly be just editing canon dale 1080p footage.
    Any help would be greatly appreciated.
    budget for laptop is 800 euro. So far the best all rounder for vid editing is: Toshiba s70-a-11h
    cheers

    That unfortunately is a common misconception with GPU acceleration. GPU acceleration handles certain frame features such as scaling interpolation, and some effects. It current does not handle decoding/encoding with Adobe. That is handled by the CPU. Because the Decoding has to start the process the CPU determines the overall performance/load on the GPU at any point in time. This also means that at any point in time the CPU is not necessarily handling less load. The CPU is just more focused on what it has to do such as decoding/encoding and many effects. All of this means no I dont think the 740M will change the user experience enough to stop the requirement for rending the timeline to playback. It will help but that is all. The CPU is really low for this type of compression. Pro Res or DNxHD would probably work ok on that CPU simply because the compression level is much lower and they are very efficient codecs with regards to performance. I would suggest looking at Cineform if you need to get this laptop and the realtime playback is not good enough for your workflow. Cineform allows you far better performance with more limited specs.
    BTW 8GB of ram is really low for GPU acceleration and HD. The biggest current mistake people are making is configuring systems without nearly enough ram to optimally handle the GPU acceleration. GPU acceleration requires a significant amount of ram because of how it works and transits through your system ram. Even if a system has the fastest CPU and best GPU, the performance is going to be poor if the system ram is to low. Most of the power available in that config would not even be utilized.
    Eric
    ADK

  • URGENT! NEED INSTALLATION HELP!

    Hi, so I decided to burn lion to a disk because I wanted to a fresh install on my iMac (Fall 2008). I followed an online tutorial by a well known tech reviewer to burn it to disk but I'm having trouble upon installation.
    After it boots to disk and and I erase the hard drive I click continue and what not but after the blue loading bar gets to 75% of the way through "Downloading additional components. Your computer will restart automatically" the time just starts to increase and it never completes "downloading"!
    The time is now at 45 mins and I have a very good wireless network, so it should be downloading fine but there seems to be no progress ):
    Thanks for any help.

    Cool.
    Yeh, the blue progress bar is just about where it normal freezes. The time is 12 minutes remaining to download but I'm worried that's when it hits 10 minutes it's gonna happen again ):
    I really need this to work because ive got assignments due within the next few days /:

  • Urgent help needs - pls help me

    i have four group in my template.
    each group have subtotal at the end of it's group.
    after each group total, i need to display total (which is differance between current group and previous) right below of group total.
    and this difference need to show from second group.
    example -
    Group 1 Year
    A ( total amount for Group 1)
    Group 2 Year
    B ( total amount for Group 2 )
    Total differance C (which is B - A )
    Group 3 Year
    D ( total amount for Group 3 )
    Total differance E ( which is D - C)
    Group 4 Year
    F ( total amount for Group 4)
    total difference G (which is F - E)
    G G1
              G G2
    G 999.00E
    G1
    G 999.00
    <?xdoxslt:set_variable($_XDOCTX,’px’,xdoxslt:get_variable($_XDOCTX, 'y'))?><?xdoxslt:set_variable($_XDOCTX,’y’,xdoxslt:get_variable($_XDOCTX, 'x'))?><?xdoxslt:set_variable($_XDOCTX,’x’,sum ($G1[(./FISCAL_YEAR=current()/FISCAL_YEAR)]/AMOUNT))?>
    E
    <?xdoxslt:set_variable($_XDOCTX,’py’,xdoxslt:get_variable($_XDOCTX, 'y'))?>
    Val is
    Px is <?xdoxslt:get_variable($_XDOCTX, 'px')?>
    <?xdoxslt:get_variable($_XDOCTX, 'x')?>
    <?xdoxslt:get_variable($_XDOCTX, 'y')?>
    Diff is
    <?xdofx:xdoxslt:get_variable($_XDOCTX, 'y')-xdoxslt:get_variable($_XDOCTX, 'px')?>E
              E
    above code does not give me subtraction.
    in above code pls omit that --- http -- in code but mistake it display in post.
    any help is greatly appreciated.
    thanks.
    Edited by: user6767417 on Apr 3, 2009 5:02 PM

    Hi ,
    thanksfor reply me.
    your suggestion is working.
    but now it gives me differance between two column of same group.
    but i need differance between same column of differant group ?
    ant kind of helpis greatly apprecidated.
    thanks.

  • Urgent help needed please help me out

    i m trying to make a jar file for my package named as mainPanel
    but when i run the gcs.jar file it gives following error " failed to load mainclass menifest attribute from e:/gcs/mainPanel/gcs.jar"
    could you please explain me the procedure through an example for making a jar file for a package containing many subfolder.

    http://catb.org/esr/faqs/smart-questions.html#urgent

  • Quciktime pro help needed please help help help help please

    We are trying to view our video rushes from a Lacie harddrive hooked up to our Mac laptop. These are supposed to be run through quicktime, which we have installed on the laptop as well as having just bought quicktime pro. However, we keep getting a message that the quicktime we are using has missing components and we need to upgrade, which we have done. But we still are only to get sound on the rushes and not the video images.
    We are desperate to see these rushes before our editor gets them and starts to edit. Which means we need to see them now. If anyone is up now and can help and call us to give us advice, we would be most grateful. We will of course call you straight back or if you prefer we can chat on MSN my user name is [email protected]

    Hi Mary,
    Following our tel. chat I asked the question and, as I suspected, it is a codec issue. In addition it is also a processor speed issue. Below is a reply from Dave Sawyer. a fellow L4, regarding this issue:
    I agree also that a single-processor G4 system almost certainly isn't going to handle uncompressed HD content. That's what the Pixlet codec is for; so film producers can view HD content on systems less than DP/Quad G5s. I think they're going to either have to work with more powerful systems (and make sure that they're running FCP5 on them) or get the cameraman to send them the content encoded in Pixlet.
    I realise that this may be too late as far as yourselves viewing these video rushes before they go to the editor but hopefully the above info will assist you in the future.
    RD

  • Help: Need  script help to delete hidden layers. Action errors using panel command.

    I am trying to make an action (that is using some scripts) that will delete hidden layers. When I try and action that in photoshop, the actions stops for an error if the file didn't have any hidden layers. I think I need to script it so it will delete the hidden layers, and keep going if there aen't any.
    I couldnt find anything in th ejavascript ref guide for doing this. ( I'm sure I was looking right at it, I am a noob).
    Thanks for any help you can give.

    Here is a script to will delete hidden layers but not throw an error is there are no hidden layers.
    try{
         var desc = new ActionDescriptor();
         var ref = new ActionReference();
         ref.putEnumerated( charIDToTypeID( "Lyr " ), charIDToTypeID( "Ordn" ), stringIDToTypeID( "hidden" ) );
         desc.putReference( charIDToTypeID( "null" ), ref );
         executeAction( charIDToTypeID( "Dlt " ), desc, DialogModes.NO );
    }catch(e){}
    Note you could also do this with just actions steps. Have the action add a layer then hide it before the delete hidden layers menu item step. That way there would always be at least one hidden layer and no error.

  • PLEASE HELP: Need some help with coding a next page button.

    so ok, in details, I'm trying to code a next page button and can't really figure out how and tried to look for them over the net but can't find the kind I am looking for. So ok, the kind of next page button I'm looking for is the kind where you have like << 1 2 3 4 5 ... (Next page button) >> not just a button where I need to hyperlink it to the next page url cuz I have like 35 pages to put... so I'm trying to figure it out yet no cigar so can someone please help me with this? Thanks!

    What I've seen done a lot (on forums with upwards of 1000 pages on some threads) is to add a "pagination" block of code that has:
    two or three pages before the current page
    two or three pages after the current page
    a drop down with ALL pages listed
    The "next" link or button is then just a copy  of the final link in the inline list.
    Something like this:
    <table>
    <tr>
    <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>Goto page <select name="generate_pagination" onchange="if(this.options[this.selectedIndex].value != -1){ window.location = this.options[this.selectedIndex].value; }"><option value="forum-page-26.html" selected="selected">1</option><option value="forum-page-26-45.html">2</option><option value="forum-page-26-90.html">3</option><option value="forum-page-26-135.html">4</option><option value="forum-page-26-180.html">5</option><option value="forum-page-26-225.html">6</option><option value="forum-page-26-270.html">7</option><option value="forum-page-26-315.html">8</option><option value="forum-page-26-360.html">9</option><option value="forum-page-26-405.html">10</option><option value="forum-page-26-450.html">11</option><option value="forum-page-26-495.html">12</option><option value="forum-page-26-540.html">13</option><option value="forum-page-26-585.html">14</option><option value="forum-page-26-630.html">15</option><option value="forum-page-26-675.html">16</option><option value="forum-page-26-720.html">17</option><option value="forum-page-26-765.html">18</option><option value="forum-page-26-810.html">19</option><option value="forum-page-26-855.html">20</option><option value="forum-page-26-900.html">21</option><option value="forum-page-26-945.html">22</option><option value="forum-page-26-990.html">23</option><option value="forum-page-26-1035.html">24</option><option value="forum-page-26-1080.html">25</option><option value="forum-page-26-1125.html">26</option><option value="forum-page-26-1170.html">27</option><option value="forum-page-26-1215.html">28</option><option value="forum-page-26-1260.html">29</option><option value="forum-page-26-1305.html">30</option><option value="forum-page-26-1350.html">31</option><option value="forum-page-26-1395.html">32</option><option value="forum-page-26-1440.html">33</option><option value="forum-page-26-1485.html">34</option><option value="forum-page-26-1530.html">35</option><option value="forum-page-26-1575.html">36</option><option value="forum-page-26-1620.html">37</option><option value="forum-page-26-1665.html">38</option><option value="forum-page-26-1710.html">39</option><option value="forum-page-26-1755.html">40</option><option value="forum-page-26-1800.html">41</option><option value="forum-page-26-1845.html">42</option><option value="forum-page-26-1890.html">43</option><option value="forum-page-26-1935.html">44</option><option value="forum-page-26-1980.html">45</option><option value="forum-page-26-2025.html">46</option><option value="forum-page-26-2070.html">47</option><option value="forum-page-26-2115.html">48</option><option value="forum-page-26-2160.html">49</option><option value="forum-page-26-2205.html">50</option></select>  <b>1</b>, <a href="forum-page-26-45.html">2</a>, <a href="forum-page-26-90.html">3</a> ... <a href="forum-page-26-2250.html">51</a>, <a href="forum-page-26-2295.html">52</a>, <a href="forum-page-26-2340.html">53</a>  <a href="forum-page-26-45.html">Next</a></b></span></td>
    </tr>
    </table>

  • Simple button rollover effect help needed - please help!

    Hi everyone,
    I was hoping someone could tell me how was this rollover
    effect done - can be seen on the small map on the right:
    http://www.refinery29.com/
    What I want to do is to be able to have the same effect on
    rollover and rollout just reversed (fade in - fade out).
    Please help!!
    THANKS

    quote:
    Originally posted by:
    NedWebs
    That naming at both ends is something I consider a fluke in
    Flash's design, but only because I don't know why it won't work the
    way you probably had it.
    There's probably some logical explanation, but I haven't
    found it, just the solution for when it happens
    It's such a minor little detail. I suspected it would be
    something this small, as that's usually the case, but I just
    couldn't put my finger on it. Not one of the places I researched
    made any reference to that when they said to name the instance of
    the button. How stupid.
    Anyway, thank you again. I can finally move forward. This was
    driving me mad.

  • BOM Explosion Levels: SAP Help needs some help (and so do I!)

    I'm using CS12 to explode a BOM. I added some fields to my layout - specifically "PPH" which the (f1) help calls "Path (Predecessor)" 
    The SAP Help has a BOM tree example but the formats are all wrong.  I can't tell which of their real/dummy materials go into which level of build...not to mention, shouldn't "Mat J" be a 3/1 - 3rd level of the BOM??
    I am creating a custom components report and trying to understand how these Path-Pred / Level values so I can correlate my BOM levels visually to the report results.

    Hi,
    Agree the help display of the BOM structure is not so user friendly.
    For level, the number increases when you move in vertical direction in the BOM across levels (T to B).
    For path, the number increases when you move in horizontal direction in the BOM at a given level (L to R).
    So now look thru' the values in CS12 & you should be able to figure it out.
    Regards,
    Vivek

  • Help need small help

    ferst this is my pc
    4.09.00.0904 (DirectX 9.0c) ante-HA0X2NT8F0  : CPU الـ Intel Pentium 4 530, 3033 MHz (15 x 202) MSI 848P Neo-V (MS-6788) (5 PCI, 1 AGP, 2 DDR DIMM, Audio)  Intel Breeds Hill i848P ram512 mb(DDR SDRAM) BIOS نوع الـ AMI (11/29/04) Communications Port (COM1) ECP Printer Port (LPT1) RADEON 9250 - Secondary (128 mb) RADEON 9250 (128 mb) ATI Radeon 9250 (RV280) Plug and Play Monitor [NoDB] (105169121) : sound cart Intel 82801EB ICH5 - AC'97 Audio Controller
     : IDE  Standard Dual Channel PCI IDE Controller Floppy disk drive HDS728080PLAT20 (قب 80, 7200 RPM, Ultra-ATA/133)   CD-ROM Drive SMART
    now
    1-my pc restart it self after 4 or 5 h....
    no cbu hot
    no fan error cut i test all
    2-i wanna get update all driver
    i try with the msi brogram and that brogram give me an old v. :((
    3-is my pc (top)(good)(strong) if not i will buy new msi one only tell me
    waiting

    when take look thare i see 12v_____
    euer-power tx 12v
    pl-350 8a 5a max 200w (isthat good )?
    hi Din
    let me ask how i can do this ?(memtest )????
    pls i wanna small help and i wanna know >is my pc good or bad cuz it cust me mush
    and all my pc from MSI !.
    HI Ralphdb
    (((Do you know what temp your Cpu is running)))) no i dont know that i am not professional  in pc hard..so pls be soft with me and explain  ...

  • Urgent help needed on 1 query

    Hello All,
    I have just started working in PL/SQL,
    I need some help on 1 urgent issue.
    i have a table lets say which has structure and values like below:
    ID Data Key Data Value
    1 Firstname X
    2 Lastname Y
    3 Middlename Z
    but my query shd return me data having firstname ,middlenale and last name as column names and lvalues like lsited below:
    Firstname Middlename Lastname
    X Y Z
    Please help and i really appreciate for your time and help!!!!!!!!!!
    Thanks and Regards

    Urgent? I don't think so.
    However, as others have mentioned, what groups the items together so that the relationship is known between them?
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (select 1 as id, 'Firstname' as data_key, 'Fred' as data_val from dual union all
      2             select 2, 'Surname', 'Bloggs' from dual union all
      3             select 3, 'Middlename', 'J' from dual union all
      4             select 4, 'Firstname', 'John' from dual union all
      5             select 5, 'Surname', 'Doe' from dual union all
      6             select 6, 'Middlename', 'D' from dual)
      7  --
      8  select id-decode(data_key,'Surname',1,'Middlename',2,0) as id
      9        ,max(decode(data_key,'Firstname',data_val)) as Firstname
    10        ,max(decode(data_key,'Middlename',data_val)) as Middlename
    11        ,max(decode(data_key,'Surname',data_val)) as Surname
    12  from t
    13* group by id-decode(data_key,'Surname',1,'Middlename',2,0)
    SQL> /
            ID FIRSTN MIDDLE SURNAM
             1 Fred   J      Bloggs
             4 John   D      Doe
    SQL>This example assumes that a Firstname, Surname and Middlename appear in that order with sequential ID's, such that the ID for Surname is always 1 more than the ID for it's associated Forename and the ID for Middlename is always 2 more than the associated Forename.

  • Urgent help needed to save aimage in phone memory

    hi,
    i'm developing one appln in j2me.in that i want to read and save images from and to phone memory.i already tried it with file connection api.File connection api supports only CLDC1.1 most of the mobile supports CLDC1.0
    can u tell me a soln for this read and write.is there any other API to be used to make use of Fileconnection within CLDC1.0 itself
    please anyone give me a soln.i'm in need of help very urgent please help
    thanx a lot in advance

    Hi,
    have you tried the native format builder?
    http://download-east.oracle.com/docs/cd/B31017_01/integrate.1013/b28994/nfb.htm#CHEFDCCE
    I think this should help you...

  • ****URGENT HELP NEEDED**** unable to print on metalic silver paper

    I am in DESPERATE need of help.
    I am trying to print on silver metalic paper using my Photomart C3180, but it wont print.  It will printon white paper but not this stuff.  I need urgent help as I am trying to make my own wedding invitations that i have to post out at the end of the month.
    ANY help would be so greatfully received.
    Thank ou
    Kate

    plz try to download the following set of drivers from the link below :::\
    http://gimp-print.sourceforge.net/MacOSX.php3
    This is a new set of default drivers and mayhelp u in resolving the issue.
    Plz do run disk first aid after installing the driver....might suggest even before installaing.
    Thanx !! for trying.

  • URGENT HELP NEEDED ... Tomcat Realm and JRE1.4 plug-in problem

    I have tried the Security Realm of Tomcat. Since I do not have
    an LDAP server, I decided to use the Tomcat-users.xml file in
    Tomcat\conf directory.
    I added the following lines of code in the web.xml file.
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Entire Application</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <!-- NOTE: This role is not present in the default users file -->
    <role-name>webviewer</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>Tomcat Manager Application</realm-name>
    </login-config>
    The <role-name> "webviewer" is added into "Tomcat-Users.xml" as the following:
    <tomcat-users>
    <user name="test" password="password" roles="webviewer" />
    </tomcat-users>
    So, now when we type the url: http://localhost:8080/adbpdbre/default.htm, TOMCAT shows a dialog box asking for UserName: and Password:Now, only when we give the username and password, it shows the page. This is exactly what we want.
    But the problem now is, this default.htm page, has 5 links to 5 applets. The first time that I click on one of these links, the JRE plug of 1.4 shows a dialog again asking for the username and password. Till I dont provide the username and password the system doesnt go ahead and applet doesnt load. I do not want the JRE to ask me for the username/passwords again..How to avoid this ?
    Can you give me some more information on this. Ultimately in the production usage, we will be using LDAP and not Tomcat's memory realm.
    URGENT HELP NEEDED ... I need to get back to my client on this.
    Help would be v. much appreciated.

    In the config file, you 're essentially saying that you want Tomcat to prompt for usr/passw on every request (url-pattern = /*) made by a 'webviewer', and that's exactly what Tomcat is doing.
    Consider using specific url-patterns & roles for resources to be protected. If for now, all you need is to protect the first page, use a more specific url-pattern.
    Just an advice : if you'll be using LDAP in production, do not waste time with Tomcat's Security Realm and the BASIC authentication type, since the two have not much in common. Start reading doc on LDAP, and code a prototype, or even better, a vertical slice of the app (i.e a proof of concept).

Maybe you are looking for

  • I want to clean up unnecessary files from my Imac Pc ?

    I have my Mac for over 5 years and never done a clean up, is about time i am sure  i have stuff that could be deleted is an Imac with a Power Pc and running Leopard i would apriciated if someone can help me,apple wants to charge me by the hour, since

  • Error in Server Log When Accessing Any Page Of My App

    I'm having problems with a log that continues to bother me in the app server: java.lang.NullPointerException      at oracle.adf.model.bc4j.DCJboDataControl.release(DCJboDataControl.java:468)      at oracle.adf.model.bc4j.DCJboDataControl.releaseAppli

  • Is there any Link between BNK_MONI and DMEE

    Hi , I have created EXIT Fucntion Module in DMEE Structure for PAYM Tree Type to udpate value of Reference Text node to show Custom value. Stand alone DMEE works fine for Testng purpose. But It does not work with BNK_MONI . I am running following seq

  • Setup System Monitoring -- How to transfer Information J2EE

    Hi Experts, I got an issue trying to transfer information of satellite system (J2EE) to Solution Manager ->Operation Setup->Setup System Monitoring I installed the ccmsr agent and tx RZ20 shows the information of the alerts, but I can see it in Setup

  • RAC Newbie: Does RAC on AIX require HACMP?

    I've never installed/configured RAC before, and the documentation I'm finding has conflicts on whether HACMP needs to be installed. One FAQ states the following: Is HACMP needed for RAC on AIX 5.2 using GPFS file system? The newest version of GPFS ca