Beginner stuff

I recently purchased a cisco AIR-AP1252AG-A-K9 stand alone wireless access point to serve guest users at a reference area. In trying to get this working, I've used the "debug dot1x all" and "debug eap all" commands, but can't seem to see any info. from the console when I'm attempting wireless connections. I'm spinning my wheels without seeing anything. Suggestions for any other trouble shooting techniques would be appreciated.

The problem was found. I needed to have "authentication key-management wpa version 1" under the "ssid bibliotheca". The following config. connnects my guest users vi wpa ver 1, TKIP and a username and password that is authenticated on my ACS server. Thanks for jumping on this question so quickly. The corrected config. follows:
hostname LegAoem2A
enable secret xxx
aaa new-model
aaa group server radius rad_eap
server 10.191.135.4 auth-port 1645 acct-port 1646
aaa group server radius rad_acct
server 10.191.135.4 auth-port 1645 acct-port 1646
aaa authentication login default group tacacs+ local line
aaa authentication login CONSOLE group tacacs+ local line
aaa authentication login VTY group tacacs+ local line
aaa authentication login AUX group tacacs+ local line
aaa authentication login eap_methods group rad_eap
aaa authentication enable default group tacacs+ enable
aaa authorization exec default local
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa session-id common
ip domain name legis.state.wi.us
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.104.1 192.168.104.50
ip dhcp pool WIRELESS
network 192.168.104.0 255.255.255.0
domain-name legis.state.wi.us
dns-server 165.x.x.20 165.189.140.21
default-router 192.168.104.10
lease 3
dot11 ssid bibliotheca
authentication open eap eap_methods
authentication network-eap eap_methods
authentication key-management wpa version 1
accounting acct_methods
guest-mode
power inline negotiation prestandard source
username admin password xxx
bridge irb
interface Dot11Radio0
no ip address
no ip route-cache
encryption mode ciphers tkip
ssid bibliotheca
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface Dot11Radio1
no ip address
no ip route-cache
encryption mode ciphers tkip
ssid bibliotheca
dfs band 3 block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface GigabitEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface BVI1
ip address 192.168.104.20 255.255.255.0
no ip route-cache
ip default-gateway 192.168.104.10
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
logging 10.191.136.25
tacacs-server host 10.191.135.4
tacacs-server key xxx
radius-server attribute 32 include-in-access-req format %h
radius-server host 10.191.135.4 auth-port 1645 acct-port 1646 key xxx
radius-server retransmit 2
radius-server timeout 20
radius-server deadtime 30
radius-server vsa send accounting
bridge 1 route ip
line con 0
password xxx
login authentication CONSOLE
line vty 0 4
password xxx
login authentication VTY
line vty 5 15
password xxx
login authentication VTY
sntp server 10.191.34.104 version 2
end
LegAoem2A#

Similar Messages

  • Easy Beginner Stuff...

    Please don't throw things...
    I am a Microsoft developer type guy who wanted to jump the fence and see how the other half lives. I'm also taking a class on Java Development and need the JDK (which I am told is now the JRE?) Anyway, can anyone give me some pointers on how to download it correctly? I am using IE 6.0.xxxxx or something. I did read the download help page, 5 times, and found no help. I need to get going on this as my class starts tomorrow. Any help would be greatly appreciated!
    Mike D (The big fat guy)

    It's quite easy actually...
    go to: http://java.sun.com/j2se/1.4.2/download.html
    then download the JRE and SDK corresponding to your operating system,
    scroll down to documents and download the J2SE 1.4.2 Beta Documentation.
    after downloading the JRE and SDK, install them in a map e.g. ../programfiles/java
    and install the docs to a ../programfiles/java/j2sdk1.4.2/docs map
    when you then install your compiler he'll ask you to indicate the maps mentioned above and that's it!
    Good luck!
    Bart

  • How can I Catch the program to prevent exit all?

    Hi,
    I am actually implementing a Ptolemy GUI for my subject. And I am now facing a very serious problem. I build an application to call the Ptolemy application to probe up a plotting graph program. Every time after I call the run Simulation() the program call the plotting from Ptolemy, but when I press close from the plotting, everything close including all applications that are not expected to close.
    The problem I think is located here:
    PtolemyApplication exec_model = new PtolemyApplication(argument);
    So I would like to know how can I catch its exit to avoid closing everything.
    Can anyone give me suggestion please?
    below are the method I call:
    public void runSimulation()
    try{
    File file = new File("default.xml");
    DataOutputStream out =
    new DataOutputStream(new FileOutputStream(file));
    SimGraphWriter writer = new SimGraphWriter();
    boolean checkAllConnected;
    checkAllConnected = writer.write(graphpane.getGraphModel(),
    graphpane.getGraphView(),currDirector, out);
    if(checkAllConnected){
    ("//d/Ptolemyii/ptII0.4/ptII0.4beta/bin/ptolemy.bat ./default.xml");
                   String argument[] = {"default.xml"};
                   try {
                        PtolemyApplication exec_model =
    new PtolemyApplication(argument);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                        this.dispose();
                   catch(Exception ex) {
                        System.out.println(ex);
                        ex.printStackTrace();
    catch(Exception ex){
              System.out.println(ex);
    ex.printStackTrace();
    }

    Thread is an object that u create just like String /or whatever eg;-
    Thread firstThread, secondThread, thirdThread;
    once they're declared u can stop, start + run them individually with boolean values (true /false) and therefore control what u want to do when.
    Play with the code examples + mess around with it - it's not absolute beginner stuff - but it isn't that tough either

  • Algorithm an data Structure in Labview

    Hello,
    I want to learn implementing algorithm and data stucture using LabVIEW. Is there a book or link some of you may recommend?
    thanks

    Aristocrate wrote:
    you're right altenbach1
    however most labview tutorial only teach you how to program with labview; the basics. But none elaborate on how to implement complex data structre like Queues, list, threes, or recursion. That is actually what I want. Same like we observe with other text books for c,c++ and java.
    That's probably because LabVIEW does some of these for you.  I remember learning the different sort algorithms and how to implement them with trees and other methods.  It was all good for academics, but when it came to the real world just use the built in sort function.  Same with queues.
    If you are sick of the beginner LabVIEW stuff I suggest going to a local user group to try to learn from others.  These generally are an intermediate step after you've master the beginner stuff.  There are official coarses that go beyond beginner stuff, but they too likely won't focus on algorithms.  More often these coarses explain how to make large scale applications, or how to design an application to scale up without painting your self into a corner.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • 2 questions of interest

    I am new to using garage band. I have an older version so most responders probably have a newer version but hopefully they are generic questions, beginner stuff.
    First, I created a composition, finally got it the way I liked it, then EXPORTED it to iTunes and burned it on a CD. What did I do wrong as it only plays on computers both Windoze and Mac but not on a regular CD player? My song was imported into iTunes with the AAC encoder and burned in the same format at a 1 to 1 speed setting.
    Second in order to get a voice recording into GarageBand I have to tape it to a audio cassette then play that into the computer to get any VOLUME into the vocal itself. As you can imagine this is very time consuming for several reasons. My question then is how do I get a GOOD input level from my Mic recording straight into the computer? I have a Samson Mic for multimedia. If plugged directly into my computer with all the correct settings I can find to set it still sounds like the played back audio is from someone talking about fifty feet away thru a tube, WHAT GIVES?

    pjongray wrote:
    Do you have a recommendation as to a device which i can plug my Mic into which has a audio out that I can then plug into the computer?
    As I understand your situation, your mic plugs into a cassette recorder that you record yourself on, and then you've been transferring that to GarageBand in order to get enough level. However, with your mic plugged directly into the computer, you don't get enough level (I assume you've increased any input controls up all the way without good results).
    So here's a workaround that doesn't require you to buy a thing:
    Plug your mic into the cassette recorder, as if you were going to record your voice. You may need to put a cassette in the recorder for this trick to work (the machine is going to have to think it's about to record). Then, push record and pause on the cassette recorder so that it thinks it's recording from the mic, but the tape isn't actually moving. This should bring the signal from the mic into the tape machine and amplify it, and send it along its merry way to the tape machine's outputs. Then, plug the outputs of the tape machine (while in record/pause) into the input on the computer (I take it you already own this cable since you have transferred cassettes to the computer). This should work and allow you to record directly into the computer at the higher volume levels. You are essentially inserting the amplifier in the cassette machine into your signal path, and outputting live (line) levels equivalent to those you had recorded on tape.
    Good luck!

  • Variable not declared?

    I have a problem that’s driving me crazy. I apologize if this is beginner stuff, but I don’t know what to do.
    It’s an ASP.NET Web Application. I’m using VS2013 Pro. I have a Web Form, WebForm1.aspx. It looks like this:
        <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb"
    Inherits="WebApplication2.WebForm1" %>
        <!DOCTYPE html>
        <html xmlns="http://www.w3.org/1999/xhtml">
        <head runat="server">
            <title></title>
        </head>
        <body>
            <form id="form1" runat="server">
            <div>
                <%
                    Response.Write(MyVar)
                %>
            </div>
            </form>
        </body>
        </html>
    The code behind, WebForm1.aspx.vb, looks like this:
        Public Class WebForm1
            Inherits System.Web.UI.Page
            Public MyVar = "Blah Blah"
            Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            End Sub
        End Class
    And the error message I’m getting is: ' MyVar ' is not declared. It may be inaccessible due to its protection level. The error is in WebForm1.aspx.
    Most maddening, sometimes it works, sometimes I get the error message.
    What am I doing wrong?

    Hello AzraV,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Won't paint to canvas

    Hi,
    I know this is a bit of a chunk of code but it is all beginner stuff. I posted earlier on this. It won't paint with the to the canvas.
    Any help very much appreciated.
    Warby
    package Stejava;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    /** An example class used to demonstrate the basics of
    * creating components such as panels, arranging
    * components using layout objects, and nesting
    * components inside each other.
    public class Assignment_2 extends JFrame
         JMenuBar menuBar;
         JMenu menu;
         JMenuItem menuItem;
         public JPanel grid, gridBag, flow, outputScreen, optionsBox, message, baseButtons,
              another, centreOne, centreTwo, centreThree, lower, style, size, colours, shapes,
              menuPane;
         JRadioButtonMenuItem rbMenuItem1, rbMenuItem2;
         public JTextField text;
         public JButton black, red, green;
         public JCheckBox checkStyle;
         /** Class constructor method
              * @param titleText Window's title bar text
         public Assignment_2( String titleText ) // constructor
              super( titleText );
              // listener for close event
              addWindowListener( new WindowAdapter() {
              /** End the program when the user
    * closes the window
    public void
    windowClosing( WindowEvent e )
    Assignment_2.this.dispose();
    System.exit( 0 );
                   }// end windowclosing()
              }// end WindowAdaptor()
              // end parameter listing of addWindowListener(). No code it seems.
              // menu bar
              menuBar = new JMenuBar();
    setJMenuBar(menuBar);
              //Build the first menu.
    menu = new JMenu("A Menu");
    menuBar.add(menu);
              //a group of JMenuItems
    menuItem = new JMenuItem("none" );
              menu.add(menuItem);
    menuItem = new JMenuItem("Point" );
              menu.add(menuItem);
              menuItem = new JMenuItem("Line" );
              menu.add(menuItem);
              menuItem = new JMenuItem("Triangle" );
              menu.add(menuItem);
              menuItem = new JMenuItem("Square" );
              menu.add(menuItem);
              menuItem = new JMenuItem("Circle" );
              menu.add(menuItem);
              menuItem = new JMenuItem("Oval" );
              menu.add(menuItem);
              menuItem = new JMenuItem("Text" );
              menu.add(menuItem);
              outputScreen = new JPanel();
              outputScreen.setSize(300,240);
              outputScreen.setMinimumSize(new Dimension(300, 200) );
              outputScreen.setPreferredSize( new Dimension(300, 200 ));
              outputScreen.setBorder(BorderFactory.createTitledBorder( "Output" ) );
              outputScreen.setLayout( new BorderLayout() );
              style = new JPanel();
              style.setBorder(BorderFactory.createTitledBorder( "Style" ) );
              style.setLayout( new GridLayout( 0, 1 ) );
              style.add( new JCheckBox( "Bold" ) );
              style.add( new JCheckBox( "Italics" ) );
              size = new JPanel();
              size.setBorder(BorderFactory.createTitledBorder( "Size" ) );
              size.setLayout( new BoxLayout( size, BoxLayout.Y_AXIS));
              size.setMinimumSize(new Dimension(100, 100) );
              size.setPreferredSize( new Dimension(100, 100 ));
              menuPane = new JPanel();
              menuPane.setBorder(BorderFactory.createTitledBorder( "" ) );
              menuPane.setMinimumSize( new Dimension(250, 400));
              menuPane.setLayout( new BorderLayout() );
              menuPane.add( menuBar );
              centreOne = new JPanel();
              centreOne.setBorder(BorderFactory.createTitledBorder( "Text Options" ) );
              centreOne.setLayout( new GridLayout( 0, 1 ) );
              centreOne.setMinimumSize(new Dimension(100, 220) );
              centreOne.setPreferredSize( new Dimension(100, 220 ));
              centreOne.add( style );
              centreOne.add( size );
              centreTwo = new JPanel();
              centreTwo.setBorder(BorderFactory.createTitledBorder( "Colours" ) );
              centreTwo.setLayout( new GridLayout( 0, 1 ) );
              centreTwo.setMinimumSize(new Dimension(100, 220) );
              centreTwo.setPreferredSize( new Dimension(100, 220 ));
              //centreTwo.add ( colours );
              centreThree = new JPanel();
              centreThree.setBorder(BorderFactory.createTitledBorder( "Shapes" ) );
              centreThree.setLayout( new BorderLayout() );
              centreThree.setPreferredSize( new Dimension(100, 220 ));
              centreThree.setMinimumSize( new Dimension(100, 220));
              centreThree.add ( menuPane );
              optionsBox = new JPanel();
         //optionsBox.setLayout( new BorderLayout() );
              optionsBox.setPreferredSize( new Dimension(300, 220 ));
              optionsBox.setMinimumSize( new Dimension(300, 220));
              optionsBox.setSize ( 300, 220 );
              optionsBox.add ( centreOne );
              optionsBox.add ( centreTwo );
              optionsBox.add ( centreThree );
              lower = new JPanel();
              lower.setBorder(BorderFactory.createTitledBorder( "" ) );
              lower.setMinimumSize( new Dimension(250, 400));
              lower.setLayout( new GridLayout( 0, 1 ) );
              message = new JPanel();
              message.setBorder(BorderFactory.createTitledBorder("Message" ) );
              message.setLayout( new BorderLayout() );
              text = new JTextField( "hhhh" );
              message.add( text, BorderLayout.CENTER );
              //button bar and buttons
              baseButtons = new JPanel();
              baseButtons.setBorder( BorderFactory.createTitledBorder( "" ) );
              baseButtons.setLayout( new FlowLayout( FlowLayout.CENTER ) );
              black = new JButton( "About" );
              black.addActionListener( new ButtonListener( Color.black ) );
              baseButtons.add( black );
              red = new JButton( "Draw" );
              red.addActionListener( new ButtonListener( Color.red ) );
              baseButtons.add( red );
              green = new JButton( "Exit" );
              green.addActionListener(new ButtonListener( Color.green ) );
              baseButtons.add( green );
              // radio buttons for text size
              menu.addSeparator();
    ButtonGroup group1 = new ButtonGroup();
              size.setLayout( new GridLayout( 0, 1 ) );
              rbMenuItem1 = new JRadioButtonMenuItem("Small");
    group1.add(rbMenuItem1);
    size.add(rbMenuItem1);
    rbMenuItem1 = new JRadioButtonMenuItem("Medium");
    group1.add(rbMenuItem1);
    size.add(rbMenuItem1);
              rbMenuItem1 = new JRadioButtonMenuItem("Large");
    group1.add(rbMenuItem1);
    size.add(rbMenuItem1);
              // radio buttons
              menu.addSeparator();
    ButtonGroup group2 = new ButtonGroup();
              //size.setLayout( new FlowLayout( FlowLayout.CENTER ) );
              rbMenuItem2 = new JRadioButtonMenuItem("Black");
    group2.add(rbMenuItem2);
    centreTwo.add(rbMenuItem2);
    rbMenuItem2 = new JRadioButtonMenuItem("Red");
    group2.add(rbMenuItem2);
    centreTwo.add(rbMenuItem2);
              rbMenuItem2 = new JRadioButtonMenuItem("Orange");
    group2.add(rbMenuItem2);
    centreTwo.add(rbMenuItem2);
              rbMenuItem2 = new JRadioButtonMenuItem("Yellow");
    group2.add(rbMenuItem2);
    centreTwo.add(rbMenuItem2);
    rbMenuItem2 = new JRadioButtonMenuItem("Green");
    group2.add(rbMenuItem2);
    centreTwo.add(rbMenuItem2);
              rbMenuItem2 = new JRadioButtonMenuItem("Blue");
    group2.add(rbMenuItem2);
    centreTwo.add(rbMenuItem2);
              //aCanvas.repaint();
              //aCanvas.setSize( 100, 100 );
              //aCanvas.setVisible( true );
              //aCanvas.setLayout( new GridLayout( 0, 1 ) );
              //aCanvas.setMinimumSize(new Dimension(100, 100) );
              //aCanvas.setPreferredSize( new Dimension(100, 100 ));
              // container     
              Container cp = getContentPane();
              cp.setLayout( new BorderLayout() );
              cp.add( outputScreen, BorderLayout.NORTH );
              cp.add( optionsBox, BorderLayout.CENTER );
              cp.add( lower, BorderLayout.SOUTH );
              lower.add( message );
              lower.add( baseButtons );
              pack();
              setSize (350, 580);
              setResizable( false );
              setVisible( true );
              outputScreen.add( new myCanvas() );
         }// ends what ??? Constructor???
                        //inner class for painting
         class myCanvas extends Canvas
              /** Class constructor
                   public myCanvas()
                        repaint();
                        setBackground( Color.white );
                        //setBorder( BorderFactory.createTitledBorder( "Sample output from drawing methods:" ) );
                   }// end paint constructor
              public void paint(Graphics g)
                   super.paint(g); // clears background
                   g.drawLine( 50, 50, 100, 200 );
                   g.setColor( Color.blue );
                   g.drawRoundRect( 150, 300, 100, 125, 15, 15 );
                   g.setColor( Color.red );
                   g.fillOval( 400, 200, 50, 180 );
              }// end method paint()     
         } // end myClass;
              //myCanvas aCanvas = new myCanvas();
    /** The class representing the button event
    * listeners
    class ButtonListener implements ActionListener
         public Color c;
    /** Class constructor
    * @param c the color for this button
    public ButtonListener( Color c )
    this.c = c;
    /** Respond to the action events
    * @param e The click event
    public void actionPerformed( ActionEvent e )
    text.setForeground( c );
              outputScreen.repaint(7);
              //outputScreen.aCanvas.paint();
    }// end class ButtonListener()
    /** The class representing the colored icons on
    * the buttons
    class ColorIcon implements Icon
    public Color c;
    public static final int DIAMETER = 10;
    /** Class constructor
    * @param c the color for this button
    public ColorIcon( Color c )
    this.c = c;
    /** Paint the color icon with a black border
    * @param cp the component holding the icon
    * @param g the graphics context for the icon
    * @param x the x draw start position
    * @param y the y draw start position
    public void paintIcon( Component cp, Graphics g, int x, int y )
    g.setColor( c );
    g.fillOval( x, y, DIAMETER, DIAMETER );
    g.setColor( Color.black );
    g.drawOval( x, y, DIAMETER, DIAMETER );
    /** Get the icon's height
    * @return the height of the icon
    public int getIconHeight()
    return DIAMETER;
    /** Get the icon's width
    * @return the width of the icon
    public int getIconWidth()
    return DIAMETER;
    }// end class colorIcon
    }// end colorIcon
    /** The test method for the class
    * @param args not used
    public static void main( String[] args )
    new Assignment_2( "Assignment_2" );
    }// end class Assignment_2

    No, does not look correct.
    Canvas is a "heavyweight" awt component.
    It is generally a bad idea to mix these with the "lightweight" swing JComponents.
    Forget that and let's move on
    Paint directly on the JPanel
    example(strech and maximize to see what happens):import javax.swing.*;
    import java.awt.*;
    public class Test extends JFrame
       public Test()
          setDefaultCloseOperation(EXIT_ON_CLOSE);
          setSize(100,100);
          OutputScreen oScr = new OutputScreen();
          getContentPane().add(oScr, BorderLayout.CENTER);
          oScr.setToolTipText("<html>Test<br>Patern</html>");
       public static void main(String[] args)
              new Test().setVisible(true);
    class OutputScreen extends JPanel
       public void paint(Graphics g)
          Rectangle r = getBounds();
          g.setColor(Color.white);
          g.clearRect(r.x, r.y, r.width, r.height);
          g.setColor(Color.red);
          g.fillOval(r.x, r.y, r.width, r.height);
    }

  • 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.
              

  • I know c,c++ and java language ! and i want to contribute for development of mozilla products ! any idea where i can find beginner level projects ?

    I know c,c++ and java language ! and i want to contribute for development of mozilla products ! any idea where i can find beginner level projects ! so that i can hone some real development skills too :)

    You could also try jumping in on some of the Mozilla IRC chat channels as was suggested to someone else in another thread.
    Also you could also try the [/forums/buddies new contributors forum], it does now have an Admin monitoring and replying. (At the time of the quoted post Admins were almost impossible to get hold of for forum matters )
    ''Noah_SUMO [/forums/buddies/710569#post-61671 said]''
    <blockquote>
    Sorry I didn't see this earlier. :)
    I know just the places where I think you'd fit in best. To make sure, just join us in #sumodev and #mozwebqa and #communityit at irc://irc.mozilla.org
    I think your skills in php, javascript, python and server admin-y stuff will come in real handy at these places. :D
    For example, some help is needed here to fix these tests after a new theme was added to wiki.mozilla.org and they are in python. https://github.com/mozilla/wiki-tests - more info in #mozwebqa
    And maybe some help with perl might be needed with firebot, a irc bot written in perl. Channel #firebot for that.
    And #communityit (for server admin stuff) and #sumodev could use some help as well, just pop in and ask. :)
    </blockquote>
    Also see
    * [[Contributor News & Resources#w_communication-channels]]_communication-channels
    ** Mibbit link (this one for #sumo channel ) https://www.mibbit.com/?server=irc.mozilla.org&channel=%23sumo
    P.S. and see
    * https://wiki.mozilla.org/Good_first_bug

  • What about mac security! anything a beginner should know?

    well im a beginner at working with mac osx and was a long time windows user and was wondering how the security works in mac osx.should i install any antivirus? is there any? and how about firewalls? cause the one included in the osx 10.5.2 doesnt have all the advance rule management system like those we have for unix and windows.
    what i trying to say is that where can i find more info on osx security and latest threats and stuff?
    thanks alot for any help

    Read this:
    Do You Need Anti-Virus Protection for Your Mac?
    According to Rich Mogull's article, Should Mac Users Run Antivirus Software?,
    "The reality is that today the Mac platform is relatively safe. There are hundreds of thousands of viruses and other malicious software programs floating around for Windows, but less than 200 are known to target the Mac, and many of those are aimed at versions of the Mac OS prior to Mac OS X (and thus have no effect on a modern Mac).
    It's not that Mac OS X is inherently more secure against viruses than current versions of Windows (although it was clearly more secure than Windows prior to XP SP2); the numerous vulnerabilities reported and patched in recent years are just as exploitable as their Windows equivalents. But most security experts agree that malicious software these days is driven by financial incentives, and it's far more profitable to target the most dominant platform."
    Mr. Mogull is a computer security expert. I recommend reading the entire article as it is quite informative.
    For additional information on viruses, trojans, and spyware visit The XLab FAQs and read the FAQs on viruses and spyware.
    As for firewalls if you are behind a hardware router in your home there should be no need for a firewall unless you open your machine to the world via web sharing, ftp access, etc. The OS X firewall is pretty configurable, but if you want more you can find it at VersionTracker or MacUpdate.

  • [svn:bz-4.0.0_fixes] 20651: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4 .0.0_fixes.

    Revision: 20651
    Revision: 20651
    Author:   [email protected]
    Date:     2011-03-07 12:21:11 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4.0.0_fixes.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validat ors.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • [svn:bz-trunk] 20650: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS trunk .

    Revision: 20650
    Revision: 20650
    Author:   [email protected]
    Date:     2011-03-07 12:20:03 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS trunk.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validators.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • How to Smart Card integrated with database ..im beginner

    Dear,
    im beginner for Technologies Smart Card.. I have ACOS2 and reader ACR30D ..I hope u can helping me..please my question?
    1. How to java or Visul Basic integrated and presenting data on file in card (like name, address, phone number, ..etc)?
    2. Please give me sample project in Visual Basic..?
    its just for finnal test me.
    Thanks for all
    Best Reagard,
    [email protected]

    hello,
    Check the section titled Reference Implementation on this page out.
    http://www.opencard.org/index-downloads.shtml
    Also if you really need codes in VB, this guys have stuff like that
    http://www.motechno.com/x509-sdk.0.html
    Tha development kit MAY be all you need
    All the best,

  • General Questions + looking for good beginner's tutorial

    Hello,
    I'm a web-developer with some hobbyist-level experience in programming Java applications.
    I'd like to write a content management system for my own clients, I was going to go with PHP, but thought I'd try it with Java instead. So the first step is to learn the Java web technologies! I'm pretty comfortable with the Java programming language, but I'm a complete novice when it comes to the Web APIs.
    After some messing about, I've got Tomcat 6 running in Linux, and have played around creating a few JSP 2.0 pages. My first impression is that it seems incredibly complicated to do something that would be very simple in PHP: I have to define a tag in an XML library, and create a whole new class & object, using "magic" methods etc., just to output something very simple. I actually had a look at the JSP 1.2 examples, and they looked to me much simpler and more intuitive, with the code written inline in the HTML, much more like PHP. That makes more sense to me, but I suppose I should make an effort to learn the newer technology? Should I be using Tomcat 7 to learn instead of Tomcat 6?
    I also had a look at the Java Servlet examples. These make more sense to me than JSP too. JSP pages just seem to be adding an extra layer of complexity on things with custom tags and tag definitions, etc., and I can't quite understand why. Maybe I will when I'm more experienced...
    Can anyone point me towards some good tutorials that start at the beginning. I've pieced together what I've been able to figure out so far from the Tomcat 6 documentation pages and by experimenting with the structure of the various xml files included with tomcat, as well as copying the structure of the Tomcat 6 example pages. I've tried doing google searches for tutorials, but they all are either very out-dated (circa 1999), or they assume a whole bunch of knowledge.
    I have learned a lot by experimenting with and re-creating the Tomcat 6 examples pages, but a good, simple, not-too-technical, beginner's tutorial would be a great help in "tying it all together" and removing some of the "magic stuff".
    Thanks very much for your help.

    The reason we separate projects into layers is because project grow over time to a point where its impossible to maintain if we don't separate it into modules.
    Here is a post I provided on my opinon on coming up to speed on your first web development project.
    http://forums.sun.com/thread.jspa?threadID=5433317&messageID=10960943#10960943
    Here is a MVC design approach to your first project.
    http://forums.sun.com/thread.jspa?threadID=5435833&messageID=10972163#10972163

  • Beginner SSL questions

    I am still very much a beginner and this is my first time trying to set SSL up. I am experiencing some issues and I am not really sure what to do. I hope this is the right forum to post this.
    When I go to https://xxxx.xxxxx.net/myContext my login index.jsp page displays however
    1.) In IE it's not showing the page as secured(no lock).
    2.) When I log in using valid credentials the url becomes http://xxxx.xxxxx.net:443/myContext/myServlet
    and the page I expect to display doesnt. It only displays this:
    3.) None of my stylesheets are being used.
    When I go to http://xxxx.xxxxx.net/myContext my login index.jsp page displays perfectly and I am able to log in and do see the expected page.
    Apparently I missed a step somewhere or just the obvious but how do I get my index.jsp to use SSL. Any help would really be appreciated. Thanks in advance
    Crystal
    SERVER.XML
    <Connector port="80"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" redirectPort="443" acceptCount="100"
    debug="0" connectionTimeout="20000"
    disableUploadTimeout="true" />
    <Connector port="443"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="true" disableUploadTimeout="true"
    acceptCount="100" debug="0" scheme="https" secure="true"
    clientAuth="false" sslProtocol="TLS"
    keystoreFile=".IRRS_keystore" keystorePass="thepassword"/>
    STDOUT.LOG
    May 4, 2007 11:20:38 AM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-80
    May 4, 2007 11:20:39 AM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-443
    May 4, 2007 11:20:39 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1031 ms
    May 4, 2007 11:20:39 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    May 4, 2007 11:20:39 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.0
    May 4, 2007 11:20:39 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    May 4, 2007 11:20:40 AM org.apache.catalina.core.ApplicationContext log
    May 4, 2007 11:20:40 AM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-80
    May 4, 2007 11:20:40 AM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-443
    May 4, 2007 11:20:40 AM org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    May 4, 2007 11:20:40 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/15  config=D:\Tomcat5\conf\jk2.properties
    May 4, 2007 11:20:40 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 1313 ms

    Are you intentionally leaving a connector for port 80 open? If you don't need anything to be non-ssl enabled then you should comment out the port 80 connector and just have a connector for port 443. You should then be able to access any of your stuff via https://whatever/whathaveyou...
    [edit]
    this is an obvious question but you didn't mention it so just in case - you did create a self signed server certificate and import that into the keystore right? (or use a commercial certificate and import that and the CA chain into your trust store)
    Message was edited by:
    cjmose

Maybe you are looking for

  • Roland V-Drums and TD-3: Can't get GarageBand 10 to recognize

    Hi folks, I cannot seem to get my Roland V-Drums to trigger anything in GarageBand (Mac). I'm am an expert with Macs and have played the (non-electric) Drums for a very long time… but I know **nothing** about MIDI. I have used GarageBand for several

  • How can I automatically add exif data to a watermark?

    As the subject suggests, I'm looking for a way to watermark photo and automagically include image attributes like aperture, shutter speed, etc., in addition to my nameplate. Does such a plug-in or add-on exists?

  • ITunes error message saying the device is over capacity

    Hi, Every time I plug my iPhone into iTunes I get the error message saying the device is over capacity. However, before connecting I had at least 700mb free storage space. No new apps or anything has been installed so why am I suddenly over capacity?

  • Help Abap Function Module using APO for SNP

    Why does not this function I created abap. To use a macro in SNP. My case is as follows. For parameters Product, Location, I get this value / SAPAPO/MATLOC-AT105, representing a value in inventory. I created the function abap. When tested in the SNP

  • Sharing and syncronization TS configuration and components files

    Hi, We have several TestStand development PCs and we are using Perforce to source control and share the work. We need to share TS configuration file (TestExec.ini, StationGlobals.ini, Users.ini, etc.) and the following components: SequentialModel.seq